diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-03 23:35:58 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-03 23:35:58 +0000 |
commit | 4531c0210dd75bccba0fc1ffa6264e1e7c5ef831 (patch) | |
tree | aec34216751cc59414aa66e2b7a42b6f181cf36d /ChangeLog-99b | |
parent | 5f8448bbe1989caf26f0e195c773d70b87577b8d (diff) | |
download | ATCD-4531c0210dd75bccba0fc1ffa6264e1e7c5ef831.tar.gz |
Tue Aug 03 18:30:47 1999 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index ccbbc4ea2cb..1900b3a6021 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,25 @@ +Tue Aug 03 18:30:47 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu> + + * ace/Strategies.h (ACE_Connection_Recycling_Strategy): + Added a new pure virtual method <marked_as_closed_i> which + will provide a non-locking implementation of the + <mark_as_closed> method. + + * ace/Strategies_T.h (ACE_Cached_Connect_Strategy): + Made <mark_as_closed_i> public. + + * ace/Caching_Utility_T.{h,cpp} + (ACE_Refcounted_Recyclable_Caching_Utility): + Added this class which caters to purging of refcounted and + recyclable handlers. + + * ace/Cleanup_Strategy_T.{h,cpp}: + (ACE_Refcounted_Recyclable_Cleanup_Strategy): + Added this class which caters to the cleanup of handlers which + are refcounted and recyclable. Heres where the necessity of + making the non-locking version of <marked_as_closed> public + arose in the first place. + Tue Aug 03 16:58:08 1999 Joe Hoffert <joeh@cs.wustl.edu> * ace/ATM_Acceptor.{h,cpp}: |