summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-12 06:36:01 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-12 06:36:01 +0000
commitc0cd92a45716c2216f1935aae36c5be883798831 (patch)
tree2db3f2a3b9ef34785e4109c4ab24472153d4392f /ace/Svc_Handler.cpp
parentfa781759f6acbe34289f859bab16b5f274afc974 (diff)
downloadATCD-c0cd92a45716c2216f1935aae36c5be883798831.tar.gz
ChangeLogTag: Fri Nov 12 00:30:41 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.cpp')
-rw-r--r--ace/Svc_Handler.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Svc_Handler.cpp b/ace/Svc_Handler.cpp
index cf3a70748c6..fae1b9799f4 100644
--- a/ace/Svc_Handler.cpp
+++ b/ace/Svc_Handler.cpp
@@ -189,13 +189,14 @@ ACE_Svc_Handler<PR_ST_2, ACE_SYNCH_USE>::shutdown (void)
}
template <PR_ST_1, ACE_SYNCH_DECL> void
-ACE_Svc_Handler<PR_ST_2, ACE_SYNCH_USE>::cleanup_hint (void)
+ACE_Svc_Handler<PR_ST_2, ACE_SYNCH_USE>::cleanup_hint (void **act_holder)
{
ACE_TRACE ("ACE_Svc_Handler<PR_ST_2, ACE_SYNCH_USE>::cleanup_hint");
+
// Remove as hint.
if (this->recycler ())
- this->recycler ()->cleanup_hint (this->recycling_act_);
-
+ this->recycler ()->cleanup_hint (this->recycling_act_,
+ act_holder);
}
template <PR_ST_1, ACE_SYNCH_DECL> void