diff options
author | Steve Huston <shuston@riverace.com> | 2002-06-17 21:25:53 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-06-17 21:25:53 +0000 |
commit | 926dff74d1040f217f3d43caf214809e8782bbbc (patch) | |
tree | ee71d066660f2352de0ca3c8b0343e2bbb86877b /ace/SUN_Proactor.cpp | |
parent | 87a1578a52a8c5a72c26936e02e47a93f6595e6a (diff) | |
download | ATCD-926dff74d1040f217f3d43caf214809e8782bbbc.tar.gz |
ChangeLogTag:Mon Jun 17 17:21:38 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/SUN_Proactor.cpp')
-rw-r--r-- | ace/SUN_Proactor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/SUN_Proactor.cpp b/ace/SUN_Proactor.cpp index baeac28096d..ea0827944fb 100644 --- a/ace/SUN_Proactor.cpp +++ b/ace/SUN_Proactor.cpp @@ -132,7 +132,6 @@ ACE_SUN_Proactor::handle_events (u_long milli_seconds) // Call the application code. this->application_specific_code (asynch_result, return_status, // Bytes transferred. - 1, // Success 0, // No completion key. error_status); // Error retval ++ ; |