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 | 62e0b5f756c494fbbd09116ee9ba334979be023e (patch) | |
tree | 874e6c77f07c532cbd4ba6da53db76fc9438ba8a /ace/SPIPE_Stream.h | |
parent | 081fc4e2ffa616e37a5c04a77ca8bd50e4790233 (diff) | |
download | ATCD-62e0b5f756c494fbbd09116ee9ba334979be023e.tar.gz |
ChangeLog
Diffstat (limited to 'ace/SPIPE_Stream.h')
-rw-r--r-- | ace/SPIPE_Stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SPIPE_Stream.h b/ace/SPIPE_Stream.h index b1472b3e3a8..60adbc8fede 100644 --- a/ace/SPIPE_Stream.h +++ b/ace/SPIPE_Stream.h @@ -78,10 +78,10 @@ public: int *flags) const; // Recv bytes via STREAM pipes using "band" mode. - 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; |