// $Id: IErrorTool.cpp,v 1.1 2004/07/12 13:39:21 mato Exp $ // ============================================================================ // Include files // ============================================================================ // GaudiKernel // ============================================================================ #include "GaudiKernel/IInterface.h" // ============================================================================ // local // ============================================================================ #include "GaudiAlg/IErrorTool.h" // ============================================================================ /** @file * Implementation file for class : IErrorTool * * @date 2004-06-28 * @author Vanya BELYAEV Ivan.Belyaev@itep.ru */ // ============================================================================ /// destructor: virtual and protected // ============================================================================ IErrorTool::~IErrorTool() {} // ============================================================================