Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / include / InProcServerWrapper.h
index b68f599..8eb78e3 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <thread>
 #include <mutex>
-#include <ocstack.h>
 
 #include <IServerWrapper.h>
 
@@ -48,14 +47,8 @@ namespace OC
         virtual OCStackResult registerDeviceInfo(
                     const OCDeviceInfo deviceInfo);
 
-        virtual OCStackResult registerResourceWithHost(
-                    OCResourceHandle& resourceHandle,
-                    std::string& resourceHOST,
-                    std::string& resourceURI,
-                    const std::string& resourceTypeName,
-                    const std::string& resourceInterface,
-                    EntityHandler& entityHandler,
-                    uint8_t resourceProperty);
+        virtual OCStackResult registerPlatformInfo(
+                    const OCPlatformInfo PlatformInfo);
 
         virtual OCStackResult unregisterResource(
                     const OCResourceHandle& resourceHandle);