summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
commit3cc357789f4d46c6cc3f78610c9ba4fe36aa4e0d (patch)
tree7ef3ccaa88be55250076d461f3e7435a6b8b9b2a /TAO/tao/GIOP_Message_Generator_Parser_12.cpp
parenta83f2d9caf6a2ef09e08b203762e3e7785d9e86f (diff)
downloadATCD-3cc357789f4d46c6cc3f78610c9ba4fe36aa4e0d.tar.gz
ChangeLogTag:Tue Feb 22 02:03:20 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_12.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
index 04daba08086..411058acd2a 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_12.cpp
@@ -253,7 +253,7 @@ TAO_GIOP_Message_Generator_Parser_12::parse_request_header (
)
{
// Get the input CDR in the request class
- TAO_InputCDR& input = request.incoming ();
+ TAO_InputCDR & input = *request.incoming ();
CORBA::Boolean hdr_status = (CORBA::Boolean) input.good_bit ();