diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 20:22:38 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 20:22:38 +0000 |
commit | 864bdc2174ef996fa55ed5466ee6d7862873feda (patch) | |
tree | 874e6c77f07c532cbd4ba6da53db76fc9438ba8a /ace/FILE_IO.h | |
parent | ae77e4c4d6c693f9c4fce9811a2b9a241477ea63 (diff) | |
download | ATCD-864bdc2174ef996fa55ed5466ee6d7862873feda.tar.gz |
ChangeLog
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 6a089218611..b7ddcbce2c8 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 ACE_IO_Vector_Base iov[], size_t n) const; + ssize_t send (const iovec iov[], size_t n) const; // Send iovecs via <::writev>. - ssize_t recv (ACE_IO_Vector_Base iov[], size_t n) const; + ssize_t recv (iovec iov[], size_t n) const; // Recv iovecs via <::readv>. ssize_t send (size_t n, ...) const; |