AirInv Logo  1.00.10
C++ Simulated Airline Inventory Management System Library
Loading...
Searching...
No Matches
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.
9namespace stdair {
10 class BomRoot;
11}
12
13namespace AIRINV {
17 public:
18 // ////////// Business Methods /////////
21 static void fillFromRouting (const stdair::BomRoot&);
22 };
23
24}
25#endif // __AIRINV_BOM_BOMROOTHELPER_HPP
static void fillFromRouting(const stdair::BomRoot &)
Forward declarations.