From: <qua...@us...> - 2009-10-20 09:41:42
|
Revision: 50 http://stdair.svn.sourceforge.net/stdair/?rev=50&view=rev Author: quannaus Date: 2009-10-20 09:41:29 +0000 (Tue, 20 Oct 2009) Log Message: ----------- [Dev] Changed includes. Modified Paths: -------------- trunk/stdair/stdair/bom/BomRootStructure.hpp trunk/stdair/stdair/bom/BookingClassStructure.hpp trunk/stdair/stdair/bom/FlightDateStructure.hpp trunk/stdair/stdair/bom/InventoryStructure.hpp trunk/stdair/stdair/bom/LegCabinStructure.hpp trunk/stdair/stdair/bom/LegDateStructure.hpp trunk/stdair/stdair/bom/SegmentCabinStructure.hpp trunk/stdair/stdair/bom/SegmentDateStructure.hpp Modified: trunk/stdair/stdair/bom/BomRootStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/BomRootStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/BomRootStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -9,16 +9,12 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/BomRootKey.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> #include <stdair/bom/InventoryStructure.hpp> namespace stdair { - // Forward declarations. - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by a specific BomContentRoot class. */ template <typename BOM_CONTENT> Modified: trunk/stdair/stdair/bom/BookingClassStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/BookingClassStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/BookingClassStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -6,18 +6,12 @@ // ////////////////////////////////////////////////////////////////////// // MPL #include <boost/mpl/vector.hpp> -// STDAIR -#include <stdair/bom/BomStructure.hpp> +// STDAIR +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/BookingClassKey.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> namespace stdair { - - // Forward declarations - template <typename BOM_CONTENT> class SegmentCabinStructure; - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific BookingClass class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/FlightDateStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/FlightDateStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/FlightDateStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -7,17 +7,13 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/FlightDateKey.hpp> #include <stdair/bom/SegmentDateStructure.hpp> #include <stdair/bom/LegDateStructure.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> namespace stdair { - - // Forward declaration - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific FlightDate class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/InventoryStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/InventoryStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/InventoryStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -9,17 +9,12 @@ // (Boost) MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/InventoryKey.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> #include <stdair/bom/FlightDateStructure.hpp> namespace stdair { - - // Forward declaration - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific Inventory class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/LegCabinStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/LegCabinStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/LegCabinStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -7,18 +7,12 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/LegCabinKey.hpp> #include <stdair/bom/BookingClassStructure.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> namespace stdair { - - // Forward declarations - template <typename BOM_CONTENT> class LegDateStructure; - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific LegCabin class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/LegDateStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/LegDateStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/LegDateStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -7,18 +7,12 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/LegDateKey.hpp> #include <stdair/bom/LegCabinStructure.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> -namespace stdair { - - // Forward declarations - template <typename BOM_CONTENT> class FlightDateStructure; - class BomStructureDummy; - class BomContentDummy; - +namespace stdair { /** Wrapper class aimed at holding the actual content, modeled by an external specific LegDate class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/SegmentCabinStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentCabinStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/SegmentCabinStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -7,18 +7,12 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/SegmentCabinKey.hpp> #include <stdair/bom/BookingClassStructure.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> namespace stdair { - - // Forward declarations - template <typename BOM_CONTENT> class SegmentDateStructure; - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific SegmentCabin class (for instance, in the AIRSCHED library). */ Modified: trunk/stdair/stdair/bom/SegmentDateStructure.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentDateStructure.hpp 2009-10-19 09:43:20 UTC (rev 49) +++ trunk/stdair/stdair/bom/SegmentDateStructure.hpp 2009-10-20 09:41:29 UTC (rev 50) @@ -7,18 +7,12 @@ // MPL #include <boost/mpl/vector.hpp> // STDAIR -#include <stdair/bom/BomStructure.hpp> +#include <stdair/bom/BomStructureDummy.hpp> +#include <stdair/bom/BomContentDummy.hpp> #include <stdair/bom/SegmentDateKey.hpp> #include <stdair/bom/SegmentCabinStructure.hpp> -#include <stdair/bom/BomChildrenHolderImp.hpp> namespace stdair { - - // Forward declarations - template <typename BOM_CONTENT> class FlightDateStructure; - class BomStructureDummy; - class BomContentDummy; - /** Wrapper class aimed at holding the actual content, modeled by an external specific SegmentDate class (for instance, in the AIRSCHED library). */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |