// $Id: IExceptionSvc.cpp,v 1.2 2007/05/24 14:39:11 hmd Exp $ // ============================================================================ // CVS tag $Name: $, version $Revision: 1.2 $ // ============================================================================ // Include files // ============================================================================ // GaudiKernel // ============================================================================ #include "GaudiKernel/GaudiException.h" #include "GaudiKernel/IExceptionSvc.h" // ============================================================================ /** @file * Implementation file for class IExceptionSvc * @author Vanya BELYAEV ibelyaev@physics.syr.edu * @date 2007-03-08 */ // ============================================================================ /// virtual and protected destructor // ============================================================================ IExceptionSvc::~IExceptionSvc() {} // ============================================================================ // ============================================================================ // The END // ============================================================================