diff options
author | Steve Huston <shuston@riverace.com> | 2000-12-19 00:13:04 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-12-19 00:13:04 +0000 |
commit | 01920b9c1a417d1ae575796d053d0b51abdc6dd7 (patch) | |
tree | 6c08e670541aaed187ccef82ebb57d495df712c6 /ace/Asynch_IO.h | |
parent | 58971864c9666a312e1baf7698c51dbfc3c98722 (diff) | |
download | ATCD-01920b9c1a417d1ae575796d053d0b51abdc6dd7.tar.gz |
ChangeLogTag:Mon Dec 18 19:07:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r-- | ace/Asynch_IO.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h index 024830db2cf..e41b18b664e 100644 --- a/ace/Asynch_IO.h +++ b/ace/Asynch_IO.h @@ -617,8 +617,9 @@ public: /** * This starts off an asynchronous write. Upto <bytes_to_write> - * will be write and stored in the <message_block>. The write will - * start at <offset> from the beginning of the file. Priority of the + * will be written from the <message_block>, starting at the + * block's <rd_ptr>. The write will go to the file, starting + * <offset> bytes from the beginning of the file. Priority of the * operation is specified by <priority>. On POSIX4-Unix, this is * supported. Works like <nice> in Unix. Negative values are not * allowed. 0 means priority of the operation same as the process |