summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.cpp b/TAO/tao/Strategies/SCIOP_Transport.cpp
index 0d0e9f1024b..727e1db17af 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SCIOP_Transport.cpp
@@ -137,7 +137,7 @@ TAO_SCIOP_Transport::send_message (TAO_OutputCDR &stream,
ACE_Time_Value *max_wait_time)
{
// Format the message in the stream first
- if (this->messaging_object_->format_message (stream) != 0)
+ if (this->messaging_object ()->format_message (stream) != 0)
return -1;
// This guarantees to send all data (bytes) or return an error.