The Gaudi Framework
v26r2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
:
19
DeclareInterfaceIDMultiBase
(
IAuditorSvc
,3,0);
20
22
virtual
IAuditor
* getAuditor(
const
std::string& name ) = 0;
23
24
};
25
26
#endif // INTERFACES_IAUDITORSVC_H
System.h
extend_interfaces2
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:26
IAuditor.h
DeclareInterfaceIDMultiBase
#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
IService.h
IAuditorSvc
The interface implemented by the IAuditorSvc base class.
Definition:
IAuditorSvc.h:16
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
IAuditor
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition:
IAuditor.h:18
GaudiKernel
GaudiKernel
IAuditorSvc.h
Generated on Thu May 21 2015 14:27:22 for The Gaudi Framework by
1.8.9.1