summaryrefslogtreecommitdiff
path: root/ace/SOCK_IO.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-13 03:30:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-13 03:30:04 +0000
commit930ab588cc17c9bed2cc2af5111c283441d1280e (patch)
tree4500369f6bcb693ed597ed7455b01a92c71d2073 /ace/SOCK_IO.h
parentc3ad594ff4b48e6f5291abefa82ca4defa778032 (diff)
downloadATCD-930ab588cc17c9bed2cc2af5111c283441d1280e.tar.gz
Moved recvv_n/sendv_n around
Diffstat (limited to 'ace/SOCK_IO.h')
-rw-r--r--ace/SOCK_IO.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/SOCK_IO.h b/ace/SOCK_IO.h
index 91049ef6b53..7b504342197 100644
--- a/ace/SOCK_IO.h
+++ b/ace/SOCK_IO.h
@@ -70,16 +70,6 @@ public:
// returns the number of bytes read. The caller is responsible for
// deleting the member in the <iov_base> field of <io_vec>.
- ssize_t sendv_n (const iovec iov[],
- size_t n) const;
- // Send an <iovec> of size <n> to the connected socket (uses
- // <ACE::sendv_n>). 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 connected socket.
-
ssize_t send (const void *buf,
size_t n,
int flags,