All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiAlg.h
Go to the documentation of this file.
1 // $Id: GaudiAlg.h,v 1.4 2006/03/09 10:28:14 hmd Exp $
2 // ============================================================================
3 #ifndef GAUDIALG_GAUDIALG_H
4 #define GAUDIALG_GAUDIALG_H 1
5 // ============================================================================
6 // Include files
7 // ============================================================================
8 // Gaudi
9 // ============================================================================
10 #include "GaudiKernel/Kernel.h"
11 // ============================================================================
12 // STD & STL
13 // ============================================================================
14 #include <string>
15 // ============================================================================
16 
23 namespace GaudiAlg
24 {
31  GAUDI_API std::string fileLine( const int number ) ;
32 } // end of namespace GaudiAlg
33 
34 #endif // GAUDIALG_GAUDIALG_H
GAUDI_API std::string fileLine(const int number)
convers number into the string (remove the actual code duplication from namespaces GaudiAlgLocal and ...
Definition: GaudiAlg.cpp:37
#define GAUDI_API
Definition: Kernel.h:108