Fixed Fridge sample with constructResourceObject
authorErich Keane <erich.keane@intel.com>
Fri, 10 Jul 2015 23:34:32 +0000 (16:34 -0700)
committerErich Keane <erich.keane@intel.com>
Mon, 13 Jul 2015 16:50:07 +0000 (16:50 +0000)
commit00bec97cbc36d3f8e20cea453afaed3eefad6271
tree2c8855d89a0fb64f5a7e4cea55b85aa2af81e9d2
parent8bbdd4b071d8c061f436b1c67e267ba82c10e612
Fixed Fridge sample with constructResourceObject

The constructResourceObject takes a host string, which isn't compatible
with the current OCDevAddr address.  This patch parses said string, and
converts it properly to an OCDevAddr.

Change-Id: Id86f3832e596aa8869794a1d33915e158fe85008
Signed-off-by: Erich Keane <erich.keane@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1624
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.h
resource/include/OCResource.h
resource/include/OutOfProcClientWrapper.h
resource/src/InProcClientWrapper.cpp
resource/src/OCResource.cpp