Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / service / simulator / src / service-provider / simulator_resource_server_impl.h
index 471ed9c..010865c 100644 (file)
@@ -41,11 +41,11 @@ class SimulatorResourceServerImpl : public SimulatorResourceServer
 
         bool isObservable() const;
 
-        int startUpdateAutomation(AutomationType type,
+        int startUpdateAutomation(AutomationType type, int updateInterval,
                                   updateCompleteCallback callback);
 
         int startUpdateAutomation(const std::string &attrName, AutomationType type,
-                                  updateCompleteCallback callback);
+                                  int updateInterval, updateCompleteCallback callback);
 
         std::vector<int> getResourceAutomationIds();