]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/CDB/AliCDBManager.h
Revert some lines from b840c18f + move exit from
[u/mrichter/AliRoot.git] / STEER / CDB / AliCDBManager.h
index 0145d0de655d31345ba058581f71458e54c7626d..36f4d53b0589b98cfc0b1314ef8be0d917e43580 100644 (file)
@@ -70,7 +70,7 @@ class AliCDBManager: public TObject {
 
     void UnsetDrain(){fDrainStorage = 0x0;}
 
-    AliCDBEntry* Get(const AliCDBId& query, Bool_t forceCaching=kFALSE, Bool_t doCatch=kFALSE);
+    AliCDBEntry* Get(const AliCDBId& query, Bool_t forceCaching=kFALSE);
     AliCDBEntry* Get(const AliCDBPath& path, Int_t runNumber=-1,
         Int_t version = -1, Int_t subVersion = -1);
     AliCDBEntry* Get(const AliCDBPath& path, const AliCDBRunRange& runRange,