[Quantproject-developers] QuantDownloader/Downloader/OpenTickDownloader OTTickerDownloader.cs, 1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-01-03 18:38:42
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29731/Downloader/OpenTickDownloader Modified Files: OTTickerDownloader.cs Log Message: the path for textFileForLoggingNotification has been generalized Index: OTTickerDownloader.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/OTTickerDownloader.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OTTickerDownloader.cs 22 Aug 2008 22:57:43 -0000 1.4 --- OTTickerDownloader.cs 3 Jan 2009 18:38:31 -0000 1.5 *************** *** 23,26 **** --- 23,27 ---- using System.Data; using System.Threading; + using System.Windows.Forms; using QuantProject.ADT; *************** *** 260,265 **** private string getLogFileName() { string logFileName = ! @"C:\Quant\OpenTickDownloader\textFilesForLoggingNotification\textFileForLoggingNotification"; logFileName = logFileName + "_" + ExtendedDateTime.GetCompleteShortDescriptionForFileName( --- 261,268 ---- private string getLogFileName() { + // string logFileName = + // @"C:\Quant\OpenTickDownloader\textFilesForLoggingNotification\textFileForLoggingNotification"; string logFileName = ! Application.StartupPath + "\\textFileForLoggingNotification"; logFileName = logFileName + "_" + ExtendedDateTime.GetCompleteShortDescriptionForFileName( |