1. Supporting POST operation in C Stack.
authorSashi Penta <sashi.kumar.penta@intel.com>
Wed, 1 Oct 2014 07:01:06 +0000 (00:01 -0700)
committerSashi Penta <sashi.kumar.penta@intel.com>
Wed, 1 Oct 2014 07:05:39 +0000 (00:05 -0700)
commit834433583ae47e84465afe011c372bca2387ef9c
treeb9623931a68e11dcf48d6f104239d014657aad2d
parent0e99c048cb538d54cbdabca8f39762e7474f1180
1. Supporting POST operation in C Stack.
2. Supporting POST operation in CPP Stack.
3. Updates to C sample application
4. Rebase
5. Fixed build issue.

Change-Id: I00b70a5eb8f4c1c911416d703e3c739b2a80ff7b
14 files changed:
csdk/occoap/src/occoap.c
csdk/stack/samples/linux/SimpleClientServer/occlient.cpp
csdk/stack/samples/linux/SimpleClientServer/ocserver.cpp
csdk/stack/src/ocstack.c
examples/simpleclient.cpp
examples/simpleserver.cpp
include/IClientWrapper.h
include/InProcClientWrapper.h
include/OCApi.h
include/OCResource.h
include/OutOfProcClientWrapper.h
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCResource.cpp