Gave typedefs to every use of std::function in the C++ stack. Only existing use...
authorErich Keane <erich.keane@intel.com>
Fri, 5 Sep 2014 23:43:55 +0000 (16:43 -0700)
committerErich Keane <erich.keane@intel.com>
Mon, 8 Sep 2014 20:06:31 +0000 (13:06 -0700)
commit10105af33b4f51d235f295642bb6f274e6d083db
tree063e0852c7d258f2a299d250ad33c1d9159df79a
parente6ab9e6f8f6ff4a15efeef3d90b76e3ebe8aa823
Gave typedefs to every use of std::function in the C++ stack.  Only existing use of std::function< without a typedef is a comment in OCClientTestApp.cpp
Patch 2: Sudarshan's review fixes
Change-Id: I8c62347c1091a2225d5db1b0bda5221a3346586e
14 files changed:
examples/simpleclientserver.cpp
include/IClientWrapper.h
include/IServerWrapper.h
include/InProcClientWrapper.h
include/InProcServerWrapper.h
include/OCApi.h
include/OCPlatform.h
include/OCResource.h
include/OutOfProcClientWrapper.h
include/OutOfProcServerWrapper.h
src/InProcClientWrapper.cpp
src/InProcServerWrapper.cpp
src/OCPlatform.cpp
src/OCResource.cpp