![]() |
|
|
Generated: 8 Jan 2009 |
00001 // $Id: IExceptionSvc.cpp,v 1.2 2007/05/24 14:39:11 hmd Exp $ 00002 // ============================================================================ 00003 // CVS tag $Name: $, version $Revision: 1.2 $ 00004 // ============================================================================ 00005 // Include files 00006 // ============================================================================ 00007 // GaudiKernel 00008 // ============================================================================ 00009 #include "GaudiKernel/GaudiException.h" 00010 #include "GaudiKernel/IExceptionSvc.h" 00011 // ============================================================================ 00017 // ============================================================================ 00019 // ============================================================================ 00020 namespace 00021 { 00022 // ========================================================================== 00029 // ========================================================================== 00030 const InterfaceID s_IExceptionSvc("IExceptionSvc", 2 , 0 ) ; 00031 // ========================================================================== 00032 } 00033 // ============================================================================ 00035 // ============================================================================ 00036 const InterfaceID& IExceptionSvc::interfaceID() { return s_IExceptionSvc ; } 00037 // ============================================================================ 00039 // ============================================================================ 00040 IExceptionSvc::~IExceptionSvc() {} 00041 // ============================================================================ 00042 00043 // ============================================================================ 00044 // The END 00045 // ============================================================================