diff options
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Transport.cpp')
-rw-r--r-- | TAO/tao/Strategies/DIOP_Transport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/DIOP_Transport.cpp b/TAO/tao/Strategies/DIOP_Transport.cpp index 0b9e65da5de..bf1c77f8d7d 100644 --- a/TAO/tao/Strategies/DIOP_Transport.cpp +++ b/TAO/tao/Strategies/DIOP_Transport.cpp @@ -267,7 +267,7 @@ TAO_DIOP_Transport::send_request (TAO_Stub *stub, int TAO_DIOP_Transport::send_message (TAO_OutputCDR &stream, TAO_Stub *stub, - int twoway, + int message_semantics, ACE_Time_Value *max_wait_time) { // Format the message in the stream first @@ -280,7 +280,7 @@ TAO_DIOP_Transport::send_message (TAO_OutputCDR &stream, // This guarantees to send all data (bytes) or return an error. ssize_t n = this->send_message_shared (stub, - twoway, + message_semantics, stream.begin (), max_wait_time); |