[Quantproject-developers] QuantProject/b3_Data Data_SD.csproj, 1.6, 1.7
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-02-05 23:16:58
|
Update of /cvsroot/quantproject/QuantProject/b3_Data In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3398/b3_Data Modified Files: Data_SD.csproj Log Message: Added SimpleBarCache: it implements IBarCache without creating a real cache (it just access the database it times a market value is requested) Index: Data_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Data_SD.csproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Data_SD.csproj 14 Nov 2008 16:01:23 -0000 1.6 --- Data_SD.csproj 5 Feb 2009 22:11:16 -0000 1.7 *************** *** 49,52 **** --- 49,53 ---- <Compile Include="DataProviders\Bars\Caching\DailyBarCache.cs" /> <Compile Include="DataProviders\Bars\Caching\IBarCache.cs" /> + <Compile Include="DataProviders\Bars\Caching\SimpleBarCache.cs" /> <Compile Include="DataProviders\Bars\HistoricalBarProvider.cs" /> <Compile Include="DataProviders\Bars\MissingBarException.cs" /> |