summaryrefslogtreecommitdiff
path: root/ace/WIN32_Asynch_IO.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-11-13 22:32:04 +0000
committerSteve Huston <shuston@riverace.com>2002-11-13 22:32:04 +0000
commitf64e71b071042c68670c79c3b6ca5c2ea4505ac4 (patch)
treec86ddec24a781d90b259c97c92cb274dc3b5c230 /ace/WIN32_Asynch_IO.h
parentdb813088ae4f6587c00b064cc7eb6c23217d9b8a (diff)
downloadATCD-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.h5
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);