$treeview $search $mathjax
StdAir Logo  1.00.2
$projectbrief
$projectbrief
$searchbox

test/stdair/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 }