00001 // ////////////////////////////////////////////////////////////////////// 00002 // Import section 00003 // ////////////////////////////////////////////////////////////////////// 00004 // STL 00005 #include <cassert> 00006 // STDAIR 00007 #include <stdair/bom/BomAbstract.hpp> 00008 #include <stdair/factory/FacAbstract.hpp> 00009 00010 namespace stdair { 00011 00012 // ////////////////////////////////////////////////////////////////////// 00013 FacAbstract::~FacAbstract() { 00014 } 00015 00016 }