diff options
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r-- | ace/Svc_Handler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h index b66aa783ebd..1228ad0964a 100644 --- a/ace/Svc_Handler.h +++ b/ace/Svc_Handler.h @@ -97,9 +97,6 @@ public: // Returns the underlying PEER_STREAM (used by // ACE_Acceptor::accept() and ACE_Connector::connect() factories). - virtual int put (ACE_Message_Block *, ACE_Time_Value *tv = 0); - // Provide a default implementation to simplify ancestors... - virtual void destroy (void); // Call this instead of <delete> to free up dynamically allocated // <Svc_Handler>. This method knows whether or not the object was @@ -119,9 +116,6 @@ public: // This really should be private so that users are forced to call // destroy(). - virtual int svc (void); - // Provide a default implementation to simplify ancestors... - private: void shutdown (void); // Close down the descriptor |