From: <qua...@us...> - 2009-10-12 15:13:38
|
Revision: 43 http://stdair.svn.sourceforge.net/stdair/?rev=43&view=rev Author: quannaus Date: 2009-10-12 15:13:31 +0000 (Mon, 12 Oct 2009) Log Message: ----------- [Dev] Fix some small bugs. Modified Paths: -------------- trunk/stdair/stdair/bom/LegDateStructure.hpp trunk/stdair/stdair/bom/SegmentDateStructure.hpp Modified: trunk/stdair/stdair/bom/LegDateStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/LegDateStructure.hpp 2009-10-12 13:35:33 UTC (rev 42) +++ trunk/stdair/stdair/bom/LegDateStructure.hpp 2009-10-12 15:13:31 UTC (rev 43) @@ -45,7 +45,7 @@ typedef typename BOM_CONTENT::ContentChild_T ContentChild_T; /** Definition allowing to retrieve the associated children type. */ - typedef boost::mpl::vector <LegDateStructure<ContentChild_T>, + typedef boost::mpl::vector <LegCabinStructure<ContentChild_T>, BomStructureDummy> ChildrenBomTypeList_T; /** Definition allowing to retrieve the default children bom holder type. */ Modified: trunk/stdair/stdair/bom/SegmentDateStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentDateStructure.hpp 2009-10-12 13:35:33 UTC (rev 42) +++ trunk/stdair/stdair/bom/SegmentDateStructure.hpp 2009-10-12 15:13:31 UTC (rev 43) @@ -45,7 +45,7 @@ typedef typename BOM_CONTENT::ContentChild_T ContentChild_T; /** Definition allowing to retrieve the associated children type. */ - typedef boost::mpl::vector <SegmentDateStructure<ContentChild_T>, + typedef boost::mpl::vector <SegmentCabinStructure<ContentChild_T>, BomStructureDummy> ChildrenBomTypeList_T; /** Definition allowing to retrieve the default children bom holder type. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |