diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-29 05:48:13 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-29 05:48:13 +0000 |
commit | f990091cca2853c502df2e7381c5322063e5a419 (patch) | |
tree | 41b6a98ad7f29fda5d419bed99e005853f887ca8 /ace/Proactor.h | |
parent | dd143b43c0929fba280500e2011da0aa7e8a0f7b (diff) | |
download | ATCD-f990091cca2853c502df2e7381c5322063e5a419.tar.gz |
Yeeehawwww
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r-- | ace/Proactor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index af2431cc1eb..65733afb31d 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -116,6 +116,12 @@ public: // <file> == 0. If <file> != 0 it is updated (via lseek) respective to // the operation initiated. + virtual int cancel_io (ACE_Event_Handler *handler); + // Cancels all pending input and output (I/O) operations that were + // issued by the calling thread for the specified <handler>. Does + // not cancel I/O operations issued for the <handler> by other + // threads. Returns 0 on success; -1 on failure. + // = Timer management. virtual int schedule_timer (ACE_Event_Handler *, const void *arg, |