From: <qua...@us...> - 2009-10-19 09:43:29
|
Revision: 49 http://stdair.svn.sourceforge.net/stdair/?rev=49&view=rev Author: quannaus Date: 2009-10-19 09:43:20 +0000 (Mon, 19 Oct 2009) Log Message: ----------- [Dev] Added some includes. Modified Paths: -------------- trunk/stdair/stdair/bom/BomRoot.hpp trunk/stdair/stdair/bom/BookingClass.hpp trunk/stdair/stdair/bom/FlightDate.cpp trunk/stdair/stdair/bom/FlightDate.hpp trunk/stdair/stdair/bom/Inventory.hpp trunk/stdair/stdair/bom/InventoryTypes.hpp trunk/stdair/stdair/bom/LegCabin.hpp trunk/stdair/stdair/bom/LegDate.hpp trunk/stdair/stdair/bom/SegmentCabin.hpp trunk/stdair/stdair/bom/SegmentDate.hpp Modified: trunk/stdair/stdair/bom/BomRoot.hpp =================================================================== --- trunk/stdair/stdair/bom/BomRoot.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/BomRoot.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,6 +5,7 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/BomRootContent.hpp> #include <stdair/bom/BomRootTypes.hpp> #include <stdair/bom/InventoryTypes.hpp> @@ -12,7 +13,6 @@ namespace stdair { // Forward declarations. class FacBomContent; - class Inventory; struct InventoryList_T; struct InventoryMap_T; Modified: trunk/stdair/stdair/bom/BookingClass.hpp =================================================================== --- trunk/stdair/stdair/bom/BookingClass.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/BookingClass.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,6 +5,7 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/BookingClassContent.hpp> #include <stdair/bom/SegmentCabinTypes.hpp> #include <stdair/bom/BookingClassTypes.hpp> Modified: trunk/stdair/stdair/bom/FlightDate.cpp =================================================================== --- trunk/stdair/stdair/bom/FlightDate.cpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/FlightDate.cpp 2009-10-19 09:43:20 UTC (rev 49) @@ -8,7 +8,6 @@ #include <algorithm> // STDAIR #include <stdair/bom/FlightDateStructure.hpp> -#include <stdair/bom/BomRoot.hpp> #include <stdair/bom/Inventory.hpp> #include <stdair/bom/FlightDate.hpp> #include <stdair/bom/SegmentDate.hpp> Modified: trunk/stdair/stdair/bom/FlightDate.hpp =================================================================== --- trunk/stdair/stdair/bom/FlightDate.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/FlightDate.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,15 +5,15 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR -#include <stdair/bom/FlightDateContent.hpp> +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/FlightDateTypes.hpp> #include <stdair/bom/SegmentDateTypes.hpp> #include <stdair/bom/LegDateTypes.hpp> +#include <stdair/bom/FlightDateContent.hpp> namespace stdair { // Forward declarations class FacBomContent; - class BomStructure; class Inventory; struct SegmentDateList_T; struct SegmentDateMap_T; Modified: trunk/stdair/stdair/bom/Inventory.hpp =================================================================== --- trunk/stdair/stdair/bom/Inventory.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/Inventory.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,17 +5,15 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR -#include <stdair/bom/BomRootTypes.hpp> +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/InventoryTypes.hpp> #include <stdair/bom/FlightDateTypes.hpp> #include <stdair/bom/InventoryContent.hpp> namespace stdair { - // Forward declarations class FacBomContent; class BomRoot; - class FlightDate; struct FlightDateList_T; struct FlightDateMap_T; Modified: trunk/stdair/stdair/bom/InventoryTypes.hpp =================================================================== --- trunk/stdair/stdair/bom/InventoryTypes.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/InventoryTypes.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -6,8 +6,8 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STL +#include <map> #include <vector> -#include <map> namespace stdair { @@ -22,10 +22,10 @@ /** Define the Inventory key. */ typedef InventoryKey<Inventory> InventoryKey_T; - /** Define the flight-date structure list. */ + /** Define the Inventory structure list. */ typedef std::vector<InventoryStructure_T*> InventoryStructureList_T; - /** Define the flight-date structure map. */ + /** Define the Inventory structure map. */ typedef std::map<const std::string, InventoryStructure_T*> InventoryStructureMap_T; } Modified: trunk/stdair/stdair/bom/LegCabin.hpp =================================================================== --- trunk/stdair/stdair/bom/LegCabin.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/LegCabin.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,6 +5,7 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/LegCabinContent.hpp> #include <stdair/bom/LegCabinTypes.hpp> Modified: trunk/stdair/stdair/bom/LegDate.hpp =================================================================== --- trunk/stdair/stdair/bom/LegDate.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/LegDate.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,6 +5,7 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/LegDateContent.hpp> #include <stdair/bom/LegDateTypes.hpp> #include <stdair/bom/LegCabinTypes.hpp> Modified: trunk/stdair/stdair/bom/SegmentCabin.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentCabin.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/SegmentCabin.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,6 +5,7 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/SegmentCabinContent.hpp> #include <stdair/bom/SegmentCabinTypes.hpp> #include <stdair/bom/BookingClassTypes.hpp> Modified: trunk/stdair/stdair/bom/SegmentDate.hpp =================================================================== --- trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-19 08:50:43 UTC (rev 48) +++ trunk/stdair/stdair/bom/SegmentDate.hpp 2009-10-19 09:43:20 UTC (rev 49) @@ -5,9 +5,10 @@ // Import section // ////////////////////////////////////////////////////////////////////// // STDAIR -#include <stdair/bom/SegmentDateContent.hpp> +#include <stdair/bom/BomStructure.hpp> #include <stdair/bom/SegmentDateTypes.hpp> #include <stdair/bom/SegmentCabinTypes.hpp> +#include <stdair/bom/SegmentDateContent.hpp> namespace stdair { // Forward declarations This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |