StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
CmdBomSerialiser.hpp
Go to the documentation of this file.
00001 #ifndef __STDAIR_CMD_CMDBOMSERIALISER_HPP
00002 #define __STDAIR_CMD_CMDBOMSERIALISER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <iosfwd>
00009 // StdAir
00010 #include <stdair/stdair_inventory_types.hpp>
00011 #include <stdair/bom/TravelSolutionTypes.hpp>
00012 #include <stdair/command/CmdAbstract.hpp>
00013 
00014 namespace stdair {
00015 
00017   class BomRoot;
00018   struct BookingRequestStruct;
00019 
00020 
00025   class CmdBomSerialiser : public CmdAbstract {
00026   public:
00027 
00028     // //////////////// BOM serialisation support methods /////////////////
00029     //
00030   };
00031 }
00032 #endif // ___STDAIR_CMD_CMDBOMSERIALISER_HPP