[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/InSample BasicChooserFromSavedBac
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-01-06 17:27:13
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14476/b4_Business/a2_Strategies/InSample Modified Files: BasicChooserFromSavedBackTestLog.cs Log Message: Added the Serializable attribute Index: BasicChooserFromSavedBackTestLog.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/InSample/BasicChooserFromSavedBackTestLog.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BasicChooserFromSavedBackTestLog.cs 29 Sep 2008 21:14:23 -0000 1.4 --- BasicChooserFromSavedBackTestLog.cs 6 Jan 2009 17:27:08 -0000 1.5 *************** *** 41,44 **** --- 41,45 ---- /// log items already saved in a BackTestLog saved to disk /// </summary> + [Serializable] public abstract class BasicChooserFromSavedBackTestLog : IInSampleChooser { |