cpp-common/bt2: rename `bt2::SharedObj` -> `bt2::SharedObject`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Nov 2023 19:49:26 +0000 (14:49 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commit7f5cdaf0da71769252d4ae548c25be5d1ffc49a1
tree1f121cbd181ea774124165b34d9f2089c2340b5c
parent26b9d24c236956140a3bd8f79d19768b0a5aa006
cpp-common/bt2: rename `bt2::SharedObj` -> `bt2::SharedObject`

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: I1328a9c195061558ca442aed6e177ca43836b99c
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11368
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/Makefile.am
src/cpp-common/bt2/clock-class.hpp
src/cpp-common/bt2/field-class.hpp
src/cpp-common/bt2/field-path.hpp
src/cpp-common/bt2/integer-range-set.hpp
src/cpp-common/bt2/message.hpp
src/cpp-common/bt2/shared-obj.hpp [deleted file]
src/cpp-common/bt2/shared-object.hpp [new file with mode: 0644]
src/cpp-common/bt2/trace-ir.hpp
src/cpp-common/bt2/value.hpp
This page took 0.02516 seconds and 4 git commands to generate.