summaryrefslogtreecommitdiff
path: root/ace/WIN32_Asynch_IO.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-24 06:30:24 +0000
commite402980de5fff23a88db6252ee783a5224a13a64 (patch)
treee9eb6cbb1246839089ac3e110a09ab1f78513e3c /ace/WIN32_Asynch_IO.h
parentc79328e9c57221986bf319f13433bd3ab7ba1596 (diff)
downloadATCD-e402980de5fff23a88db6252ee783a5224a13a64.tar.gz
ChangeLogTag: Tue Sep 24 06:29:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/WIN32_Asynch_IO.h')
-rw-r--r--ace/WIN32_Asynch_IO.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h
index 3cdb6f14c22..f94dd04835d 100644
--- a/ace/WIN32_Asynch_IO.h
+++ b/ace/WIN32_Asynch_IO.h
@@ -689,7 +689,7 @@ public:
/**
* Same as above but with scatter support, through chaining of composite
* message blocks using the continuation field.
- * NOTE: Each data block payload must be at least the size of a system memory page
+ * NOTE: Each data block payload must be at least the size of a system memory page
* and must be aligned on a system memory page size boundary
*/
int readv (ACE_Message_Block &message_block,
@@ -894,7 +894,7 @@ public:
/**
* Same as above but with gather support, through chaining of composite
* message blocks using the continuation field.
- * NOTE: Each data block payload must be at least the size of a system memory page
+ * NOTE: Each data block payload must be at least the size of a system memory page
* and must be aligned on a system memory page size boundary
*/
int writev (ACE_Message_Block &message_block,
@@ -1251,7 +1251,7 @@ public:
/**
* Start an asynchronous connect.
*
- * @arg connect_handle handle to use for the connect. If the value
+ * @param connect_handle Handle to use for the connect. If the value
* ACE_INVALID_HANDLE, a new handle will be created.
*
* @retval 0 Success
@@ -1307,12 +1307,12 @@ private:
/// Cancel uncompleted connect operations.
/**
- * @arg flg_notify Indicates whether or not to send notification about
- * canceled connect operations. If 0, don't send
- * notifications. If 1, notify user about canceled
- * connects.
- * According WIN32 standards we should receive
- * notifications on canceled AIO requests.
+ * @param flg_notify Indicates whether or not to send notification about
+ * canceled connect operations. If 0, don't send
+ * notifications. If 1, notify user about canceled
+ * connects.
+ * According WIN32 standards we should receive
+ * notifications on canceled AIO requests.
*/
int cancel_uncompleted (int flg_notify, ACE_Handle_Set & set);