X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PHOS%2FAliPHOSv2.cxx;h=38e8557d297f5fc11844c3ee3e6f2f6095e5fed9;hb=ef1ae2599782d502096e3298ef67a0349921e3ad;hp=cd3b69859af1a0b3620375df3c36e87eed48d9d9;hpb=2af5445a199c440e9638cc8f850b96681ff525dc;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSv2.cxx b/PHOS/AliPHOSv2.cxx index cd3b69859af..38e8557d297 100644 --- a/PHOS/AliPHOSv2.cxx +++ b/PHOS/AliPHOSv2.cxx @@ -13,6 +13,15 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ /* $Id$ */ + +/* History of cvs commits: + * + * $Log$ + * Revision 1.24 2005/05/28 14:19:05 schutz + * Compilation warnings fixed by T.P. + * + */ + //_________________________________________________________________________ // Version of AliPHOSv1 which keeps all hits in TreeH // AddHit, StepManager,and FinishEvent are redefined @@ -57,10 +66,10 @@ AliPHOSv2::~AliPHOSv2() } //____________________________________________________________________________ -void AliPHOSv2::Copy(AliPHOSv2 & phos) +AliPHOSv2 & AliPHOSv2::operator = (const AliPHOSv2 &) { - TObject::Copy(phos) ; - AliPHOSv1::Copy(phos) ; + Fatal("operator =", "not implemented"); + return *this; } //____________________________________________________________________________