summaryrefslogtreecommitdiff
path: root/ace/SPIPE_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SPIPE_Stream.h')
-rw-r--r--ace/SPIPE_Stream.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ace/SPIPE_Stream.h b/ace/SPIPE_Stream.h
index eec059af87d..f21e17ed423 100644
--- a/ace/SPIPE_Stream.h
+++ b/ace/SPIPE_Stream.h
@@ -108,19 +108,6 @@ public:
ssize_t recv (void *buf, size_t n, ACE_OVERLAPPED *overlapped) const;
// Recv <n> bytes via Win32 ReadFile using overlapped I/O.
- ssize_t sendv (const iovec iov[],
- size_t n) const;
- // Send an <iovec> of size <n> to the stream.
-
- ssize_t sendv_n (const iovec iov[],
- size_t n) const;
- // Send an <iovec> of size <n> to the stream. Will block until all
- // bytes are sent or an error occurs.
-
- ssize_t recvv_n (iovec iov[],
- size_t n) const;
- // Receive an <iovec> of size <n> to the stream.
-
// = Meta-type info
typedef ACE_SPIPE_Addr PEER_ADDR;