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 #include "boost/lexical_cast.hpp" 00016 // ============================================================================ 00017 00024 // ============================================================================ 00031 // ============================================================================ 00032 std::string fileLine( const int number ) 00033 { return boost::lexical_cast<std::string>( number ) ; } ; 00034 // ============================================================================