diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 02:42:14 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-25 02:42:14 +0000 |
commit | 4f7305e8454007333990dbedcf499e0d40bc0c5f (patch) | |
tree | cc0671078f29a0a3eda5d36b90355a30516d04b8 /ChangeLog-99b | |
parent | 8713de53d75f786d01894f2a0fb758eaefe2d8d3 (diff) | |
download | ATCD-4f7305e8454007333990dbedcf499e0d40bc0c5f.tar.gz |
Caching related entries
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index fb0c198f8f2..97e47dc85f6 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,27 @@ +Thu Jun 24 21:33:11 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> + + * ace/Caching_Strategies_T.{h, cpp} (class ACE_FIFO_Caching_Strategy): + * ace/Caching_Strategies_T.{h, cpp} (class ACE_LRU_Caching_Strategy): + * ace/Caching_Strategies_T.{h, cpp} (class ACE_LFU_Caching_Strategy): + Removed the overloaded clear_cache () method with entries as an + formal argument. + + * ace/Caching_Strategy_Utility_T.{h,i,cpp}: Renamed as + Caching_Utiltity.{h, i, cpp}. Also, removed <entries> formal + argument from the clear_cache() method, and made purge_percent + of type double instead of unsigned int. + + * tests/Cache_Map_Manager_Test.cpp: Changed the purge_test and + added a test for the Cache_Map_Manager using the Map_Manager. + + * tests/Map_Manager_Test.cpp: Changed the template instantiation + in vein with the changes to the names of the Caching_Utility + classes. + + * tests/Cache_Map_Manager_test.dsp: + * tests/tests.dsw: + Made NT project for the test and added it to the tests workspace. + Thu Jun 24 20:43:54 1999 Irfan Pyarali <irfan@cs.wustl.edu> * examples/Reactor/WFMO_Reactor/test_multithreading.cpp |