summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index 174f4beffba..6e733284895 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -430,7 +430,7 @@ TAO_GIOP_Message_Generator_Parser_10::parse_reply (
// Steal rest of the contents in to the reply params and loose
// ownership of the data block.
- params.input_cdr_.steal_data (cdr);
+ params.input_cdr_.exchange_data_blocks (cdr);
return 0;
}
@@ -449,7 +449,7 @@ TAO_GIOP_Message_Generator_Parser_10::parse_locate_reply (
// Steal the contents in to the reply CDR and loose ownership of the
// data block.
- params.input_cdr_.steal_data (cdr);
+ params.input_cdr_.exchange_data_blocks (cdr);
return 0;
}