Gaudi Framework, version v20r2

Generated: 18 Jul 2008

IErrorTool.cpp

Go to the documentation of this file.
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 // ============================================================================

Generated at Fri Jul 18 11:59:19 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004