00001 /* ${copyright}$ */ 00002 /* $Id: FileUtil.H 310 2006-02-08 13:08:52Z milena $ */ 00007 #ifndef __FILEUTIL_H__ 00008 #define __FILEUTIL_H__ 00009 00010 #include <string> 00011 00012 #include "libepp_nicbr.H" 00013 00014 LIBEPP_NICBR_NS_BEGIN 00015 00016 using std::string; 00017 00019 class FileUtil 00020 { 00021 public: 00023 00027 static string read_file(const string &filename); 00028 }; 00029 00030 LIBEPP_NICBR_NS_END 00031 #endif //__FILEUTIL_H__