]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTask.h
correcting compilation warning and making change of AliShuttleInterface (rev 29388)
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTask.h
index 799f4901c624c5be429154454c4ae56b5642bed2..689bbdeeed993a3cbe97d716273b07c73f66abc6 100644 (file)
@@ -81,6 +81,7 @@ class AliHLTTask : public TObject, public AliHLTLogging {
    * Create the component.
    * @param pConf    configuration descritption
    * @param pCH      component handler
+   * @param pComponent [OUT] target to get the component instance
    * @return component instance
    */
   virtual int CreateComponent(AliHLTConfiguration* pConf, AliHLTComponentHandler* pCH, AliHLTComponent*& pComponent) const;