StoreGate: Removing references to transientAddress().
In order to make DataProxy properly thread-safe, it is helpful to remove calls to DataProxy::transientAddress. That way, it suffices to have a lock in the DataProxy object. Trying to add the needed accessor methods to DataProxy and get rid of calls to transientAddress().
Showing
- Control/StoreGate/src/SGImplSvc.cxx 7 additions, 9 deletionsControl/StoreGate/src/SGImplSvc.cxx
- Control/StoreGate/src/VarHandleBase.cxx 1 addition, 1 deletionControl/StoreGate/src/VarHandleBase.cxx
- Control/StoreGate/test/ReadHandle_test.cxx 2 additions, 2 deletionsControl/StoreGate/test/ReadHandle_test.cxx
- Control/StoreGate/test/VarHandleBase_test.cxx 2 additions, 2 deletionsControl/StoreGate/test/VarHandleBase_test.cxx
- Control/StoreGate/test/WriteHandle_test.cxx 2 additions, 2 deletionsControl/StoreGate/test/WriteHandle_test.cxx
Loading
Please register or sign in to comment