00001 // $Id: IErrorTool.cpp,v 1.1 2004/07/12 13:39:21 mato Exp $ 00002 // ============================================================================ 00003 // Include files 00004 // ============================================================================ 00005 // GaudiKernel 00006 // ============================================================================ 00007 #include "GaudiKernel/IInterface.h" 00008 // ============================================================================ 00009 // local 00010 // ============================================================================ 00011 #include "GaudiAlg/IErrorTool.h" 00012 // ============================================================================ 00013 00021 // ============================================================================ 00022 namespace 00023 { 00024 const InterfaceID IID_IErrorTool ( "IErrorTool" , 1 , 0 ) ; 00025 }; 00026 // ============================================================================ 00027 00028 // ============================================================================ 00030 // ============================================================================ 00031 const InterfaceID& IErrorTool::interfaceID() { return IID_IErrorTool ; } 00032 // ============================================================================ 00033 00034 // ============================================================================ 00036 // ============================================================================ 00037 IErrorTool::~IErrorTool() {}; 00038 // ============================================================================