]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/AliHLTAgentSample.h
moved HLT preprocessor to libHLTshuttle; added HLT module preprocessor framework...
[u/mrichter/AliRoot.git] / HLT / SampleLib / AliHLTAgentSample.h
index f3310e08d762708767bd0951e1d6f4f4c2e27a91..506d83e5fa71d2c721d8bbab284e62c980b59334 100644 (file)
@@ -44,7 +44,6 @@
  *   return "libAliHLTUtil.so";
  *   </pre>
  * - not implemented are the in iterface methods
- *   - @ref AliHLTModuleAgent::GetEventRecConfigurations
  *   - @ref AliHLTModuleAgent::RegisterComponents
  *
  * In order to hook the sample library up to the HLT system on global object
@@ -95,6 +94,13 @@ class AliHLTAgentSample : public AliHLTModuleAgent {
    */
   const char* GetRequiredComponentLibraries() const;
 
+  /**
+   * Register components for the AliHLTSample library.
+   * @param pHandler  [in] instance of the component handler          
+   */
+  int RegisterComponents(AliHLTComponentHandler* pHandler) const;
+
+  AliHLTModulePreprocessor* GetPreprocessor();
  protected:
 
  private: