[Quantproject-developers] QuantProject/b3_Data/DataProviders/Caching CachePage.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-05-30 18:30:37
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/DataProviders/Caching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15544/b3_Data/DataProviders/Caching Modified Files: CachePage.cs Log Message: - CachePage is not an Hashtable anymore Index: CachePage.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/DataProviders/Caching/CachePage.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CachePage.cs 26 May 2005 23:24:35 -0000 1.1 --- CachePage.cs 30 May 2005 18:29:59 -0000 1.2 *************** *** 31,35 **** /// A page containing quotes in main memory (fetched from the disk) /// </summary> ! public class CachePage : Hashtable { private string ticker; --- 31,35 ---- /// A page containing quotes in main memory (fetched from the disk) /// </summary> ! public class CachePage { private string ticker; |