Fix bugs in things manager reported as defects
[platform/upstream/iotivity.git] / service / things-manager / sampleapp / tizen / ConServerApp / src / factorysetresource.cpp
old mode 100644 (file)
new mode 100755 (executable)
index b856107..f40de59
@@ -32,9 +32,9 @@ using namespace OC;
 
 FactorySetResource::FactorySetResource()
 {
-    m_configurationUri = "/factorySet"; // URI of the resource
+    m_configurationUri = "/factoryset"; // URI of the resource
     m_configurationTypes.clear();
-    m_configurationTypes.push_back("factorySet"); // resource type name.
+    m_configurationTypes.push_back("factoryset"); // resource type name.
     m_configurationRep.setUri(m_configurationUri);
     m_configurationRep.setResourceTypes(m_configurationTypes);
 }