8 #include <stdair/basic/BasFileMgr.hpp>
9 #include <stdair/service/Logger.hpp>
18 stdair::BomRoot& ioBomRoot) {
20 const stdair::Filename_T lFilename = iFareFilename.name();
23 const bool doesExistAndIsReadable =
24 stdair::BasFileMgr::doesExistAndIsReadable (lFilename);
25 if (doesExistAndIsReadable ==
false) {
26 STDAIR_LOG_ERROR (
"The fare input file, '" << lFilename
27 <<
"', can not be retrieved on the file-system");
29 +
"' does not exist or can not "