diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-21 04:51:30 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-21 04:51:30 +0000 |
commit | c50ad51de73436522a027d2fb7eda31727c01024 (patch) | |
tree | dd8ad2d7af9f66e7b299bc9b09b7a93ea1f03c0c /ace/Proactor.cpp | |
parent | 7dbb8d1e451cc2865f95cf58c9fa0b0d27d382a7 (diff) | |
download | ATCD-c50ad51de73436522a027d2fb7eda31727c01024.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r-- | ace/Proactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp index 60d6528cf21..b056938c645 100644 --- a/ace/Proactor.cpp +++ b/ace/Proactor.cpp @@ -166,7 +166,7 @@ ACE_Proactor_Handle_Timeout_Upcall::timeout (TIMER_QUEUE &timer_queue, if (this->proactor_->post_completion (asynch_timer) == -1) ACE_ERROR_RETURN ((LM_ERROR, ASYS_TEXT ("Failure in dealing with timers: ") - ASYS_TEXT ("PostQueuedCompletionStatus failed\n"), + ASYS_TEXT ("PostQueuedCompletionStatus failed\n")), -1); return 0; } |