cpp-common/bt2: rename `bt2::BorrowedObj` -> `bt2::BorrowedObject`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Nov 2023 19:15:33 +0000 (14:15 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commit0d218157e8e692f965c246389f55194724f4a757
tree7ff12c30c3b8d53375f3f07e19b50d3565469bc8
parent02f1b80317d17a9c72a82f0138b9f8143506c1ba
cpp-common/bt2: rename `bt2::BorrowedObj` -> `bt2::BorrowedObject`

This is public now, so use the full name without abbreviation like
everything else does.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I9716e1c5b60a06211f2292e71df574a2924e862f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11366
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
13 files changed:
src/Makefile.am
src/cpp-common/bt2/borrowed-obj.hpp [deleted file]
src/cpp-common/bt2/borrowed-object.hpp [new file with mode: 0644]
src/cpp-common/bt2/clock-class.hpp
src/cpp-common/bt2/clock-snapshot.hpp
src/cpp-common/bt2/field-class.hpp
src/cpp-common/bt2/field-path.hpp
src/cpp-common/bt2/field.hpp
src/cpp-common/bt2/integer-range-set.hpp
src/cpp-common/bt2/integer-range.hpp
src/cpp-common/bt2/message.hpp
src/cpp-common/bt2/trace-ir.hpp
src/cpp-common/bt2/value.hpp
This page took 0.025976 seconds and 4 git commands to generate.