The Gaudi Framework  master (37c0b60a)
IRunable.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_IRUNNABLE_H
12 #define GAUDIKERNEL_IRUNNABLE_H
13 
14 #include <GaudiKernel/IInterface.h>
15 
28 class GAUDI_API IRunable : virtual public IInterface {
29 public:
32 
34  virtual StatusCode run() = 0;
35 };
36 
37 #endif // GAUDIKERNEL_IRUNNABLE_H
IRunable::run
virtual StatusCode run()=0
Run the class implementation.
StatusCode
Definition: StatusCode.h:65
IInterface.h
IRunable::DeclareInterfaceID
DeclareInterfaceID(IRunable, 2, 0)
InterfaceID.
IRunable
Definition: IRunable.h:28
IInterface
Definition: IInterface.h:239
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81