[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting PortfolioType.cs, 1.2, 1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-08-07 21:12:28
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26231/b7_Scripts/TickerSelectionTesting Modified Files: PortfolioType.cs Log Message: Added Serializable attribute to PortfolioType enumeration. Index: PortfolioType.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/PortfolioType.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PortfolioType.cs 26 Apr 2005 19:02:14 -0000 1.2 --- PortfolioType.cs 7 Aug 2006 21:12:24 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- /// to portfolio /// </summary> + [Serializable] public enum PortfolioType { |