Changes in C++ for vendor specific header options to be sent from client to server...
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Wed, 1 Oct 2014 02:01:06 +0000 (19:01 -0700)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 7 Oct 2014 23:49:57 +0000 (16:49 -0700)
commit6a12338a263fcc896c805afd1ad60d76579ca9bc
treed3e7c0126c2817a74d79cee1ee83c221cfc6466b
parent53a4a4a56407e4e61e282af40b4b83fbaee7939a
Changes in C++ for vendor specific header options to be sent from client to server and vice-versa
Patch 2:
Code clean up
Fixes for sending header options from client to server
Patch 3:
Added additional comments;
Addressed review comments, added more comments.
Added implementation for sending header options from server to client.
Updated related sample files.
Added comments
Rebased with master
Completed additional changes for building.
Patch 4:
Removed unnecessary statements in makefile.

Change-Id: Ie984051615632263a0f653dc5a1347f8b50dae10
19 files changed:
examples/fridgeclient.cpp
examples/fridgeserver.cpp
examples/garageclient.cpp
examples/ocicuc/demo_client.hpp
examples/roomclient.cpp
examples/simpleclient.cpp
examples/simpleclientserver.cpp
include/IClientWrapper.h
include/InProcClientWrapper.h
include/OCApi.h
include/OCHeaderOption.h [new file with mode: 0644]
include/OCResource.h
include/OCResourceRequest.h
include/OCResourceResponse.h
include/OutOfProcClientWrapper.h
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCPlatform.cpp
src/OCResource.cpp