summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index c15a97c5009..a1251999404 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -71,13 +71,6 @@ public:
// instead of closing it. If the object does not have a recycler,
// it will be closed.
- 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 (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
// this method.
@@ -145,7 +138,7 @@ public:
public:
- // = The following methods are not suppose to be public.
+ // = The following methods are not suppose to be public.
// Because friendship is *not* inherited in C++, these methods have
// to be public.
@@ -245,7 +238,7 @@ protected:
size_t current_buffer_size_;
// Current size in bytes of the <Message_Queue> contents.
-
+
ACE_Time_Value next_timeout_;
// Timeout value used to control when the buffer is flushed.