Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / resource / include / InProcServerWrapper.h
index 1a9192a..8eb78e3 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <thread>
 #include <mutex>
-#include <ocstack.h>
 
 #include <IServerWrapper.h>
 
@@ -51,15 +50,6 @@ namespace OC
         virtual OCStackResult registerPlatformInfo(
                     const OCPlatformInfo PlatformInfo);
 
-        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 unregisterResource(
                     const OCResourceHandle& resourceHandle);