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 | d0b22560e2f8ee49cb6b62c3cab0260bd29a939f (patch) | |
tree | 5c7b58240f4d2ab28cec729bb1b7d46a5d01f47f /examples/Connection | |
parent | 38a7f5bae22d9f3b15804dff59cf26196ccd9838 (diff) | |
download | ATCD-d0b22560e2f8ee49cb6b62c3cab0260bd29a939f.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/Connection')
-rw-r--r-- | examples/Connection/non_blocking/CPP-connector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Connection/non_blocking/CPP-connector.h b/examples/Connection/non_blocking/CPP-connector.h index 3cf2a6eb2fb..81be8b6ba71 100644 --- a/examples/Connection/non_blocking/CPP-connector.h +++ b/examples/Connection/non_blocking/CPP-connector.h @@ -34,9 +34,6 @@ protected: // Keeps track of which state we are in. private: - // = Disallow these methods... - virtual int put (ACE_Message_Block *, ACE_Time_Value *) { return 0; } - virtual int svc (void) { return 0; } }; template <class SVC_HANDLER, ACE_PEER_CONNECTOR_1> |