PNF Registration to be sent after odu stack is up
[o-du/l2.git] / src / o1 / O1App.hpp
index b1653d3..56eb02a 100644 (file)
@@ -38,11 +38,11 @@ class O1App : public Singleton<O1App>, public Thread
    UnixSocketServer mUxSocketServer;
 
    protected:
+   O1App();
+   ~O1App();
    bool run();
 
    public:
-   O1App();
-   ~O1App();
    bool getStartupStatus()const;
    void cleanUp(void);
 };