Fixing a regression from the StringConstants change, we'd replaced the Property key...
authorErich Keane <erich.keane@intel.com>
Thu, 16 Oct 2014 21:19:57 +0000 (14:19 -0700)
committerErich Keane <erich.keane@intel.com>
Thu, 16 Oct 2014 21:19:57 +0000 (14:19 -0700)
Change-Id: I8196194b860fc75c6f7d8f0bddebde5fdf379e87

src/InProcClientWrapper.cpp

index e8a41f30d5d9e84daa8b1769215ba723a8c1066c..4a83c168483ae3b239accd51a653eccbe153bf80 100644 (file)
@@ -129,7 +129,7 @@ namespace OC
         std::vector<std::string> ifaces;
 
         boost::property_tree::ptree properties =
-            resourceNode.get_child(OC::Key::INTERFACESKEY, boost::property_tree::ptree());
+            resourceNode.get_child(OC::Key::PROPERTYKEY, boost::property_tree::ptree());
 
         boost::property_tree::ptree rT =
             properties.get_child(OC::Key::RESOURCETYPESKEY, boost::property_tree::ptree());