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/DEV_IO.h | |
parent | 081fc4e2ffa616e37a5c04a77ca8bd50e4790233 (diff) | |
download | ATCD-62e0b5f756c494fbbd09116ee9ba334979be023e.tar.gz |
ChangeLog
Diffstat (limited to 'ace/DEV_IO.h')
-rw-r--r-- | ace/DEV_IO.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DEV_IO.h b/ace/DEV_IO.h index 615ec99a27d..f5362f6989e 100644 --- a/ace/DEV_IO.h +++ b/ace/DEV_IO.h @@ -67,10 +67,10 @@ public: // Send <cntl> and <data> via STREAM pipes. #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; |