BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
IJobInfoSvc.h
Go to the documentation of this file.
1#ifndef IJobInfoSvc_H
2#define IJobInfoSvc_H
3
4#include "GaudiKernel/IInterface.h"
5#include "GaudiKernel/Kernel.h"
6#include "GaudiKernel/Service.h"
7
8/* Declaration of the interface ID */
9//static const InterfaceID IID_IJobInfoSvc("IJobInfoSvc",1,0);
10
11
12class IJobInfoSvc: virtual public IInterface{
13
14public:
15
16 //static const InterfaceID& interfaceID() { return IID_IJobInfoSvc; }
18 virtual int xmlrpc(int evtNum) = 0;
19 virtual std::string getJobOutputFile() = 0;
20
21};
22
23
24#endif
25
DeclareInterfaceID(IJobInfoSvc, 1, 0)
virtual int xmlrpc(int evtNum)=0
virtual std::string getJobOutputFile()=0