Gaudi Framework, version v21r7

Home   Generated: 22 Jan 2010

IChronoStatSvc.h

Go to the documentation of this file.
00001 // $Id: IChronoStatSvc.h,v 1.10 2007/08/06 08:39:39 marcocle Exp $
00002 // ============================================================================
00003 // CVS tag $Name:  $, version $Revision: 1.10 $#i
00004 // ============================================================================
00005 #ifndef     GAUDIKERNEL_ICHRONOSTATSVC_H
00006 #define     GAUDIKERNEL_ICHRONOSTATSVC_H
00007 // ============================================================================
00008 // Include files
00009 // ============================================================================
00010 // STD & STL
00011 // ============================================================================
00012 #include <iostream>
00013 #include <string>
00014 // ============================================================================
00015 // GaudiKernel
00016 // ============================================================================
00017 #include "GaudiKernel/IService.h"
00018 #include "GaudiKernel/IChronoSvc.h"
00019 #include "GaudiKernel/IStatSvc.h"
00020 // ============================================================================
00036 class GAUDI_API IChronoStatSvc: virtual public extend_interfaces3<IService,
00037                                                                   IChronoSvc,
00038                                                                   IStatSvc>
00039 {
00040 public:
00042   DeclareInterfaceIDMultiBase(IChronoStatSvc,6,0);
00043 protected:
00044   // protected and virtual destructor
00045   virtual ~IChronoStatSvc(); 
00046 };
00047 // ============================================================================
00048 // The END
00049 // ============================================================================
00050 #endif  //  GAUDIKERNEL_ICHRONOSTATSVC_H
00051 // ============================================================================
00052 

Generated at Fri Jan 22 20:27:35 2010 for Gaudi Framework, version v21r7 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004