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 ff62d7b..95143d6
@@ -30,6 +30,9 @@
 #include <IClientWrapper.h>
 #include <InitializeException.h>
 #include <ResourceInitException.h>
+#ifdef WITH_PROCESS_EVENT
+#include "ocevent.h"
+#endif
 
 namespace OC
 {
@@ -265,8 +268,7 @@ namespace OC
         std::string assembleSetResourceUri(std::string uri, const QueryParamsMap& queryParams);
         std::string assembleSetResourceUri(std::string uri, const QueryParamsList& queryParams);
         OCPayload* assembleSetResourcePayload(const OCRepresentation& attributes);
-        OCHeaderOption* assembleHeaderOptions(OCHeaderOption options[],
-           const HeaderOptions& headerOptions);
+        OCHeaderOption* assembleHeaderOptions(const HeaderOptions& headerOptions);
         void convert(const OCDPDev_t *list, PairedDevices& dpList);
         std::thread m_listeningThread;
         bool m_threadRun;
@@ -274,6 +276,9 @@ namespace OC
 
     private:
         PlatformConfig  m_cfg;
+#ifdef WITH_PROCESS_EVENT
+        oc_event m_processEvent;
+#endif
     };
 }