[Quantproject-developers] QuantProject/b4_Business/a07_DataProviders HistoricalQuoteProvider.cs, 1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-01-28 21:49:54
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15113/b4_Business/a07_DataProviders Modified Files: HistoricalQuoteProvider.cs Log Message: The read only ShortDescription property is now given as an abstract property Index: HistoricalQuoteProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a07_DataProviders/HistoricalQuoteProvider.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HistoricalQuoteProvider.cs 7 Oct 2007 13:14:19 -0000 1.3 --- HistoricalQuoteProvider.cs 28 Jan 2008 21:49:46 -0000 1.4 *************** *** 33,36 **** --- 33,38 ---- public abstract class HistoricalQuoteProvider : IHistoricalQuoteProvider { + public abstract string ShortDescription { get; } + public HistoricalQuoteProvider() { |