The Gaudi Framework  v32r2 (46d42edc)
IChronoStatSvc.h
Go to the documentation of this file.
1 // ============================================================================
2 #ifndef GAUDIKERNEL_ICHRONOSTATSVC_H
3 #define GAUDIKERNEL_ICHRONOSTATSVC_H
4 // ============================================================================
5 // Include files
6 // ============================================================================
7 // STD & STL
8 // ============================================================================
9 #include <iostream>
10 #include <string>
11 // ============================================================================
12 // GaudiKernel
13 // ============================================================================
14 #include "GaudiKernel/IChronoSvc.h"
15 #include "GaudiKernel/IService.h"
16 #include "GaudiKernel/IStatSvc.h"
17 // ============================================================================
33 class GAUDI_API IChronoStatSvc : virtual public extend_interfaces<IService, IChronoSvc, IStatSvc> {
34 public:
37 };
38 // ============================================================================
39 // The END
40 // ============================================================================
41 #endif // GAUDIKERNEL_ICHRONOSTATSVC_H
The IChronoStatSvc is the interface implemented by the ChronoStatService.
Base class to be used to extend an interface.
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:13
#define GAUDI_API
Definition: Kernel.h:71