Partial Implementation of US1574:
authorSashi Penta <sashi.kumar.penta@intel.com>
Wed, 10 Sep 2014 22:19:16 +0000 (15:19 -0700)
committerSashi Penta <sashi.kumar.penta@intel.com>
Tue, 16 Sep 2014 18:45:36 +0000 (11:45 -0700)
commita85e0ca99fcb0ae7e173084e259d1ec43e1ae48a
treeca64081ef03a47470aa9380963584cb08c67c108
parent6aa40cd9fe92bcef7d7be4176724744733b7487a
Partial Implementation of US1574:

OCRepresentation is now provides simpler interface to setValue and getValue from the applications.
Applications doesn't have to go through attributeMaps in OCRepresentation.
OCRepresentation now supports serialization/deserialization for primitive attributes (numbers, booleans and strings) so application doesn't have to deal with strings.

Change-Id: I09d323fc624d87c0b2a3c9b510935a6d5907a11b
14 files changed:
examples/ocicuc/light_resource.cpp
examples/ocicuc/light_resource.hpp
examples/presenceclient.cpp
examples/presenceserver.cpp
examples/roomclient.cpp
examples/roomserver.cpp
examples/simpleclient.cpp
examples/simpleclientserver.cpp
examples/simpleserver.cpp
include/OCApi.h
include/OCResourceRequest.h
include/OCResourceResponse.h
src/InProcClientWrapper.cpp
src/OCUtilities.cpp