summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-07 04:59:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-07 04:59:48 +0000
commitfb2b705e05a93b428a72e1f30398ce5e75268ef1 (patch)
treefa1c534836bfe64e02566180690030969bc80259 /TAO/tao/GIOP_Message_Generator_Parser_10.cpp
parent96f536cdafa0003a4142d496149bedee6b4d19a9 (diff)
downloadATCD-fb2b705e05a93b428a72e1f30398ce5e75268ef1.tar.gz
ChangeLogTag:Thu Nov 6 22:32:19 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index a5e6fc9ad10..414f38da0c9 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -418,10 +418,6 @@ TAO_GIOP_Message_Generator_Parser_10::parse_reply (
params) == -1)
return -1;
- // Steal rest of the contents in to the reply params and loose
- // ownership of the data block.
- params.input_cdr_.exchange_data_blocks (cdr);
-
return 0;
}
@@ -437,10 +433,6 @@ TAO_GIOP_Message_Generator_Parser_10::parse_locate_reply (
return -1;
- // Steal the contents in to the reply CDR and loose ownership of the
- // data block.
- params.input_cdr_.exchange_data_blocks (cdr);
-
return 0;
}