summaryrefslogtreecommitdiff
path: root/ace/Connector.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-22 15:28:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-22 15:28:25 +0000
commitd465e1a69c320c685d676625292b4a639c344f57 (patch)
treec19848f1b8a824904d5331882ed0f4530e578769 /ace/Connector.cpp
parent1d00611aa3af943107074b86afbcae2c4f279e8d (diff)
downloadATCD-d465e1a69c320c685d676625292b4a639c344f57.tar.gz
ChangeLogTag:Sat Sep 22 08:59:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r--ace/Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp
index 8aba2c5bb05..2debc2b48b1 100644
--- a/ace/Connector.cpp
+++ b/ace/Connector.cpp
@@ -354,7 +354,7 @@ ACE_Connector<SVH, PR_CO_2>::handle_output (ACE_HANDLE handle)
if (ast->svc_handler ()->peer ().get_remote_addr (raddr) != -1)
this->activate_svc_handler (ast->svc_handler ());
else // do the svc handler close below...
-#endif /* ACE_HAS_BROKEN_NON_BLOCKING_CONNECTS */
+#endif /* ACE_WIN32 */
ast->svc_handler ()->close (0);
}
delete ast;