StdAir Logo  0.45.1
C++ Standard Airline IT Object Library
MPBomRoot.cpp
Go to the documentation of this file.
00001 
00005 // //////////////////////////////////////////////////////////////////////
00006 // Import section
00007 // //////////////////////////////////////////////////////////////////////
00008 // STL
00009 #include <cassert>
00010 // StdAir Test
00011 #include <test/stdair/MPBomRoot.hpp>
00012 
00013 namespace myprovider {
00014   
00015   // ////////////////////////////////////////////////////////////////////
00016   BomRoot::BomRoot (const Key_T& iKey) : stdair::BomRoot (iKey) {
00017   }
00018   
00019   // ////////////////////////////////////////////////////////////////////
00020   BomRoot::~BomRoot () {
00021   }
00022 
00023 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines