diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 23:11:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-30 23:11:33 +0000 |
commit | 5aaffadfcad8e2599801c06c26287875a2c8374a (patch) | |
tree | 5a3c7edae44deb233701c00a2a69e4b9cc5e49b1 /ace/SOCK_Dgram.h | |
parent | 96422484232cc296b893a638d92b1f1fa9b148fb (diff) | |
download | ATCD-5aaffadfcad8e2599801c06c26287875a2c8374a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r-- | ace/SOCK_Dgram.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h index b2969afb03f..96437cfa210 100644 --- a/ace/SOCK_Dgram.h +++ b/ace/SOCK_Dgram.h @@ -63,7 +63,8 @@ public: // buffer to read. This method determines how much data is in the // socket, allocates a buffer of this size, reads in the data, and // returns the number of bytes read. The caller is responsible for - // deleting the member in the <iov_base> field of <io_vec>. + // deleting the member in the <iov_base> field of <io_vec> using the + // ``delete []'' syntax. ssize_t send (const iovec iov[], size_t n, |