X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmessaging%2Fdefault_cb.hpp;h=7f9d1ade2966b9887b41970b8a72b2274cd9e249;hb=6ef23e1d7f7f47ccab5be6ff1b68e5cfdda80ad2;hp=2e960039c94dd337dbfad998b0c2a70d42996b19;hpb=8ec1e3c2dec6ba4fa83fe63e4207d47b4b0f3b3f;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/src/messaging/default_cb.hpp b/src/messaging/default_cb.hpp index 2e96003..7f9d1ad 100644 --- a/src/messaging/default_cb.hpp +++ b/src/messaging/default_cb.hpp @@ -32,8 +32,12 @@ #ifndef _DEF_CB_H #define _DEF_CB_H +namespace xapp { void Health_ck_cb( Message& mbuf, int mtype, int sid, int len, Msg_component payload, void* data ); + +} // namespace + #endif