Go to the documentation of this file.00001 #ifndef __AIRINV_CMD_SCHEDULEPARSER_HPP
00002 #define __AIRINV_CMD_SCHEDULEPARSER_HPP
00003
00004
00005
00006
00007
00008 #include <stdair/stdair_basic_types.hpp>
00009 #include <stdair/command/CmdAbstract.hpp>
00010
00012 namespace stdair {
00013 class BomRoot;
00014 }
00015
00016 namespace AIRINV {
00017
00021 class ScheduleParser : public stdair::CmdAbstract {
00022 public:
00031 static void generateInventories (const stdair::Filename_T& iScheduleFilename,
00032 stdair::BomRoot&);
00033 };
00034 }
00035 #endif // __AIRINV_CMD_SCHEDULEPARSER_HPP