AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
DCPParser.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_CMD_DCPPARSER_HPP
00002 #define __AIRINV_CMD_DCPPARSER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // StdAir
00008 #include <stdair/stdair_basic_types.hpp>
00009 #include <stdair/command/CmdAbstract.hpp>
00010 
00011 // Forward declarations.
00012 namespace stdair {
00013   class BomRoot;
00014 }
00015 
00016 namespace AIRINV {
00017   
00019   class DCPParser : public stdair::CmdAbstract {
00020   public:
00028     static void DCPRuleGeneration (const stdair::Filename_T&,
00029                                    stdair::BomRoot&);
00030   };
00031 }
00032 #endif // __AIRINV_CMD_DCPPARSER_HPP