[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalRawQuoteProvider.cs,1
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-02-06 20:10:29
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1365/b4_Business/a07_DataProviders Modified Files: HistoricalRawQuoteProvider.cs Log Message: Added Serializable attribute Index: HistoricalRawQuoteProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalRawQuoteProvider.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HistoricalRawQuoteProvider.cs 9 Jan 2005 23:31:01 -0000 1.1 --- HistoricalRawQuoteProvider.cs 6 Feb 2005 20:10:18 -0000 1.2 *************** *** 31,35 **** /// Returns historical raw quotes /// </summary> ! public class HistoricalRawQuoteProvider : IHistoricalQuoteProvider { public HistoricalRawQuoteProvider() --- 31,36 ---- /// Returns historical raw quotes /// </summary> ! [Serializable] ! public class HistoricalRawQuoteProvider : IHistoricalQuoteProvider { public HistoricalRawQuoteProvider() |