]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Renamed method in AliCDBManager (A.Colla)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jan 2006 11:58:04 +0000 (11:58 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jan 2006 11:58:04 +0000 (11:58 +0000)
ITS/AliITSDetTypeRec.cxx
ITS/AliITSDetTypeSim.cxx

index d40c2359b3568b8fd53d7f4a0ef15901afa34827..822bb85076dfeb4b350432fa9cfe529019bbc9a2 100644 (file)
@@ -368,7 +368,7 @@ Bool_t AliITSDetTypeRec::GetCalibration() {
   delete entrySSD;
   if(deleteManager){
     AliCDBManager::Instance()->Destroy();
-    AliCDBManager::Instance()->RemoveDefaultStorage();
+    AliCDBManager::Instance()->UnsetDefaultStorage();
     storage = 0;   // the storage is killed by AliCDBManager::Instance()->Destroy()
   }
   if ((! respSPD)||(! respSDD)||(! respSSD)) {
index adfbcbbecc861cdaab9f0a238bce2e6e2438e67d..580c91678fbd496291b32ffe2a1e7f07d06ca1b5 100644 (file)
@@ -426,7 +426,7 @@ Bool_t AliITSDetTypeSim::GetCalibration() {
   delete entrySSD;
   if(deleteManager){
     AliCDBManager::Instance()->Destroy();
-    AliCDBManager::Instance()->RemoveDefaultStorage();
+    AliCDBManager::Instance()->UnsetDefaultStorage();
     storage = 0;   // the storage is killed by AliCDBManager::Instance()->Destroy()
   }