Implemented Secure resource support in C++ layer
authorSashi Penta <sashi.kumar.penta@intel.com>
Fri, 14 Nov 2014 05:32:27 +0000 (21:32 -0800)
committerErich Keane <erich.keane@intel.com>
Fri, 14 Nov 2014 05:35:28 +0000 (21:35 -0800)
commit8ace4c082ad8d29c6645076bb857de2dcc124210
tree86eed8b5f96f51dc470578b3a8cff49514f30378
parent2edb3f8cbe98fc85fea2e09257404e968ca43235
Implemented Secure resource support in C++ layer

Added ability for the C++ stack to properly parse/support the secure protocol URIs.

Change-Id: I800d29598854339a2d30ae5b4ef89c2d0973dfe7
Signed-off-by: Sakthivel Samidurai <sakthivel.samidurai@intel.com>
resource/examples/simpleclientserver.cpp
resource/examples/simpleserver.cpp
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.h
resource/include/OCApi.h
resource/include/OutOfProcClientWrapper.h
resource/include/StringConstants.h
resource/src/InProcClientWrapper.cpp