StdAir Logo  1.00.3
C++ Standard Airline IT Object Library
Specific Implementation of a BOM Root
/
// //////////////////////////////////////////////////////////////////////
// Import section
// //////////////////////////////////////////////////////////////////////
// STL
#include <cassert>
// StdAir Test
namespace myprovider {
// ////////////////////////////////////////////////////////////////////
BomRoot::BomRoot (const Key_T& iKey) : stdair::BomRoot (iKey) {
}
// ////////////////////////////////////////////////////////////////////
BomRoot::~BomRoot () {
}
}