X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliBaseLoader.cxx;h=2abd145fbaacf430b66bdb8ad51306b1e4f671a3;hb=0782297860151e9024b7d3f59db4be789a18e44c;hp=f97fc3bdce7eb22ea0298128c649bd40cfe5c650;hpb=36886a65f2d601b1d726625e784497512c771567;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliBaseLoader.cxx b/STEER/AliBaseLoader.cxx index f97fc3bdce7..2abd145fbaa 100644 --- a/STEER/AliBaseLoader.cxx +++ b/STEER/AliBaseLoader.cxx @@ -29,6 +29,7 @@ /* $Id$ */ #include +#include #include "AliBaseLoader.h" #include "AliLog.h" @@ -62,30 +63,6 @@ AliBaseLoader::AliBaseLoader(const TString& name, AliDataLoader* dl, Bool_t sto // } -//______________________________________________________________________________ -AliBaseLoader::AliBaseLoader(const AliBaseLoader& source) : - TNamed(source), - fIsLoaded(source.fIsLoaded), - fStoreInTopOfFile(source.fStoreInTopOfFile), - fDoNotReload(source.fDoNotReload), - fDataLoader(source.fDataLoader) -{ - // - // copy constructor - // - AliFatal("Copy constructor not implemented"); -} - -//______________________________________________________________________________ -AliBaseLoader& AliBaseLoader::operator=(const AliBaseLoader& /*source*/) -{ - // - // Assignment operator - // - AliFatal("Assignment operator not implemented"); - return *this; -} - //______________________________________________________________________________ Int_t AliBaseLoader::Load(Option_t* opt) {