1. C++ POST updates to include new URI and status for CoAP.
authorSashi Penta <sashi.kumar.penta@intel.com>
Wed, 15 Oct 2014 05:22:37 +0000 (22:22 -0700)
committerSashi Penta <sashi.kumar.penta@intel.com>
Wed, 15 Oct 2014 07:19:09 +0000 (00:19 -0700)
commit54dd8cacd3f602bba0fbb68fff12ed32329a81e5
treed89f556264b23616b35650411c2cf4591fc23b31
parentf6ac1964afca36aa6f2431a99fd8cb6572678eb3
1. C++ POST updates to include new URI and status for CoAP.
2. Now C++ Entity Handler also return OCEntityHandlerResult
3. Fix build issue.

Change-Id: I4c5e4ba7dab4079b3a45dfca62afc61ee11af22c
14 files changed:
examples/fridgeserver.cpp
examples/garageserver.cpp
examples/ocicuc/light_resource.cpp
examples/ocicuc/light_resource.hpp
examples/presenceserver.cpp
examples/roomserver.cpp
examples/simpleclient.cpp
examples/simpleclientserver.cpp
examples/simpleserver.cpp
include/OCApi.h
include/OCResourceResponse.h
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCException.cpp