X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmessaging%2Fmsg_component.hpp;h=40662a2fd8a787aad4b7949f2e530ad175731a66;hb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;hp=d707257b0a6770dcb764f38d3b551cd7df06a111;hpb=8ec1e3c2dec6ba4fa83fe63e4207d47b4b0f3b3f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/messaging/msg_component.hpp b/src/messaging/msg_component.hpp index d707257..40662a2 100644 --- a/src/messaging/msg_component.hpp +++ b/src/messaging/msg_component.hpp @@ -35,6 +35,8 @@ #include +namespace xapp { + // -------------- smart pointer support -------------------------------- /* Pointers to a lot of things in the RMR message aren't directly @@ -54,4 +56,6 @@ typedef struct { */ using Msg_component = std::unique_ptr; + +} // namespace #endif