|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
00001 // $Id: GaudiAlg.cpp,v 1.4 2005/11/18 17:28:32 mato Exp $ 00002 // ============================================================================ 00003 // Include files 00004 // ============================================================================ 00005 // STD & STL 00006 // ============================================================================ 00007 #include <string> 00008 // ============================================================================ 00009 // GaudiAlg 00010 // ============================================================================ 00011 #include "GaudiAlg/GaudiAlg.h" 00012 // ============================================================================ 00013 // Boots 00014 // ============================================================================ 00015 #ifdef __ICC 00016 // disable icc remark #2259: non-pointer conversion from "X" to "Y" may lose significant bits 00017 // coming from boost/lexical_cast.hpp 00018 #pragma warning(disable:2259) 00019 #endif 00020 #include "boost/lexical_cast.hpp" 00021 // ============================================================================ 00022 00029 // ============================================================================ 00036 // ============================================================================ 00037 std::string fileLine( const int number ) 00038 { return boost::lexical_cast<std::string>( number ) ; } 00039 // ============================================================================