/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Utilities/DetVerSvc/DetVerSvc-00-00-05/DetVerSvc/IDetVerSvc.h

Go to the documentation of this file.
00001 #ifndef I_DET_VER_SVC_H
00002 #define I_DET_VER_SVC_H
00003 
00004 #include "GaudiKernel/IService.h"
00005 
00006 // Declaration of the interface ID ( interface id, major version, minor version) 
00007 static const InterfaceID  IID_IDetVerSvc("IDetVerSvc",1,0);
00008 
00009 class IDetVerSvc : virtual public IInterface
00010 {
00011     public :
00012 
00013         static const InterfaceID& interfaceID() { return IID_IDetVerSvc; }
00014 
00015         virtual int phase() = 0;
00016 };
00017 
00018 #endif

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