diff options
author | Steve Huston <shuston@riverace.com> | 2002-11-13 22:32:04 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-11-13 22:32:04 +0000 |
commit | f64e71b071042c68670c79c3b6ca5c2ea4505ac4 (patch) | |
tree | c86ddec24a781d90b259c97c92cb274dc3b5c230 /ace/WIN32_Asynch_IO.h | |
parent | db813088ae4f6587c00b064cc7eb6c23217d9b8a (diff) | |
download | ATCD-f64e71b071042c68670c79c3b6ca5c2ea4505ac4.tar.gz |
ChangeLogTag:Wed Nov 13 17:29:31 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/WIN32_Asynch_IO.h')
-rw-r--r-- | ace/WIN32_Asynch_IO.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h index ed6ac6917ac..6b48755b9ec 100644 --- a/ace/WIN32_Asynch_IO.h +++ b/ace/WIN32_Asynch_IO.h @@ -1316,6 +1316,11 @@ private: * connects. * According WIN32 standards we should receive * notifications on canceled AIO requests. + * + * @param set Receives the set of I/O handles on which asynchronous + * connect requests were canceled as a result of this + * method. The contents of @a set are completely + * replaced. */ int cancel_uncompleted (int flg_notify, ACE_Handle_Set & set); |