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

Specific Implementation of a BOM Root

 */
// //////////////////////////////////////////////////////////////////////
// Import section
// //////////////////////////////////////////////////////////////////////
// STL
#include <cassert>
// StdAir Test
#include <test/stdair/MPBomRoot.hpp>

namespace myprovider {
  
  // ////////////////////////////////////////////////////////////////////
  BomRoot::BomRoot (const Key_T& iKey) : stdair::BomRoot (iKey) {
  }
  
  // ////////////////////////////////////////////////////////////////////
  BomRoot::~BomRoot () {
  }

}
/*!