summaryrefslogtreecommitdiff
path: root/ace/Proactor.cpp
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 02:18:08 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 02:18:08 +0000
commitd286ed3bf72f4679cc5ca9e32ac05340c34a6803 (patch)
treef617d548caf7ecce917152e3fcb557f0df2d602f /ace/Proactor.cpp
parent98fc7cfa9aa7d169d16cae5c8c72edfc681a681f (diff)
downloadATCD-d286ed3bf72f4679cc5ca9e32ac05340c34a6803.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r--ace/Proactor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp
index dcd606d19a4..9bb266c5951 100644
--- a/ace/Proactor.cpp
+++ b/ace/Proactor.cpp
@@ -976,15 +976,15 @@ ACE_Proactor::handle_events (unsigned long milli_seconds)
return 0;
// Get the values for the completed aio.
-
- // Bytes transfered is what the aio_return gives back.
+
+ // Bytes transfered is what the aio_return gives back.
size_t bytes_transferred = nbytes;
// Retrive the result pointer.
ACE_Asynch_Result *asynch_result = (ACE_Asynch_Result *)
aiocb_list_[ai]->aio_sigevent.sigev_value.sival_ptr;
- // Invalidate entry in the aiocb list.
+ // Invalidate entry in the aiocb list.
delete this->aiocb_list_[ai];
this->aiocb_list_[ai] = 0;
this->aiocb_list_cur_size_--;