Fixed InProcServerWrapper to be thread safe
authorErich Keane <erich.keane@intel.com>
Sat, 10 Jan 2015 00:53:28 +0000 (16:53 -0800)
committerErich Keane <erich.keane@intel.com>
Mon, 12 Jan 2015 23:17:01 +0000 (15:17 -0800)
commita31834d16272a5b8d3382fb2959676804157c732
tree1b32850f49234e071806364589db571c3bf3359e
parentd716b13c6395cb744f3833bdfd8b9cb97ef6fffa
Fixed InProcServerWrapper to be thread safe

A few of the variables/collections in the server wrapper were not
properly protected against multi-threading.  This fix adds a mutex
to the class to ensure that all accessed items are protected.
Additionally, they are moved out of the root namespace to prevent
polution.

Change-Id: I2eedb9bf9b1960ff7a018a2ca1e15183e42bd9cd
Signed-off-by: Erich Keane <erich.keane@intel.com>
resource/src/InProcServerWrapper.cpp