The Gaudi Framework  v30r3 (a5ef0a68)
IAuditorSvc.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IAUDITORSVC_H
2 #define GAUDIKERNEL_IAUDITORSVC_H
3 
4 #include "GaudiKernel/IAuditor.h"
5 #include "GaudiKernel/IService.h"
6 #include "GaudiKernel/System.h"
7 #include <string>
8 
15 class GAUDI_API IAuditorSvc : virtual public extend_interfaces<IService, IAuditor>
16 {
17 public:
20 
22  virtual IAuditor* getAuditor( const std::string& name ) = 0;
23 };
24 
25 #endif // INTERFACES_IAUDITORSVC_H
STL class.
#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
Base class to be used to extend an interface.
The interface implemented by the IAuditorSvc base class.
Definition: IAuditorSvc.h:15
#define GAUDI_API
Definition: Kernel.h:104
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition: IAuditor.h:18