diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-11 01:04:04 +0000 |
commit | dd7845e6b4acc72397746f3652a71e01c8c6f815 (patch) | |
tree | 60da7562b6672a9f3c65bc5996041350d6a9a5bb /ace/Connector.cpp | |
parent | 295a7ea3407ec3d9f8f6ddd1ffb629635fedc94c (diff) | |
download | ATCD-dd7845e6b4acc72397746f3652a71e01c8c6f815.tar.gz |
rs
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r-- | ace/Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp index b7948a66089..d58a0b19c09 100644 --- a/ace/Connector.cpp +++ b/ace/Connector.cpp @@ -299,7 +299,7 @@ ACE_Connector<SH, PR_CO_2>::handle_output (ACE_HANDLE handle) // Win32 has a timing problem - if you check to see if the // connection has completed too fast, it will fail - so wait 35 // millisecond to let it catch up. - ACE_Time_Value tv (0, ACE_OS::NON_BLOCKING_BUG_DELAY); + ACE_Time_Value tv (0, ACE_NON_BLOCKING_BUG_DELAY); ACE_OS::sleep (tv); #endif /* ACE_HAS_BROKEN_NON_BLOCKING_CONNECTS */ |