diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-07-26 16:37:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-07-26 16:37:47 +0000 |
commit | 438784c48774ad71b08b254f61aab91da74b12c9 (patch) | |
tree | bc263c5651deee6b4c7c6b997eedaf553e72a6eb /ace/Connector.cpp | |
parent | 7cacabc9f52c31c885f105329ea059476635fe35 (diff) | |
download | ATCD-438784c48774ad71b08b254f61aab91da74b12c9.tar.gz |
ChangeLogTag:Fri Jul 26 10:11:41 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r-- | ace/Connector.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp index 7da336b8ed8..1c9e993e99d 100644 --- a/ace/Connector.cpp +++ b/ace/Connector.cpp @@ -365,6 +365,9 @@ ACE_Connector<SVH, PR_CO_2>::handle_exception (ACE_HANDLE h) { ACE_TRACE ("ACE_Connector<SVH, PR_CO_2>::handle_exception"); + // On Win32, the except mask must also be set for asynchronous + // connects. + return this->handle_output (h); } |