diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-08 14:24:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-08-08 14:24:31 +0000 |
commit | bf799f935b21885f8491db15dda0f49c6b8818c7 (patch) | |
tree | 209213071136768c4dbf03b15555104b4b3d9a22 /ace/Asynch_IO.h | |
parent | ae71a6261d23205d926b46d7ec62e3bbc8369555 (diff) | |
download | ATCD-bf799f935b21885f8491db15dda0f49c6b8818c7.tar.gz |
ChangeLogTag:Wed Aug 8 06:21:24 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r-- | ace/Asynch_IO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h index d7fb6de39d1..311650d33ee 100644 --- a/ace/Asynch_IO.h +++ b/ace/Asynch_IO.h @@ -1077,7 +1077,7 @@ public: * errno to get the error code. * * Scatter/gather is supported on WIN32 by using the <message_block->cont()> - * method. Up to IOV_MAX <message_block>'s are supported. Upto + * method. Up to ACE_IOV_MAX <message_block>'s are supported. Upto * <message_block->size()> bytes will be read into each <message block> for * a total of <message_block->total_size()> bytes. All <message_block>'s * <wr_ptr>'s will be updated to reflect the added bytes for each @@ -1212,7 +1212,7 @@ public: * errno to get the error code. * * Scatter/gather is supported on WIN32 by using the <message_block->cont()> - * method. Up to IOV_MAX <message_block>'s are supported. Upto + * method. Up to ACE_IOV_MAX <message_block>'s are supported. Upto * <message_block->length()> bytes will be sent from each <message block> * for a total of <message_block->total_length()> bytes. All * <message_block>'s <rd_ptr>'s will be updated to reflect the bytes sent |