summaryrefslogtreecommitdiff
path: root/examples/Connection
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-25 23:51:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-25 23:51:06 +0000
commit9779acb5be7882bb2a4358dbb2b706b0ea77b51c (patch)
tree697cf1c0db5c69e308a1320bd143b7b4ee77d086 /examples/Connection
parentfba4ccf4f3c9ebd9c3cdab3607aef0fcbbb05b42 (diff)
downloadATCD-9779acb5be7882bb2a4358dbb2b706b0ea77b51c.tar.gz
foo
Diffstat (limited to 'examples/Connection')
-rw-r--r--examples/Connection/non_blocking/CPP-acceptor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Connection/non_blocking/CPP-acceptor.cpp b/examples/Connection/non_blocking/CPP-acceptor.cpp
index 0703bf516f2..a6494e73804 100644
--- a/examples/Connection/non_blocking/CPP-acceptor.cpp
+++ b/examples/Connection/non_blocking/CPP-acceptor.cpp
@@ -152,9 +152,6 @@ IPC_Server<SH, PR_AC_2>::svc (void)
{
if (errno == EWOULDBLOCK && this->reactor ())
this->reactor ()->handle_events ();
- else if (errno == ETIMEDOUT)
- ACE_ERROR ((LM_ERROR, "accept timed out on handle %d\n",
- this->acceptor ().get_handle ()));
else
ACE_ERROR ((LM_ERROR, "%p on handle %d\n",
"accept", this->acceptor ().get_handle ()));