/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/JobInfoSvc/JobInfoSvc-00-00-02/JobInfoSvc/IJobInfoSvc.h

Go to the documentation of this file.
00001 #ifndef IJobInfoSvc_H
00002 #define IJobInfoSvc_H
00003 
00004 #include "GaudiKernel/IInterface.h"
00005 #include "GaudiKernel/Kernel.h"
00006 #include "GaudiKernel/Service.h"
00007 
00008 /* Declaration of the interface ID */
00009 static const InterfaceID IID_IJobInfoSvc("IJobInfoSvc",1,0);
00010 
00011 
00012 class IJobInfoSvc: virtual public IInterface{
00013 
00014 public:
00015 
00016   static const InterfaceID& interfaceID() { return IID_IJobInfoSvc; }
00017 
00018   virtual int xmlrpc(int evtNum) = 0;
00019   virtual std::string getJobOutputFile() = 0;
00020 
00021 };
00022 
00023 
00024 #endif
00025 

Generated on Tue Nov 29 23:14:43 2016 for BOSS_7.0.2 by  doxygen 1.4.7