From 65cf8ef9e9fb6a11dbbaba11dddc0e9dadbf0206 Mon Sep 17 00:00:00 2001 From: bala Date: Thu, 3 May 2001 19:59:15 +0000 Subject: ChangeLogTag: Thu May 3 14:56:13 2001 Balachandran Natarajan --- TAO/tao/GIOP_Message_Generator_Parser_12.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/GIOP_Message_Generator_Parser_12.cpp') 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; } -- cgit v1.2.1