StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 () {
}
}
/*!