summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-03 19:59:15 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-03 19:59:15 +0000
commit65cf8ef9e9fb6a11dbbaba11dddc0e9dadbf0206 (patch)
treef9b78eb5590da6b129227e850345f4148afb4b15 /TAO/tao/GIOP_Message_Generator_Parser_12.cpp
parent7e06af98f78132705e9de2c89614707a1eac4a1f (diff)
downloadATCD-65cf8ef9e9fb6a11dbbaba11dddc0e9dadbf0206.tar.gz
ChangeLogTag: Thu May 3 14:56:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_12.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_12.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
index 28943d686c2..31a8df6986a 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
@@ -451,7 +451,7 @@ TAO_GIOP_Message_Generator_Parser_12::parse_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;
}
@@ -475,7 +475,7 @@ TAO_GIOP_Message_Generator_Parser_12::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;
}