summaryrefslogtreecommitdiff
path: root/ace/Connector.cpp
diff options
context:
space:
mode:
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 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 */