1.00.0
C++ Simulated Airline Inventory Management System library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Generated on Tue Dec 25 2012 22:19:41 for AirInv by
1.8.1.1