Added code for C++ implementation on Delete on both server and client ends.
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Wed, 15 Oct 2014 03:02:27 +0000 (20:02 -0700)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Wed, 15 Oct 2014 06:23:55 +0000 (23:23 -0700)
commitc6f08cb505c901a4bb64ce39b243a8c50a0006a7
treef8b793f1c4aa91121fc59e677649aca700185869
parent3caec68f609f5292517c5c8e7737f9a895c70d02
Added code for C++ implementation on Delete on both server and client ends.
Patch2 : Incorporated review comments
Change-Id: If666017890ec38890934bb01e53c9f89d49fee42
examples/fridgeclient.cpp
examples/fridgeserver.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
src/OCUtilities.cpp