summaryrefslogtreecommitdiff
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
parentdb813088ae4f6587c00b064cc7eb6c23217d9b8a (diff)
downloadATCD-f64e71b071042c68670c79c3b6ca5c2ea4505ac4.tar.gz
ChangeLogTag:Wed Nov 13 17:29:31 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/WIN32_Asynch_IO.h5
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c961dc5553f..e30785f6d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Wed Nov 13 17:29:31 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/WIN32_Asynch_IO.h (cancel_uncompleted): Filled in
+ description of the 'set' parameter. Thanks to Craig
+ Rodrigues for noticing its omission.
+
Wed Nov 13 16:52:04 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
- * ace/Lib_Find.cpp (ldname): MacOS X prepends and underscore to
+ * ace/Lib_Find.cpp (ldname): MacOS X prepends an underscore to
symbols in shared libaries.
* ace/config-macosx.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c961dc5553f..e30785f6d8b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,6 +1,12 @@
+Wed Nov 13 17:29:31 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/WIN32_Asynch_IO.h (cancel_uncompleted): Filled in
+ description of the 'set' parameter. Thanks to Craig
+ Rodrigues for noticing its omission.
+
Wed Nov 13 16:52:04 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
- * ace/Lib_Find.cpp (ldname): MacOS X prepends and underscore to
+ * ace/Lib_Find.cpp (ldname): MacOS X prepends an underscore to
symbols in shared libaries.
* ace/config-macosx.h:
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);