[Quantproject-developers] QuantProject/b4_Business/a05_Timing HistoricalEndOfDayTimer.cs, 1.10, 1.1
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-20 20:43:49
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30919/b4_Business/a05_Timing Modified Files: HistoricalEndOfDayTimer.cs Log Message: - a new property has been added: public bool IsDone - some bugs have been fixed Index: HistoricalEndOfDayTimer.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing/HistoricalEndOfDayTimer.cs,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HistoricalEndOfDayTimer.cs 29 Sep 2008 21:22:23 -0000 1.10 --- HistoricalEndOfDayTimer.cs 20 Nov 2008 20:43:43 -0000 1.11 *************** *** 120,123 **** --- 120,128 ---- } #endregion moveNext + + protected override bool isDone() + { + return false; + } /// <summary> |