[Quantproject-developers] QuantProject/b1_ADT/Collections Set.cs, 1.2, 1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:12:38
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT/Collections In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12624/Collections Modified Files: Set.cs Log Message: The new revision moves toward an intraday enabled framework. EndOfDayDate time has been removed, DateTime is used now. The code has been changed accordingly. Index: Set.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/Collections/Set.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Set.cs 20 Jul 2008 20:40:22 -0000 1.2 --- Set.cs 29 Sep 2008 21:12:26 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- /// A mathematical set /// </summary> + [Serializable] public class Set { |