cpp-common/bt2: remove useless friend classes to access libObjPtr()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 Nov 2023 15:56:49 +0000 (11:56 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commit75aa724c9d3d00bb7e711662f730260948cab98f
treefbe3076c2f80eb15a84a727bd7a42a2614d24e2c
parentb7ffa6f040d6609fce6f2fef81ee0c3792abc048
cpp-common/bt2: remove useless friend classes to access libObjPtr()

Mr. Deslauriers made bt2::BorrowedObj::libObjPtr() public in 341a67c45
("cpp-common: Expose BorrowedObj::libObjPtr() as public method").

Therefore, all those friend classes aren't needed anymore.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie37bfa78e4cd29dd8e08af135ff6a0e597ebd0ae
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11230
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/cpp-common/bt2/borrowed-object.hpp
src/cpp-common/bt2/field-class.hpp
src/cpp-common/bt2/integer-range-set.hpp
src/cpp-common/bt2/trace-ir.hpp
src/cpp-common/bt2/value.hpp
This page took 0.024725 seconds and 4 git commands to generate.