]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/util/AliHLTAgentUtil.h
- implemented component registration via agents
[u/mrichter/AliRoot.git] / HLT / BASE / util / AliHLTAgentUtil.h
index b83a769da05dd0170603a6daa8d2b866f47d67e0..f75f9045eb19c8be0e81287b51c76bdb367d9e00 100644 (file)
@@ -61,6 +61,11 @@ class AliHLTAgentUtil : public AliHLTModuleAgent {
    */
   const char* GetRequiredComponentLibraries() const;
 
+  /**
+   * Register components for the AliHLTUtil library.
+   * @param pHandler  [in] instance of the component handler          
+   */
+  int RegisterComponents(AliHLTComponentHandler* pHandler) const;
  protected:
 
  private: