// $Id: IChronoStatSvc.cpp,v 1.2 2008/05/13 12:36:54 marcocle Exp $ // ============================================================================ // Include files // ============================================================================ // GaudiKernel // ============================================================================ #include "GaudiKernel/IInterface.h" #include "GaudiKernel/IChronoSvc.h" #include "GaudiKernel/IStatSvc.h" #include "GaudiKernel/IChronoStatSvc.h" // ============================================================================ /** @file * Implementation file for interfaces IChronoSvc & IChronoStatSvc * @author Vanya BELYAEV ibelyaev@physics.syr.edu * @date 2007-07-08 */ // ============================================================================ // protected and virtual destructor // ============================================================================ IChronoSvc::~IChronoSvc(){} // ============================================================================ // protected and virtual destructor // ============================================================================ IStatSvc::~IStatSvc(){} // ============================================================================ // protected and virtual destructor // ============================================================================ IChronoStatSvc::~IChronoStatSvc(){} // ============================================================================ // ============================================================================ // The END // ============================================================================