[Quantproject-developers] QuantProject/b3_Data/DataProviders/Caching Cache.cs,1.2,1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2006-01-11 18:36:48
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/DataProviders/Caching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20544/b3_Data/DataProviders/Caching Modified Files: Cache.cs Log Message: The ICache interface is implemented Index: Cache.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/DataProviders/Caching/Cache.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Cache.cs 30 May 2005 18:31:15 -0000 1.2 --- Cache.cs 11 Jan 2006 18:36:40 -0000 1.3 *************** *** 32,36 **** /// Handles quote cashing, from mass storage to main memory /// </summary> ! public class Cache : Hashtable { /// <summary> --- 32,36 ---- /// Handles quote cashing, from mass storage to main memory /// </summary> ! public class Cache : Hashtable,ICache { /// <summary> |