GaudiGSL.h
Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef GAUDIGSL_GAUDIGSL_H
00006 #define GAUDIGSL_GAUDIGSL_H 1
00007
00008 #include "GaudiKernel/Kernel.h"
00009
00010 class IGslSvc;
00011
00020 class GAUDI_API GaudiGSL
00021 {
00022 public:
00023
00027 static const IGslSvc* gslSvc () ;
00028
00032 static const IGslSvc* setGslSvc ( const IGslSvc* value ) ;
00033
00034 private:
00035
00036 static const IGslSvc* s_gslSvc ;
00037
00038 };
00039
00040
00041
00042
00043 #endif // GAUDIGSL_GAUDIGSL_H
00044