]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCAgent.h
- implemented component registration via agents
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCAgent.h
index 02b370d7684f68fef2ade6181e68b19e8f3b6607..98e134cd35f94e1fcd7b15e1870423dfba1ce50c 100644 (file)
@@ -62,6 +62,11 @@ class AliHLTTPCAgent : public AliHLTModuleAgent {
    */
   const char* GetRequiredComponentLibraries() const;
 
+  /**
+   * Register components for the AliHLTTPC library.
+   * @param pHandler  [in] instance of the component handler          
+   */
+  int RegisterComponents(AliHLTComponentHandler* pHandler) const;
  protected:
 
  private: