8 #include <stdair/basic/BasFileMgr.hpp>
9 #include <stdair/bom/BomRoot.hpp>
10 #include <stdair/service/Logger.hpp>
21 stdair::BomRoot& ioBomRoot) {
23 const stdair::Filename_T lFilename = iScheduleFilename.name();
26 bool doesExistAndIsReadable =
27 stdair::BasFileMgr::doesExistAndIsReadable (lFilename);
28 if (doesExistAndIsReadable ==
false) {
29 std::ostringstream oMessage;
30 oMessage <<
"The schedule input file, '" << lFilename
31 <<
"', can not be retrieved on the file-system";
32 STDAIR_LOG_ERROR (oMessage.str());