OCPlatform Object Removal
authorErich Keane <erich.keane@intel.com>
Sat, 25 Oct 2014 00:15:13 +0000 (17:15 -0700)
committerErich Keane <erich.keane@intel.com>
Fri, 31 Oct 2014 18:02:00 +0000 (11:02 -0700)
commitc8ba162fe83db3832ae889a0cb31904d888826d1
treec6562e9ae1f0aabc870f5459a6e6830617683202
parentea99e832807c95720cec3e64db76f38be4c3e509
OCPlatform Object Removal

Removed dependency on the OCPlatform object.  We turned it into an internal-singleton(renamed to OCPlatform_impl so that we can use OCPlatform for the namespace, making it more consistent with previous code) with the expectation that people are to use OC::OCPlatform::<functionname> to control the API.
Change-Id: I3f0e13a27021f7454da68add93aaf562506e08ec
37 files changed:
examples/fridgeclient.cpp
examples/fridgeserver.cpp
examples/garageclient.cpp
examples/garageserver.cpp
examples/ocicuc/client.cpp
examples/ocicuc/demo_client.hpp
examples/ocicuc/light_resource.cpp
examples/ocicuc/light_resource.hpp
examples/ocicuc/monoprocess.cpp
examples/ocicuc/server.cpp
examples/presenceclient.cpp
examples/presenceserver.cpp
examples/roomclient.cpp
examples/roomserver.cpp
examples/simpleclient.cpp
examples/simpleclientHQ.cpp
examples/simpleclientserver.cpp
examples/simpleserver.cpp
examples/simpleserverHQ.cpp
include/IClientWrapper.h
include/IServerWrapper.h
include/InProcClientWrapper.h
include/InProcServerWrapper.h
include/OCApi.h
include/OCPlatform.h
include/OCPlatformHandler.h [deleted file]
include/OCPlatform_impl.h [new file with mode: 0644]
include/OCResource.h
include/OutOfProcClientWrapper.h
include/OutOfProcServerWrapper.h
include/WrapperFactory.h
makefile
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCPlatform.cpp
src/OCPlatform_impl.cpp [new file with mode: 0644]
unittests/tests.cpp