]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTComponentHandler.h
Changes for
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTComponentHandler.h
index 96bebfbe7f93c28f841093878efc1effb5c0e825..9c84ff68e7ce79a94b5112da83bdb38274f91c1d 100644 (file)
@@ -300,8 +300,9 @@ class AliHLTComponentHandler : public AliHLTLogging {
    */
   int ActivateAgents(const char* library=NULL, const char* blackList=NULL);
 
+public:
   /**
-   * Compound descriptor for component libraries
+   * Compound descriptor for component libraries - must be public 
    */
   struct AliHLTLibHandle {
     AliHLTLibHandle() : fHandle(NULL), fName(NULL), fMode(kDynamic) {}
@@ -312,7 +313,7 @@ class AliHLTComponentHandler : public AliHLTLogging {
     /** library mode: kStatic means never unloaded */
     TLibraryMode fMode;                                            //! transient
   };
-
+private:
   /**
    * Find a specific library among the loaded libraries.
    * @param library     library name/path