From: <den...@us...> - 2010-12-03 21:19:19
|
Revision: 166 http://dsim.svn.sourceforge.net/dsim/?rev=166&view=rev Author: denis_arnaud Date: 2010-12-03 21:19:13 +0000 (Fri, 03 Dec 2010) Log Message: ----------- [StdAir API] Adapted the code to the new StdAir API. Modified Paths: -------------- trunk/dsim/dsim/DSIM_Service.hpp trunk/dsim/dsim/command/DBManager.hpp trunk/dsim/dsim/command/Simulator.cpp trunk/dsim/dsim/service/DSIM_ServiceContext.hpp Modified: trunk/dsim/dsim/DSIM_Service.hpp =================================================================== --- trunk/dsim/dsim/DSIM_Service.hpp 2010-12-01 07:44:33 UTC (rev 165) +++ trunk/dsim/dsim/DSIM_Service.hpp 2010-12-03 21:19:13 UTC (rev 166) @@ -5,14 +5,14 @@ // Import section // ////////////////////////////////////////////////////////////////////// // StdAir -#include <stdair/STDAIR_Types.hpp> +#include <stdair/stdair_basic_types.hpp> +#include <stdair/stdair_service_types.hpp> // Dsim #include <dsim/DSIM_Types.hpp> -// Forward declarations. +// Forward declarations namespace stdair { class AirlineFeatureSet; - class STDAIR_Service; struct BasLogParams; struct BasDBParams; } Modified: trunk/dsim/dsim/command/DBManager.hpp =================================================================== --- trunk/dsim/dsim/command/DBManager.hpp 2010-12-01 07:44:33 UTC (rev 165) +++ trunk/dsim/dsim/command/DBManager.hpp 2010-12-03 21:19:13 UTC (rev 166) @@ -5,7 +5,8 @@ // Import section // ////////////////////////////////////////////////////////////////////// // StdAir -#include <stdair/STDAIR_Types.hpp> +#include <stdair/stdair_basic_types.hpp> +#include <stdair/stdair_db.hpp> // Dsim #include <dsim/DSIM_Types.hpp> Modified: trunk/dsim/dsim/command/Simulator.cpp =================================================================== --- trunk/dsim/dsim/command/Simulator.cpp 2010-12-01 07:44:33 UTC (rev 165) +++ trunk/dsim/dsim/command/Simulator.cpp 2010-12-03 21:19:13 UTC (rev 166) @@ -7,7 +7,7 @@ #include <vector> #include <exception> // StdAir -#include <stdair/STDAIR_Types.hpp> +#include <stdair/stdair_demand_types.hpp> #include <stdair/bom/EventStruct.hpp> #include <stdair/bom/EventQueue.hpp> #include <stdair/bom/BookingRequestStruct.hpp> Modified: trunk/dsim/dsim/service/DSIM_ServiceContext.hpp =================================================================== --- trunk/dsim/dsim/service/DSIM_ServiceContext.hpp 2010-12-01 07:44:33 UTC (rev 165) +++ trunk/dsim/dsim/service/DSIM_ServiceContext.hpp 2010-12-03 21:19:13 UTC (rev 166) @@ -9,7 +9,7 @@ // Boost #include <boost/shared_ptr.hpp> // StdAir -#include <stdair/STDAIR_Types.hpp> +#include <stdair/stdair_service_types.hpp> // Dsim #include <dsim/DSIM_Types.hpp> #include <dsim/bom/ConfigurationParameters.hpp> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |