X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fxapp.hpp;h=1f1e7d04763ea76357777c624f17fc26c9246416;hb=a2f64d55efc2da9611f3cabe11a36370a553c186;hp=a769b43ba920281b7dd8aea9daa5488d43f6288e;hpb=ceb043f17eda16ecc10177bc3d301e6192d5b9cd;p=ric-app%2Fhw.git diff --git a/src/xapp.hpp b/src/xapp.hpp index a769b43..1f1e7d0 100644 --- a/src/xapp.hpp +++ b/src/xapp.hpp @@ -55,13 +55,12 @@ class Xapp{ public: Xapp(XappSettings &, XappRmr &); - Xapp(XappSettings &, XappRmr &, SubscriptionHandler &); ~Xapp(void); void stop(void); - void startup(); + void startup(SubscriptionHandler &); void shutdown(void); void start_xapp_receiver(XappMsgHandler &); @@ -94,7 +93,6 @@ private: std::vector xapp_rcv_thread; std::vector rnib_gnblist; std::vector _callbacks; - };