All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IAuditorSvc.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IAuditorSvc.h,v 1.8 2008/04/03 14:40:19 marcocle Exp $
2 #ifndef GAUDIKERNEL_IAUDITORSVC_H
3 #define GAUDIKERNEL_IAUDITORSVC_H
4 
5 #include "GaudiKernel/IAuditor.h"
6 #include "GaudiKernel/IService.h"
7 #include "GaudiKernel/System.h"
8 #include <string>
9 
16 class GAUDI_API IAuditorSvc: virtual public extend_interfaces2<IService, IAuditor> {
17 public:
20 
22  virtual IAuditor* getAuditor( const std::string& name ) = 0;
23 
24 };
25 
26 #endif // INTERFACES_IAUDITORSVC_H
Base class to be used to extend an interface.
#define DeclareInterfaceIDMultiBase(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition: IInterface.h:35
The interface implemented by the IAuditorSvc base class.
Definition: IAuditorSvc.h:16
#define GAUDI_API
Definition: Kernel.h:108
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition: IAuditor.h:18