summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_operation.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 20:19:11 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-09 20:19:11 +0000
commit7359d984ccb773d72cf053d2886b77a58198a34b (patch)
tree51d396d905559b8efaaa27549e48f88409404cac /TAO/TAO_IDL/be/be_visitor_operation.cpp
parent869d267958f3d9c0441a3d3923cc9b25b922fbfb (diff)
downloadATCD-7359d984ccb773d72cf053d2886b77a58198a34b.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_operation.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation.cpp b/TAO/TAO_IDL/be/be_visitor_operation.cpp
index 6dfdc9e88f7..4cf001bb6ef 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation.cpp
@@ -1918,7 +1918,7 @@ be_visitor_operation_rettype_vardecl_cs::visit_typedef (be_typedef *node)
if (node->primitive_base_type ()->accept (this) == -1)
{
ACE_ERROR_RETURN ((LM_ERROR,
- "be_visitor_operation_rettype_vardecl_ss::"
+ "be_visitor_operation_rettype_vardecl_cs::"
"visit_typedef - "
"accept on primitive type failed\n"),
-1);
@@ -2491,7 +2491,7 @@ visit_predefined_type (be_predefined_type *node)
case AST_PredefinedType::PT_any:
os->indent ();
*os << bt->name () << "_var _tao_retval;" << be_nl;
- *os << bt->name () << "_ptr _tao_ptr_retval = _tao_retval.out ();\n";
+ *os << bt->name () << "_ptr &_tao_ptr_retval = _tao_retval.out ();\n";
break;
case AST_PredefinedType::PT_void:
break;