StdAir Logo  1.00.18
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
MPBomRoot.cpp
Go to the documentation of this file.
1
5// //////////////////////////////////////////////////////////////////////
6// Import section
7// //////////////////////////////////////////////////////////////////////
8// STL
9#include <cassert>
10// StdAir Test
12
13namespace myprovider {
14
15 // ////////////////////////////////////////////////////////////////////
16 BomRoot::BomRoot (const Key_T& iKey) : stdair::BomRoot (iKey) {
17 }
18
19 // ////////////////////////////////////////////////////////////////////
20 BomRoot::~BomRoot () {
21 }
22
23}