Remove ActiveStoreSvc
Removed ActiveStoreSvc and replaced with a thread_local current store.
The current store is set with store->makeCurrent()
and retrieved with StoreGateSvc::currentStoreGate
.
Edited by Beojan Stanislaus
Removed ActiveStoreSvc and replaced with a thread_local current store.
The current store is set with store->makeCurrent()
and retrieved with StoreGateSvc::currentStoreGate
.