summaryrefslogtreecommitdiff
path: root/ace/SOCK_SEQPACK_Association.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-04-29 15:28:08 +0000
committerSteve Huston <shuston@riverace.com>2004-04-29 15:28:08 +0000
commit1fe41fdacfe111f06a94178338777128daa8501b (patch)
tree79ad6bf2cccb915156b268116a16fbdfbfc89379 /ace/SOCK_SEQPACK_Association.h
parente3238b943084ed0a2ce1a7617a2307b3563f2f05 (diff)
downloadATCD-1fe41fdacfe111f06a94178338777128daa8501b.tar.gz
ChangeLogTag:Thu Apr 29 11:25:49 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/SOCK_SEQPACK_Association.h')
-rw-r--r--ace/SOCK_SEQPACK_Association.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_SEQPACK_Association.h b/ace/SOCK_SEQPACK_Association.h
index 457bfa62679..88281ded0fa 100644
--- a/ace/SOCK_SEQPACK_Association.h
+++ b/ace/SOCK_SEQPACK_Association.h
@@ -122,7 +122,7 @@ public:
/// Receive an <iovec> of size <iovcnt> from the connected socket.
ssize_t recvv_n (iovec iov[],
- size_t iovcnt,
+ int iovcnt,
const ACE_Time_Value *timeout = 0,
size_t *bytes_transferred = 0) const;
@@ -148,7 +148,7 @@ public:
/// Send an <iovec> of size <iovcnt> to the connected socket.
ssize_t sendv_n (const iovec iov[],
- size_t iovcnt,
+ int iovcnt,
const ACE_Time_Value *timeout = 0,
size_t *bytes_transferred = 0) const;