summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 21:26:23 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 21:26:23 +0000
commit3cbd98dd2c3d67aa7a3be27160efd70a605db912 (patch)
tree64faa4a37de977099473389f270cbe71432803bd /ace/POSIX_Proactor.h
parent82d0e1c4edd7590a357fbf13b1adfb529c01b503 (diff)
downloadATCD-3cbd98dd2c3d67aa7a3be27160efd70a605db912.tar.gz
Fixed the problem with terminating the Timer thread. Also, fixed the
places where conversion between void * and ACE_POSIX_Asynch_Result. Used ACE_reinterpret_cast at these places.
Diffstat (limited to 'ace/POSIX_Proactor.h')
-rw-r--r--ace/POSIX_Proactor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h
index f868d354034..45305a241e1 100644
--- a/ace/POSIX_Proactor.h
+++ b/ace/POSIX_Proactor.h
@@ -170,7 +170,10 @@ protected:
const void *completion_key,
u_long error);
// Protect against structured exceptions caused by user code when
- // dispatching handles.
+ // dispatching handles. The <completion_key> is not very useful
+ // compared to <AST> that can be associated each asynchronous
+ // operation. <completion_key> is implemented right now for the
+ // POSIX Proators.
};
// Forward declarations.