]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliShuttleInterface.h
Changed the handling of the sources / blocks in the xmlRPC message
[u/mrichter/AliRoot.git] / STEER / AliShuttleInterface.h
index 956769758f3430fbc7a77fbbb07532afae2475e3..b4fff84a5aeb44245229be81cfce6fdc4599f040 100644 (file)
@@ -61,12 +61,11 @@ class AliShuttleInterface : public TObject
 
     static TString GetMainRefStorage() {return fgkMainRefStorage;}
     static TString GetLocalRefStorage() {return fgkLocalRefStorage;}
+    static const char* GetShuttleLogDir() {return fgkShuttleLogDir.Data();}
+    static const char* GetShuttleTempDir() {return fgkShuttleTempDir.Data();}
 
   protected:
 
-    static const char* GetShuttleTempDir() {return fgkShuttleTempDir.Data();}
-    static const char* GetShuttleLogDir() {return fgkShuttleLogDir.Data();}
-
     static const char* fkSystemNames[3];               // names of the systems providing data to the shuttle
     static const char* fgkDetName[kNDetectors];        // names of detectors' preprocessors (3-letter code convention)
     static const char* fgkOfflineDetName[kNDetectors];  // names of detectors in OCDB (AliRoot naming convention)