fix storeName -> storeID translation (StoreGate-03-07-03)
* fix storeName -> storeID translation to account for AthenaMT stores that have leading "{digits}_" (eg 0_StoreGateSvc_Impl), and use an initializer list * tag StoreGate-03-07-03 M src/SGImplSvc.cxx 2016-06-20 scott snyder <snyder@bnl.gov> * Tagging StoreGate-03-07-02. * StoreGate/WriteHandle.h, StoreGate/WriteHandle.icc: Defer locking an aux store until the WriteHandle is deleted. * test/WriteHandle_test.cxx: Test the changes. * StoreGate/SGtests.h, test/SGtests.cxx: Add testWriteAux(). 2016-06-20 Charles Leggett * StoreGateSvc: added _SGXCALL for removeProxy(...) in hive * tag StoreGate-03-07-01 M src/StoreGateSvc.cxx ... (Long ChangeLog diff - truncated) Former-commit-id: 0dd45e35
Showing
- Control/StoreGate/StoreGate/ReadHandleKeyArray.h 91 additions, 0 deletionsControl/StoreGate/StoreGate/ReadHandleKeyArray.h
- Control/StoreGate/StoreGate/SGtests.h 4 additions, 0 deletionsControl/StoreGate/StoreGate/SGtests.h
- Control/StoreGate/StoreGate/StoreGateSvc.h 7 additions, 1 deletionControl/StoreGate/StoreGate/StoreGateSvc.h
- Control/StoreGate/StoreGate/VarHandleKeyArray.h 116 additions, 0 deletionsControl/StoreGate/StoreGate/VarHandleKeyArray.h
- Control/StoreGate/StoreGate/VarHandleKeyArray.icc 80 additions, 0 deletionsControl/StoreGate/StoreGate/VarHandleKeyArray.icc
- Control/StoreGate/StoreGate/VarHandleKeyArrayProperty.h 104 additions, 0 deletionsControl/StoreGate/StoreGate/VarHandleKeyArrayProperty.h
- Control/StoreGate/StoreGate/WriteHandle.h 28 additions, 2 deletionsControl/StoreGate/StoreGate/WriteHandle.h
- Control/StoreGate/StoreGate/WriteHandle.icc 53 additions, 3 deletionsControl/StoreGate/StoreGate/WriteHandle.icc
- Control/StoreGate/StoreGate/WriteHandleKeyArray.h 91 additions, 0 deletionsControl/StoreGate/StoreGate/WriteHandleKeyArray.h
- Control/StoreGate/StoreGate/tools/SGImplSvc.h 5 additions, 1 deletionControl/StoreGate/StoreGate/tools/SGImplSvc.h
- Control/StoreGate/src/SGImplSvc.cxx 90 additions, 37 deletionsControl/StoreGate/src/SGImplSvc.cxx
- Control/StoreGate/src/StoreGateSvc.cxx 16 additions, 4 deletionsControl/StoreGate/src/StoreGateSvc.cxx
- Control/StoreGate/src/VarHandleKeyArrayProperty.cxx 206 additions, 0 deletionsControl/StoreGate/src/VarHandleKeyArrayProperty.cxx
- Control/StoreGate/test/SGtests.cxx 88 additions, 3 deletionsControl/StoreGate/test/SGtests.cxx
- Control/StoreGate/test/WriteHandle_test.cxx 16 additions, 3 deletionsControl/StoreGate/test/WriteHandle_test.cxx
Loading
Please register or sign in to comment