Updated the name of the API to unregisterResource. And this API returns
authorErich Keane <erich.keane@intel.com>
Fri, 5 Sep 2014 17:35:33 +0000 (10:35 -0700)
committerErich Keane <erich.keane@intel.com>
Fri, 5 Sep 2014 20:06:17 +0000 (13:06 -0700)
commit884e7ab4459f78961438db9bdedbdc819ec8355e
treebfc556c22be29953684a94516737eec0afba4f55
parentcc4d171fc62d5c92423db523f99b65f2358b96bb
Updated the name of the API to unregisterResource. And this API returns
whatever result it got from the stack. NOTE: Only this API has been changed.

Added C++ API for unregistering a resource
Patch 3: Rebase
Patch 4: added test code, fixed ocicuc bug

Change-Id: Ida95886fcbbaceab349bc127ae4b4e44ff823828
examples/ocicuc/light_resource.cpp
examples/ocicuc/light_resource.hpp
examples/ocicuc/server.cpp
include/IServerWrapper.h
include/InProcServerWrapper.h
include/OCPlatform.h
include/OutOfProcServerWrapper.h
src/InProcServerWrapper.cpp
src/OCPlatform.cpp