]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/CDB/AliCDBManager.h
Making AliCDBManager::GetId protected (was public)
[u/mrichter/AliRoot.git] / STEER / CDB / AliCDBManager.h
index c753791c8a156ee4eb685c5873c3c44174076d4a..9ac4d58f7415036353f090929fc135b10c17bbb2 100644 (file)
@@ -80,12 +80,6 @@ class AliCDBManager: public TObject {
        AliCDBEntry* GetEntryFromSnapshot(const char* path);
 
        const char* GetURI(const char* path);                            
-                                
-       AliCDBId* GetId(const AliCDBId& query);
-       AliCDBId* GetId(const AliCDBPath& path, Int_t runNumber=-1,
-                               Int_t version = -1, Int_t subVersion = -1);
-       AliCDBId* GetId(const AliCDBPath& path, const AliCDBRunRange& runRange,
-                                Int_t version = -1, Int_t subVersion = -1);
 
        TList* GetAll(const AliCDBId& query);
        TList* GetAll(const AliCDBPath& path, Int_t runNumber=-1,
@@ -159,6 +153,12 @@ protected:
        void CacheEntry(const char* path, AliCDBEntry* entry);
 
        AliCDBParam* SelectSpecificStorage(const TString& path);
+                                
+       AliCDBId* GetId(const AliCDBId& query);
+       AliCDBId* GetId(const AliCDBPath& path, Int_t runNumber=-1,
+                               Int_t version = -1, Int_t subVersion = -1);
+       AliCDBId* GetId(const AliCDBPath& path, const AliCDBRunRange& runRange,
+                                Int_t version = -1, Int_t subVersion = -1);
        
 
 //     void Init();