summaryrefslogtreecommitdiff
path: root/ace/SUN_Proactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-04-25 19:50:17 +0000
committerSteve Huston <shuston@riverace.com>2002-04-25 19:50:17 +0000
commit8286d1808e4e4369bbe90c214b28a13ab8e9c009 (patch)
tree23892818bb314bea6233b2cf61449e8777f800fa /ace/SUN_Proactor.h
parent90c994f617ee3cb95a7b2c379602dd822a0fb9be (diff)
downloadATCD-8286d1808e4e4369bbe90c214b28a13ab8e9c009.tar.gz
ChangeLogTag:Thu Apr 25 15:46:39 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/SUN_Proactor.h')
-rw-r--r--ace/SUN_Proactor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/SUN_Proactor.h b/ace/SUN_Proactor.h
index 3c14a243576..c1ddbaf0cbc 100644
--- a/ace/SUN_Proactor.h
+++ b/ace/SUN_Proactor.h
@@ -100,6 +100,12 @@ protected:
/// From ACE_POSIX_AIOCB_Proactor.
virtual int start_aio (ACE_POSIX_Asynch_Result *result);
+ /// Check AIO for completion, error and result status
+ /// Return: 1 - AIO completed , 0 - not completed yet
+ virtual int get_result_status (ACE_POSIX_Asynch_Result* asynch_result,
+ int &error_status,
+ int &return_status);
+
/// Extract the results of aio.
ACE_POSIX_Asynch_Result *find_completed_aio (aio_result_t *result,
int &error_status,