]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTConfiguration.h
set owner for tlist
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTConfiguration.h
index 7139c9ca220cc7202981ed3aaba8539daf545055..6623dd37598767fcdf843b0a8eceebe39e293c10 100644 (file)
@@ -89,20 +89,6 @@ class AliHLTConfiguration : public TObject, public AliHLTLogging {
   /** destructor */
   virtual ~AliHLTConfiguration();
 
-  /*****************************************************************************
-   * global initialization
-   */
-
-  /**
-   * Global initialization of the configuration handler.
-   */
-  static int GlobalInit(AliHLTConfigurationHandler* pHandler);
-
-  /**
-   * Global de-init and cleanup of the global configuration handler
-   */
-  static int GlobalDeinit(AliHLTConfigurationHandler* pHandler);
-
   /*****************************************************************************
    * properties of the configuration
    */
@@ -180,7 +166,7 @@ class AliHLTConfiguration : public TObject, public AliHLTLogging {
    * builds up the internal list of source configurations
    * @result 1 if sources resolved, 0 if not
    */
-  int ExtractSources();
+  int ExtractSources(AliHLTConfigurationHandler* pHandler);
 
   /**
    * Start iteration and get the first source.
@@ -279,10 +265,7 @@ class AliHLTConfiguration : public TObject, public AliHLTLogging {
   /** size of the output buffer */
   int fBufferSize;                                                 // see above
 
-  /** the instance of the global configuration handler */
-  static AliHLTConfigurationHandler* fgConfigurationHandler;       //! transient
-
-  ClassDef(AliHLTConfiguration, 1);
+  ClassDef(AliHLTConfiguration, 0);
 };
 
 #endif