]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/util/AliHLTLoaderPublisherComponent.h
compilation warnings corrected
[u/mrichter/AliRoot.git] / HLT / BASE / util / AliHLTLoaderPublisherComponent.h
index e7507e0dade00bac31279152fae3a05ebfc09aa8..43617df1bcbeb3892515fd14431ad634bc083303 100644 (file)
@@ -104,9 +104,9 @@ class AliHLTLoaderPublisherComponent : public AliHLTOfflineDataSource {
               AliHLTComponentTriggerData& trigData);
 
  private:
-  /** not a valid copy constructor, defined according to effective C++ style */
+  /** copy constructor prohibited */
   AliHLTLoaderPublisherComponent(const AliHLTLoaderPublisherComponent&);
-  /** not a valid assignment op, but defined according to effective C++ style */
+  /** assignment operator prohibited */
   AliHLTLoaderPublisherComponent& operator=(const AliHLTLoaderPublisherComponent&);
 
   /**