summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
commite733a22adceaf6714d9bc7b4a1467ee6fd4970fd (patch)
tree8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
parent888edcb35d3e669e8b930d5c10b468ed0d80ad3e (diff)
downloadATCD-e733a22adceaf6714d9bc7b4a1467ee6fd4970fd.tar.gz
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
index 9fbe2ab935a..5f4b00a0966 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
@@ -244,11 +244,11 @@ be_visitor_union_branch_private_ch::visit_predefined_type (be_predefined_type *n
// check if we are dealing with a CORBA::Object
if (!ACE_OS::strcmp (bt->local_name ()->get_string (), "Object"))
{
- *os << "TAO_Object_Field_T<CORBA::Object> *" << ub->local_name ()
+ *os << "TAO_Object_Field_T<CORBA::Object> *" << ub->local_name ()
<< "_;\n";
}
else
- *os << bt->nested_type_name (bu, "_ptr") << " " << ub->local_name ()
+ *os << bt->nested_type_name (bu, "_ptr") << " " << ub->local_name ()
<< "_;\n";
}
else if (node->pt () == AST_PredefinedType::PT_any)