Imported Upstream version 1.2.0
[platform/upstream/iotivity.git] / service / resource-container / android / resource-container / src / main / jni / JniBundleResource.h
index 7530db2..9464b06 100644 (file)
@@ -54,9 +54,11 @@ namespace OIC
 
             RCSResourceAttributes::Value handleGetAttributeRequest(const std::string& key);
 
-            virtual void handleSetAttributesRequest(const RCSResourceAttributes &attrs);
+            virtual void handleSetAttributesRequest(const RCSResourceAttributes &attrs,
+                                                    const std::map< std::string, std::string > &queryParams);
 
-            virtual RCSResourceAttributes handleGetAttributesRequest();
+            virtual RCSResourceAttributes handleGetAttributesRequest(const
+                         std::map< std::string, std::string > &queryParams);
 
             /**
             * SoftSensor logic. Has to be provided by the soft sensor developer.