Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7542/b4_Business/a07_DataProviders
Modified Files:
HistoricalQuoteProvider.cs
Log Message:
Added Serializable attribute to the class
Index: HistoricalQuoteProvider.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalQuoteProvider.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HistoricalQuoteProvider.cs 16 Sep 2007 21:32:19 -0000 1.1
--- HistoricalQuoteProvider.cs 18 Sep 2007 22:42:08 -0000 1.2
***************
*** 30,33 ****
--- 30,34 ----
/// Abstract base class for historical quotes providers
/// </summary>
+ [Serializable]
public abstract class HistoricalQuoteProvider : IHistoricalQuoteProvider
{
|