replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / include / OutOfProcServerWrapper.h
index 05d79e4..9f5b21c 100644 (file)
@@ -31,6 +31,16 @@ namespace OC
         OutOfProcServerWrapper(PlatformConfig /*cfg*/)
         {}
 
+        virtual OCStackResult stop()
+        {
+            return OC_STACK_NOTIMPL;
+        }
+
+        virtual OCStackResult start()
+        {
+            return OC_STACK_NOTIMPL;
+        }
+
         virtual OCStackResult registerResource(
             OCResourceHandle& /*resourceHandle*/,
             std::string& /*resourceURI*/,