Changed std::mutex to std::recursive_mutex in the client/server wrappers. This will...
authorErich Keane <erich.keane@intel.com>
Thu, 2 Oct 2014 21:47:17 +0000 (14:47 -0700)
committerErich Keane <erich.keane@intel.com>
Mon, 6 Oct 2014 18:19:46 +0000 (11:19 -0700)
commit89a1837c668b681b877e721dd27a6b7f7508ee45
tree2031455336680c9cc0dbc906b21ab71bfc14516d
parent8ad37e362aaf0aba5e20552e0bd54780d49c3d34
Changed std::mutex to std::recursive_mutex in the client/server wrappers.  This will allow us to call create/get/put/etc from the entity handler\!

Added the simpleclient/simpleserver changes from Sashi's review.  Should be able to use them to test post.

Change-Id: I3e96e0a1915e4da0e4ce5880db0b00c6dd73f247
examples/simpleclient.cpp
examples/simpleserver.cpp
include/InProcClientWrapper.h
include/InProcServerWrapper.h
include/OCPlatform.h
include/OutOfProcClientWrapper.h
include/WrapperFactory.h
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCPlatform.cpp