]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRawStream2004.h
Effective c++ corrections (T.Pocheptsov)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRawStream2004.h
index 7cfa60ba480b490ae436d297ed898e1392a2243e..c45c4918a37fa501a8ba387e5102adae15426d94 100644 (file)
@@ -26,6 +26,12 @@ public :
   
   AliPHOSRawStream2004(AliRawReader* rawReader);
   
+  //Class does not own/free any resources, compiler generated version
+  //are OK, but to supress -Weffc++ we define them explicitly.
+  AliPHOSRawStream2004(const AliPHOSRawStream2004 & rhs);
+  AliPHOSRawStream2004 & operator = (const AliPHOSRawStream2004 & rhs);
+
+  
 
  Bool_t ReadDigits(TClonesArray * digits) ;