summaryrefslogtreecommitdiff
path: root/ace/SOCK_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_IO.h')
-rw-r--r--ace/SOCK_IO.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_IO.h b/ace/SOCK_IO.h
index 77ba78471fb..67b4be8a5d8 100644
--- a/ace/SOCK_IO.h
+++ b/ace/SOCK_IO.h
@@ -69,7 +69,7 @@ public:
/// Recv an <iovec> of size <n> from the connected socket.
ssize_t recvv (iovec iov[],
- size_t n,
+ int n,
const ACE_Time_Value *timeout = 0) const;
/// Same as above. Deprecated.
@@ -114,7 +114,7 @@ public:
/// Send an <iovec> of size <n> to the connected socket.
ssize_t sendv (const iovec iov[],
- size_t n,
+ int n,
const ACE_Time_Value *timeout = 0) const;
/// Same as above. Deprecated.