[Quantproject-developers] QuantProject/b5_Presentation MessageManager.cs, 1.2, 1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:16:09
|
Update of /cvsroot/quantproject/QuantProject/b5_Presentation In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14863 Modified Files: MessageManager.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: MessageManager.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b5_Presentation/MessageManager.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MessageManager.cs 7 Feb 2008 18:45:57 -0000 1.2 --- MessageManager.cs 29 Sep 2008 21:15:56 -0000 1.3 *************** *** 31,34 **** --- 31,35 ---- /// Manages text messages /// </summary> + [Serializable] public class MessageManager { |