The Gaudi Framework
v28r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IRunable.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IRUNNABLE_H
2
#define GAUDIKERNEL_IRUNNABLE_H
3
4
#include "
GaudiKernel/IInterface.h
"
5
18
class
GAUDI_API
IRunable
:
virtual
public
IInterface
{
19
public
:
21
DeclareInterfaceID
(
IRunable
,2,0);
22
24
virtual
StatusCode
run() = 0;
25
};
26
27
#endif // GAUDIKERNEL_IRUNNABLE_H
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:14
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:26
IInterface
Definition of the basic interface.
Definition:
IInterface.h:234
IRunable
Runable interface definition.
Definition:
IRunable.h:18
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
IInterface.h
GaudiKernel
GaudiKernel
IRunable.h
Generated on Tue Feb 14 2017 13:19:50 for The Gaudi Framework by
1.8.11