X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmessaging%2Fmessage.hpp;h=838d9eece2a746be5031fd7fc46373d08a2d459e;hb=refs%2Fchanges%2F88%2F12288%2F1;hp=df71d887c89b0ad9b19d1041dbd473bb4ff350e0;hpb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/messaging/message.hpp b/src/messaging/message.hpp index df71d88..838d9ee 100644 --- a/src/messaging/message.hpp +++ b/src/messaging/message.hpp @@ -81,14 +81,14 @@ class Message { std::unique_ptr Copy_payload( ); // copy the payload; deletable smart pointer - std::unique_ptr Get_meid(); // returns a copy of the meid bytes - int Get_available_size(); - int Get_len(); - int Get_mtype(); - Msg_component Get_payload(); - std::unique_ptr Get_src(); - int Get_state( ); - int Get_subid(); + std::unique_ptr Get_meid() const; // returns a copy of the meid bytes + int Get_available_size() const; + int Get_len() const; + int Get_mtype() const; + Msg_component Get_payload() const; + std::unique_ptr Get_src() const; + int Get_state( ) const; + int Get_subid() const; void Set_meid( std::shared_ptr new_meid ); void Set_mtype( int new_type );