diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-20 14:24:28 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-20 14:24:28 +0000 |
commit | 45a0d4c5a8571f299073efe20f87a62652b2f878 (patch) | |
tree | 47858f2137306fc0bc3b4f6bc73d7ff83dbc13a2 /ace/Proactor.cpp | |
parent | 6de35aff6556664dddd4f5a124965f419e8dbf59 (diff) | |
download | ATCD-45a0d4c5a8571f299073efe20f87a62652b2f878.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r-- | ace/Proactor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp index d886e019dd7..202a0351099 100644 --- a/ace/Proactor.cpp +++ b/ace/Proactor.cpp @@ -391,6 +391,7 @@ ACE_Proactor::handle_events (unsigned long milli_seconds) if (result == FALSE && overlapped == 0) { errno = ::GetLastError (); + // @@ What's the WIN32 constant for timeout (258)?!?!?! if (errno == 258) { |