Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / resource / include / OutOfProcServerWrapper.h
index 91c6f15..c9c364c 100644 (file)
@@ -51,6 +51,13 @@ namespace OC
             return OC_STACK_NOTIMPL;
         }
 
+        virtual OCStackResult registerPlatformInfo(
+                    const OCPlatformInfo deviceInfo)
+        {
+            // Not implemented
+            return OC_STACK_NOTIMPL;
+        }
+
         virtual OCStackResult registerResourceWithHost(
                     OCResourceHandle& resourceHandle,
                     std::string& resourceHOST,