]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTask.h
- made package indepentend of src
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTask.h
index d70e91e3130a395b743491f1ebce08b0c083752a..394dbcb0f3b779619d03f8612cc2d9365f83b3f9 100644 (file)
@@ -48,6 +48,10 @@ class AliHLTTask : public TObject, public AliHLTLogging {
       @param pCH   the HLT component handler
    */
   AliHLTTask(AliHLTConfiguration* pConf, AliHLTComponentHandler* pCH);
+  /** not a valid copy constructor, defined according to effective C++ style */
+  AliHLTTask(const AliHLTTask&);
+  /** not a valid assignment op, but defined according to effective C++ style */
+  AliHLTTask& operator=(const AliHLTTask&);
   /** destructor */
   virtual ~AliHLTTask();