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