]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCGenDBConf.h
AliDCSGenDB/AliTPCGenDBConf/AliTPCGenDBTemp: Hard coded reference to specific storage...
[u/mrichter/AliRoot.git] / TPC / AliTPCGenDBConf.h
index 666d6c8c0cfb6ac25e5f34e83845a32962549307..0aa95bfff857e48b9c80360a1b1cfcda8decfa32 100644 (file)
@@ -25,9 +25,8 @@ public:
 // constructors
 
   AliTPCGenDBConf();
-  AliTPCGenDBConf(const AliTPCGenDBConf& org);
+  AliTPCGenDBConf(const char *defaultStorage, const char *specificStorage);
   ~AliTPCGenDBConf();
-  AliTPCGenDBConf& operator= (const AliTPCGenDBConf& org);
 
 // functionality
 
@@ -37,6 +36,8 @@ public:
 
 
 private:
+  AliTPCGenDBConf(const AliTPCGenDBConf& org);
+  AliTPCGenDBConf& operator= (const AliTPCGenDBConf& org);
 
    ClassDef(AliTPCGenDBConf,1)
 };