[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalQuoteProvider.cs, 1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:26:55
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3990/b4_Business/a07_DataProviders Modified Files: HistoricalQuoteProvider.cs Log Message: the [Serializable] attribute has been added Index: HistoricalQuoteProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalQuoteProvider.cs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** HistoricalQuoteProvider.cs 20 Nov 2008 20:35:03 -0000 1.8 --- HistoricalQuoteProvider.cs 22 Nov 2008 18:26:47 -0000 1.9 *************** *** 28,33 **** { /// <summary> ! /// To be extended by those HistoricalMarketValueProvider who will use the Quote table /// </summary> public abstract class HistoricalQuoteProvider : HistoricalMarketValueProvider { --- 28,34 ---- { /// <summary> ! /// Description of HistoricalQuoteProvider. /// </summary> + [Serializable] public abstract class HistoricalQuoteProvider : HistoricalMarketValueProvider { |