summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Asynch_Reply_Dispatcher.cpp
index 9140cd5104e..1c9df1a2461 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Asynch_Reply_Dispatcher.cpp
@@ -113,7 +113,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (
// this->message_state_ = message_state;
// Steal the buffer so that no copying is done.
- this->reply_cdr_.steal_data (params.input_cdr_);
+ this->reply_cdr_.exchange_data_blocks (params.input_cdr_);
// Steal the buffer, that way we don't do any unnecesary copies of
// this data.