diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 03:22:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 03:22:08 +0000 |
commit | b0ea70644783428954166da5eac87ee6e2d3935e (patch) | |
tree | 0238291afd086b7903aa4cd2b8c1fadeeb266596 /ace/FILE_IO.h | |
parent | e58ec4a7f71dfb4d7d9c7bc813eb7ae95d7c0855 (diff) | |
download | ATCD-b0ea70644783428954166da5eac87ee6e2d3935e.tar.gz |
ChangeLogTag:Wed Sep 16 22:17:54 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/FILE_IO.h')
-rw-r--r-- | ace/FILE_IO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/FILE_IO.h b/ace/FILE_IO.h index b7ddcbce2c8..6a089218611 100644 --- a/ace/FILE_IO.h +++ b/ace/FILE_IO.h @@ -68,10 +68,10 @@ public: #endif /* ACE_HAS_STREAM_PIPES */ - ssize_t send (const iovec iov[], size_t n) const; + ssize_t send (const ACE_IO_Vector_Base iov[], size_t n) const; // Send iovecs via <::writev>. - ssize_t recv (iovec iov[], size_t n) const; + ssize_t recv (ACE_IO_Vector_Base iov[], size_t n) const; // Recv iovecs via <::readv>. ssize_t send (size_t n, ...) const; |