summaryrefslogtreecommitdiff
path: root/ace/SUN_Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SUN_Proactor.h')
-rw-r--r--ace/SUN_Proactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/SUN_Proactor.h b/ace/SUN_Proactor.h
index 6ed5734627c..9a5d2f8a534 100644
--- a/ace/SUN_Proactor.h
+++ b/ace/SUN_Proactor.h
@@ -103,7 +103,8 @@ protected:
/// From ACE_POSIX_AIOCB_Proactor.
/// Attempt to cancel running request
- virtual int cancel_aiocb ( ACE_POSIX_Asynch_Result * result );
+ virtual int cancel_aiocb (ACE_POSIX_Asynch_Result *result);
+ virtual int cancel_aio (ACE_HANDLE handle);
/// Specific Sun aiowait
int wait_for_start (ACE_Time_Value * abstime);