summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 01:12:26 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 01:12:26 +0000
commitdaedcd54c2d99ba783d0684026bd4a8b058889c4 (patch)
tree5bfb060afaaed3b9e66ba57fac2818051d8e8c17 /ace/Svc_Handler.h
parent7e9e1f8831e2535c14f0a029bce005e823ca8349 (diff)
downloadATCD-daedcd54c2d99ba783d0684026bd4a8b058889c4.tar.gz
ChangeLogTag:Mon Jul 19 19:46:50 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index 36a341c45cc..c15a97c5009 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -71,10 +71,12 @@ public:
// instead of closing it. If the object does not have a recycler,
// it will be closed.
- virtual int state (ACE_Recyclable_State new_state);
- // Call this method if you want to change the state of the
+ virtual ACE_Recyclable_State recycle_state (void) const;
+ virtual int recycle_state (ACE_Recyclable_State new_state);
+ // Call this method if you want to get/set the state of the
// <Svc_Handler>. If the object does not have a recycler, this call
- // will have no effect.
+ // will have no effect (and the accessor will return
+ // ACE_RECYCLABLE_UNKNOWN).
virtual void cleanup_hint (void);
// When the svc_handle is no longer needed around as a hint, call