projects
/
platform
/
upstream
/
iotivity.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536c89c
)
Fixing a regression from the StringConstants change, we'd replaced the Property key...
author
Erich Keane
<erich.keane@intel.com>
Thu, 16 Oct 2014 21:19:57 +0000
(14:19 -0700)
committer
Erich Keane
<erich.keane@intel.com>
Thu, 16 Oct 2014 21:19:57 +0000
(14:19 -0700)
Change-Id: I8196194b860fc75c6f7d8f0bddebde5fdf379e87
src/InProcClientWrapper.cpp
patch
|
blob
|
history
diff --git
a/src/InProcClientWrapper.cpp
b/src/InProcClientWrapper.cpp
index e8a41f30d5d9e84daa8b1769215ba723a8c1066c..4a83c168483ae3b239accd51a653eccbe153bf80 100644
(file)
--- a/
src/InProcClientWrapper.cpp
+++ b/
src/InProcClientWrapper.cpp
@@
-129,7
+129,7
@@
namespace OC
std::vector<std::string> ifaces;
boost::property_tree::ptree properties =
- resourceNode.get_child(OC::Key::
INTERFACES
KEY, boost::property_tree::ptree());
+ resourceNode.get_child(OC::Key::
PROPERTY
KEY, boost::property_tree::ptree());
boost::property_tree::ptree rT =
properties.get_child(OC::Key::RESOURCETYPESKEY, boost::property_tree::ptree());