X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcpp-common%2Fbt2%2Fmessage.hpp;h=eb1980a5ab6e1d5d304c624002b687b11e45297c;hb=02f1b80317d17a9c72a82f0138b9f8143506c1ba;hp=fe476dc6dd7081fb935971a652a8e9ed6bbe6d80;hpb=9bdf67d7e10e435e427d85fc534cc8980b3443e2;p=babeltrace.git diff --git a/src/cpp-common/bt2/message.hpp b/src/cpp-common/bt2/message.hpp index fe476dc6..eb1980a5 100644 --- a/src/cpp-common/bt2/message.hpp +++ b/src/cpp-common/bt2/message.hpp @@ -17,7 +17,7 @@ #include "cpp-common/bt2/trace-ir.hpp" #include "cpp-common/optional.hpp" -#include "internal/borrowed-obj.hpp" +#include "borrowed-obj.hpp" #include "internal/shared-obj.hpp" #include "internal/utils.hpp" @@ -79,13 +79,13 @@ enum class MessageType }; template -class CommonMessage : public internal::BorrowedObj +class CommonMessage : public BorrowedObj { private: - using typename internal::BorrowedObj::_ThisBorrowedObj; + using typename BorrowedObj::_ThisBorrowedObj; protected: - using typename internal::BorrowedObj::_LibObjPtr; + using typename BorrowedObj::_LibObjPtr; using _ThisCommonMessage = CommonMessage; public: