Added mechanism to set URI in the regular entity handler's request.
authorSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 2 Oct 2014 20:10:10 +0000 (13:10 -0700)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Thu, 2 Oct 2014 20:58:59 +0000 (13:58 -0700)
commitdea557990518e5a98dfd7887c626ab98b53c9b92
tree1a5e0a89be4468c934fd2294268e086d845c571b
parent5a1f356fb9bc5f366570a74c8c169fb97613b8d1
Added mechanism to set URI in the regular entity handler's request.
This allows app's entity handler to retrieve the URI of resource from a request.

Patch 2:
Addressed review comments - Added lock before map operation

Change-Id: Iaa5cad56580046bc05efc974d4a7e65213856bfd
examples/fridgeserver.cpp
src/InProcServerWrapper.cpp