]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONFactory.cxx
Added arguments names in function declarations. (I. Hrivnacova)
[u/mrichter/AliRoot.git] / MUON / AliMUONFactory.cxx
index 268bec1444b10d3da1d133ae68a883a4af2256bd..ba79a686daaae4653c8ae83fb9de58ffb8abbc7b 100644 (file)
@@ -46,12 +46,33 @@ AliMUONFactory::AliMUONFactory()
 //
 }
 
+//__________________________________________________________________________
+AliMUONFactory::AliMUONFactory(const AliMUONFactory& rhs)
+  : TObject(rhs)
+{
+// Protected copy constructor
+
+  Fatal("AliMUONFactoryModule", "Not implemented.");
+}
+
 //__________________________________________________________________________
 AliMUONFactory::~AliMUONFactory()
 {
 //
 }
 
+//__________________________________________________________________________
+AliMUONFactory&  AliMUONFactory::operator=(const AliMUONFactory& rhs)
+{
+// Protected assignement operator
+
+  if (this == &rhs) return *this;
+
+  Fatal("operator=", "Not implemented.");
+    
+  return *this;  
+}    
+          
 //__________________________________________________________________________
 void AliMUONFactory::BuildCommon() 
 {