Update of /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7945/Downloader/OpenTickDownloader
Modified Files:
BarQueueFiller.cs
Log Message:
Code has been cleaned up to avoid warnings
Index: BarQueueFiller.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/OpenTickDownloader/BarQueueFiller.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BarQueueFiller.cs 20 Jul 2008 20:29:19 -0000 1.2
--- BarQueueFiller.cs 18 Aug 2008 21:03:52 -0000 1.3
***************
*** 236,240 ****
this.fillQueue_setEventHandlers();
this.fillQueue_requestBarsForEachMarketDay();
- string forBreakpoint = "temp";
}
#endregion fillQueue
--- 236,239 ----
|