[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader OTTickerDownloader.cs, 1.3
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-08-23 10:57:12
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15487/Downloader/OpenTickDownloader Modified Files: OTTickerDownloader.cs Log Message: OTWebDownloader should now repaint itself in a thread-safe manner (during downloading bars) Index: OTTickerDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTTickerDownloader.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OTTickerDownloader.cs 20 Jul 2008 20:37:51 -0000 1.3 --- OTTickerDownloader.cs 22 Aug 2008 22:57:43 -0000 1.4 *************** *** 261,265 **** { string logFileName = ! @"C:\QuantProject\OpenTickDownloader\textFilesForLoggingNotification\textFileForLoggingNotification"; logFileName = logFileName + "_" + ExtendedDateTime.GetCompleteShortDescriptionForFileName( --- 261,265 ---- { string logFileName = ! @"C:\Quant\OpenTickDownloader\textFilesForLoggingNotification\textFileForLoggingNotification"; logFileName = logFileName + "_" + ExtendedDateTime.GetCompleteShortDescriptionForFileName( |