Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiGSL.cpp
Go to the documentation of this file.
1 // $Id: GaudiGSL.cpp,v 1.1 2003/11/19 16:55:59 mato Exp $
2 // ============================================================================
3 //
4 // ============================================================================
5 // local
6 #include "GaudiGSL/GaudiGSL.h"
7 
8 // ============================================================================
16 // ============================================================================
17 
18 // ============================================================================
21 // ============================================================================
22 const IGslSvc* GaudiGSL::s_gslSvc = 0;
23 // ============================================================================
24 
25 // ============================================================================
29 // ============================================================================
30 const IGslSvc* GaudiGSL::gslSvc () { return s_gslSvc ; }
31 // ============================================================================
32 
33 // ============================================================================
37 // ============================================================================
38 const IGslSvc* GaudiGSL::setGslSvc ( const IGslSvc* value )
39 { s_gslSvc = value ; return gslSvc() ; }
40 // ============================================================================
41 
42 // ============================================================================
43 // The END
44 // ============================================================================

Generated at Wed Nov 28 2012 12:17:12 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004