The Gaudi Framework  v30r3 (a5ef0a68)
GaudiGSL.h
Go to the documentation of this file.
1 // ============================================================================
2 #ifndef GAUDIGSL_GAUDIGSL_H
3 #define GAUDIGSL_GAUDIGSL_H 1
4 // Include files
5 #include "GaudiKernel/Kernel.h"
6 
7 struct IGslSvc; // from GaudiGSL
8 
18 
22  static const IGslSvc* gslSvc();
23 
27  static const IGslSvc* setGslSvc( const IGslSvc* value );
28 };
29 
30 // ============================================================================
31 // The END
32 // ============================================================================
33 #endif // GAUDIGSL_GAUDIGSL_H
34 // ============================================================================
The abstract interface to "deal" with GNU Scientific Library (GLS) The main task is the error handlin...
Definition: IGslSvc.h:16
#define GAUDI_API
Definition: Kernel.h:104