summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-19 01:23:06 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-19 01:23:06 +0000
commitcc976497e45fbc1add821f6e513233ea5e06ad46 (patch)
tree06f49d92d4ea3ff32e9f1017d5be718402e725d2 /TAO/TAO_IDL/be/be_visitor_structure.cpp
parent17493c21956eb57feed3c9e3970fc8e3d3bd7661 (diff)
downloadATCD-cc976497e45fbc1add821f6e513233ea5e06ad46.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure.cpp
index 85d12c4eb92..143f1687f33 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure.cpp
@@ -314,7 +314,7 @@ int be_visitor_structure_cs::visit_structure (be_structure *node)
<< "TAO_InputCDR stream ((ACE_Message_Block *)_tao_any.value ());"
<< be_nl
<< "if (stream.decode (" << node->tc_name ()
- << ", &_tao_elem, 0, _tao_env)" << be_nl
+ << ", _tao_elem, 0, _tao_env)" << be_nl
<< " == CORBA::TypeCode::TRAVERSE_CONTINUE)" << be_nl
<< "{" << be_idt_nl
<< "((CORBA::Any *)&_tao_any)->replace (_tao_any.type (), "