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