]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTComponentHandler.h
removing r43353: temporary workaround for loading of additional library dependencies
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTComponentHandler.h
index 149aa82fd8bcce6e74912c4c29c8cb9773bfaf45..bd042adcdc9ca2f31acff2cb4d8c8f1a6f25ab33 100644 (file)
@@ -21,7 +21,6 @@
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt   
 
 #include <vector>
-#include <utility>
 //#include "TObject.h"
 #include "AliHLTDataTypes.h"
 #include "AliHLTLogging.h"
@@ -103,11 +102,6 @@ class AliHLTComponentHandler : public AliHLTLogging {
    */
   int LoadLibrary( const char* libraryPath, int bActivateAgents=1);
 
-  /**
-   * Load external library dependencies defined in a static array.
-   */
-  int LoadDependencies( const char* libraryPath);
-
   /**
    * Find a symbol in a dynamically loaded library.
    * @param library      library
@@ -361,9 +355,7 @@ class AliHLTComponentHandler : public AliHLTLogging {
   /** the global singleton */
   static AliHLTComponentHandler* fgpInstance;                      //!transient
   /** number of used instances of the global singleton */
-  static int fgNofInstances;                                       //!transient
-  /// library dependencies
-  static const std::pair<const char*, const char*> fgkLibDep[];    //!transient
+  static int fgNofInstances;                                       //!transient 
 
   ClassDef(AliHLTComponentHandler, 2);