|
From: <gsa...@us...> - 2010-11-02 15:04:37
|
Revision: 145
http://dsim.svn.sourceforge.net/dsim/?rev=145&view=rev
Author: gsabatier
Date: 2010-11-02 15:04:31 +0000 (Tue, 02 Nov 2010)
Log Message:
-----------
Created parser of the simfqt module
Modified Paths:
--------------
trunk/dsim/dsim/command/Simulator.cpp
Modified: trunk/dsim/dsim/command/Simulator.cpp
===================================================================
--- trunk/dsim/dsim/command/Simulator.cpp 2010-10-20 15:55:11 UTC (rev 144)
+++ trunk/dsim/dsim/command/Simulator.cpp 2010-11-02 15:04:31 UTC (rev 145)
@@ -92,8 +92,10 @@
ioSIMCRS_Service.getTravelSolutions (iBookingRequest);
if (lTravelSolutionList.empty() == false) {
// Get the fare quote for each travel solution.
+ ioSIMCRS_Service.getFare(lTravelSolutionList);
+
// Get the availability for each travel solution.
- //ioSIMCRS_Service.getAvailability (lTravelSolutionList);
+ ioSIMCRS_Service.getAvailability (lTravelSolutionList);
// Hardcode a travel solution choice.
stdair::TravelSolutionList_T::iterator itTS = lTravelSolutionList.begin();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|