summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
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.h
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.h')
-rw-r--r--ace/Svc_Handler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index 0f66a6fb1c0..bf843a45e2f 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -78,9 +78,10 @@ public:
// will have no effect (and the accessor will return
// ACE_RECYCLABLE_UNKNOWN).
- virtual void cleanup_hint (void);
+ virtual void cleanup_hint (void **act_holder = 0);
// When the svc_handle is no longer needed around as a hint, call
- // this method.
+ // this method. In addition, reset <*act_holder> to zero if
+ // <act_holder != 0>.
// = Dynamic linking hooks.
virtual int init (int argc, ASYS_TCHAR *argv[]);