diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-12 06:36:01 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-11-12 06:36:01 +0000 |
commit | c0cd92a45716c2216f1935aae36c5be883798831 (patch) | |
tree | 2db3f2a3b9ef34785e4109c4ab24472153d4392f /ace/Cached_Connect_Strategy_T.h | |
parent | fa781759f6acbe34289f859bab16b5f274afc974 (diff) | |
download | ATCD-c0cd92a45716c2216f1935aae36c5be883798831.tar.gz |
ChangeLogTag: Fri Nov 12 00:30:41 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.h')
-rw-r--r-- | ace/Cached_Connect_Strategy_T.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Cached_Connect_Strategy_T.h b/ace/Cached_Connect_Strategy_T.h index a178132a1a7..dec8a016d61 100644 --- a/ace/Cached_Connect_Strategy_T.h +++ b/ace/Cached_Connect_Strategy_T.h @@ -117,8 +117,9 @@ protected: virtual ACE_Recyclable_State recycle_state_i (const void *recycling_act) const; // Get/Set <recycle_state> (non-locking version). - virtual int cleanup_hint_i (const void *recycling_act); - // Cleanup hint. + virtual int cleanup_hint_i (const void *recycling_act, + void **act_holder); + // Cleanup hint and reset <*act_holder> to zero if <act_holder != 0>. // = Helpers int check_hint_i (SVC_HANDLER *&sh, |