From d819c9ff3d30bcb76acdbde018ef49fc8625a2a9 Mon Sep 17 00:00:00 2001 From: phille Date: Sun, 9 May 2010 20:03:58 +0000 Subject: [PATCH] Making the DoDeInit function non virtual temporarily untill its implemented in all derived classes. --- HLT/CALO/AliHLTCaloProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/CALO/AliHLTCaloProcessor.h b/HLT/CALO/AliHLTCaloProcessor.h index 95fec45e92e..501f35ec37b 100644 --- a/HLT/CALO/AliHLTCaloProcessor.h +++ b/HLT/CALO/AliHLTCaloProcessor.h @@ -23,7 +23,7 @@ class AliHLTCaloProcessor:public AliHLTProcessor AliHLTCaloProcessor(); virtual ~AliHLTCaloProcessor(); virtual int DoInit(int argc, const char** argv) = 0; - virtual int DoDeinit() = 0; + // virtual int DoDeinit() = 0; virtual const char* GetComponentID() = 0; virtual void GetInputDataTypes( std::vector & list) =0; virtual AliHLTComponentDataType GetOutputDataType() =0; -- 2.43.0