Add API allowing xAPPs to send alarm messages
[ric-plt/xapp-frame-cpp.git] / src / messaging / default_cb.hpp
index 2e96003..7f9d1ad 100644 (file)
 #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