New APIs for editing resource and interfaces types
[platform/upstream/iotivity.git] / resource / include / InProcServerWrapper.h
index 6d54e40..b81a73a 100644 (file)
@@ -57,10 +57,18 @@ namespace OC
                     const OCResourceHandle& resourceHandle,
                     const std::string& resourceTypeName);
 
+        virtual OCStackResult resetResourceTypes(
+                    const OCResourceHandle& resourceHandle,
+                    const std::string& newResourceType);
+
         virtual OCStackResult bindInterfaceToResource(
                     const OCResourceHandle& resourceHandle,
                     const std::string& resourceInterface);
 
+        virtual OCStackResult resetResourceInterfaces(
+                    const OCResourceHandle& resourceHandle,
+                    const std::string& newResourceInterface);
+
         virtual OCStackResult startPresence(const unsigned int seconds);
 
         virtual OCStackResult stopPresence();