]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
code cleanup, coding rules, eff C++
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCEsdWriterComponent.h
index ece40b3914c48985691748641a85f9cbf9ce2789..59142c865400a6556ab292249c6b4bba9a546094 100644 (file)
@@ -98,9 +98,9 @@ class AliHLTTPCEsdWriterComponent : public AliHLTRootFileWriterComponent
   int ScanArgument(int argc, const char** argv);
 
  private:
-  /** not a valid copy constructor, defined according to effective C++ style */
+  /** copy constructor prohibited */
   AliHLTTPCEsdWriterComponent(const AliHLTTPCEsdWriterComponent&);
-  /** not a valid assignment op, but defined according to effective C++ style */
+  /** assignment operator prohibited */
   AliHLTTPCEsdWriterComponent& operator=(const AliHLTTPCEsdWriterComponent&);
 
   /**