Fix serious bug that causes crash on CKM exit.
[platform/core/security/key-manager.git] / src / manager / main / generic-socket-manager.h
index f1d20af..c9d5eda 100644 (file)
@@ -114,6 +114,9 @@ struct GenericSocketService {
     virtual void Event(const ReadEvent &event) = 0;
     virtual void Event(const CloseEvent &event) = 0;
 
+    virtual void Start() = 0;
+    virtual void Stop() = 0;
+
     GenericSocketService() : m_serviceManager(NULL) {}
     virtual ~GenericSocketService(){}
 protected: