AirInv Logo  1.00.3
C++ Simulated Airline Inventory Management System library
BomRootHelper.hpp
Go to the documentation of this file.
1 #ifndef __AIRINV_BOM_BOMROOTHELPER_HPP
2 #define __AIRINV_BOM_BOMROOTHELPER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 
8 // Forward declarations.
9 namespace stdair {
10  class BomRoot;
11 }
12 
13 namespace AIRINV {
16  class BomRootHelper {
17  public:
18  // ////////// Business Methods /////////
21  static void fillFromRouting (const stdair::BomRoot&);
22  };
23 
24 }
25 #endif // __AIRINV_BOM_BOMROOTHELPER_HPP
AIRINV::BomRootHelper
Definition: BomRootHelper.hpp:16
stdair
Forward declarations.
Definition: AIRINV_Master_Service.hpp:25
AIRINV
Definition: AIRINV_Master_Service.hpp:38
AIRINV::BomRootHelper::fillFromRouting
static void fillFromRouting(const stdair::BomRoot &)
Definition: BomRootHelper.cpp:16