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