diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-15 16:38:54 +0000 |
commit | b134be83f52912e4e7e3707973a1e24b29d48552 (patch) | |
tree | 5c7b58240f4d2ab28cec729bb1b7d46a5d01f47f /ace/Svc_Handler.h | |
parent | 0d7dedcc81b518738ba0a19347394816bd262322 (diff) | |
download | ATCD-b134be83f52912e4e7e3707973a1e24b29d48552.tar.gz |
*** empty log message ***
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 |