[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalQuoteProvider.cs, 1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-09-18 22:42:14
|
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 { |