StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
CmdBomSerialiser.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_CMD_CMDBOMSERIALISER_HPP
2 #define __STDAIR_CMD_CMDBOMSERIALISER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <iosfwd>
9 // StdAir
13 
14 namespace stdair {
15 
17  class BomRoot;
18  struct BookingRequestStruct;
19 
20 
25  class CmdBomSerialiser : public CmdAbstract {
26  public:
27 
28  // //////////////// BOM serialisation support methods /////////////////
29  //
30  };
31 }
32 #endif // ___STDAIR_CMD_CMDBOMSERIALISER_HPP
Handle on the StdAir library context.