summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Transport.h')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Transport.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Transport.h b/TAO/tao/Strategies/SHMIOP_Transport.h
index 9bcc4b9ec2f..2d4ec2b22bf 100644
--- a/TAO/tao/Strategies/SHMIOP_Transport.h
+++ b/TAO/tao/Strategies/SHMIOP_Transport.h
@@ -1,5 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
-// $Id$
+// This may look like C, but it's really -*- C++ -*-
// ===================================================================
/**
* @file SHMIOP_Transport.h
@@ -68,10 +67,10 @@ public:
virtual int idle (void);
- /// Write the complete Message_Block chain to the connection.
- virtual ssize_t send (const ACE_Message_Block *mblk,
- const ACE_Time_Value *s = 0,
- size_t *bytes_transferred = 0);
+ /// Write the complete Message_Block chain to the connection.
+ virtual ssize_t send (iovec *iov, int iovcnt,
+ size_t &bytes_transferred,
+ const ACE_Time_Value *timeout = 0);
/// Read len bytes from into buf.
virtual ssize_t recv (char *buf,