summaryrefslogtreecommitdiff
path: root/ace/SOCK_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Stream.h')
-rw-r--r--ace/SOCK_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Stream.h b/ace/SOCK_Stream.h
index 504caf6f73e..f8bcb9c32e4 100644
--- a/ace/SOCK_Stream.h
+++ b/ace/SOCK_Stream.h
@@ -92,7 +92,7 @@ public:
const ACE_Time_Value *timeout = 0) const;
// Try to send exactly <len> bytes into <buf> from <handle>.
- ssize_t sendv_n (iovec iov[],
+ ssize_t sendv_n (const iovec iov[],
size_t iovcnt,
const ACE_Time_Value *timeout = 0) const;
// Send an <iovec> of size <iovcnt> to the connected socket.