From 669e3d99642fafcc474131387192e748d2b9b6f0 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 10 Jan 2006 11:58:04 +0000 Subject: [PATCH] Renamed method in AliCDBManager (A.Colla) --- ITS/AliITSDetTypeRec.cxx | 2 +- ITS/AliITSDetTypeSim.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ITS/AliITSDetTypeRec.cxx b/ITS/AliITSDetTypeRec.cxx index d40c2359b35..822bb85076d 100644 --- a/ITS/AliITSDetTypeRec.cxx +++ b/ITS/AliITSDetTypeRec.cxx @@ -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)) { diff --git a/ITS/AliITSDetTypeSim.cxx b/ITS/AliITSDetTypeSim.cxx index adfbcbbecc8..580c91678fb 100644 --- a/ITS/AliITSDetTypeSim.cxx +++ b/ITS/AliITSDetTypeSim.cxx @@ -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() } -- 2.43.0