Merge "Enable GATT server indication for Tizen Speaker" into tizen
[platform/upstream/iotivity.git] / resource / include / InProcClientWrapper.h
old mode 100644 (file)
new mode 100755 (executable)
index 05b1472..95143d6
@@ -30,6 +30,9 @@
 #include <IClientWrapper.h>
 #include <InitializeException.h>
 #include <ResourceInitException.h>
+#ifdef WITH_PROCESS_EVENT
+#include "ocevent.h"
+#endif
 
 namespace OC
 {
@@ -273,6 +276,9 @@ namespace OC
 
     private:
         PlatformConfig  m_cfg;
+#ifdef WITH_PROCESS_EVENT
+        oc_event m_processEvent;
+#endif
     };
 }