IThreadPoolSvc.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_ITHREADPOOLSVC_H
2 #define GAUDIKERNEL_ITHREADPOOLSVC_H
3 
6 #include <vector>
7 
8 //---------------------------------------------------------------------------
9 
19 //---------------------------------------------------------------------------
20 
21 class GAUDI_API IThreadPoolSvc : virtual public IInterface {
22  public:
23 
26 
27  virtual StatusCode initPool(const int& poolSize) = 0;
28 
29  virtual int poolSize() const = 0;
30 
31  virtual std::vector<IThreadInitTool*> getThreadInitTools() const = 0;
32 
33 };
34 
35 #endif
IThreadPoolSvc GaudiKernel/IThreadPoolSvc.h.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Definition of the basic interface.
Definition: IInterface.h:234
#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
STL class.
#define GAUDI_API
Definition: Kernel.h:107