Revision: 6
http://simfqt.svn.sourceforge.net/simfqt/?rev=6&view=rev
Author: denis_arnaud
Date: 2010-01-21 23:32:47 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
[Dev] The log service now needs a log level at the initialisation stage.
Modified Paths:
--------------
trunk/simfqt/test/simfqt/priceQuote.cpp
Modified: trunk/simfqt/test/simfqt/priceQuote.cpp
===================================================================
--- trunk/simfqt/test/simfqt/priceQuote.cpp 2010-01-21 19:34:10 UTC (rev 5)
+++ trunk/simfqt/test/simfqt/priceQuote.cpp 2010-01-21 23:32:47 UTC (rev 6)
@@ -29,7 +29,8 @@
logOutputFile.clear();
// Initialise the list of classes/buckets
- SIMFQT::SIMFQT_Service simfqtService (logOutputFile, lAirlineCode);
+ const stdair::BasLogParams lLogParams (stdair::LOG::DEBUG, logOutputFile);
+ SIMFQT::SIMFQT_Service simfqtService (lLogParams, lAirlineCode);
// Perform a price quotation
simfqtService.priceQuote (lAirlineCode, lPartySize);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|