Go to the documentation of this file.00001 #ifndef __STDAIR_CMD_CMDBOMSERIALISER_HPP
00002 #define __STDAIR_CMD_CMDBOMSERIALISER_HPP
00003
00004
00005
00006
00007
00008 #include <iosfwd>
00009
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
00029
00030 };
00031 }
00032 #endif // ___STDAIR_CMD_CMDBOMSERIALISER_HPP