summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-03-25 03:20:27 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-03-25 03:20:27 +0000
commit3e4272fc81a8ac73dad2d3150db0c008b8fe5ba9 (patch)
tree59b3dc6858e7d0a62278fbfcad1a87c309320c07
parent5d67e7b6e7439837cfc2ad25da43dc8a970124bc (diff)
downloadATCD-3e4272fc81a8ac73dad2d3150db0c008b8fe5ba9.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_predefined_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_predefined_type.cpp b/TAO/TAO_IDL/be/be_predefined_type.cpp
index 0e906b11810..7fa818da279 100644
--- a/TAO/TAO_IDL/be/be_predefined_type.cpp
+++ b/TAO/TAO_IDL/be/be_predefined_type.cpp
@@ -396,7 +396,7 @@ be_predefined_type::gen_typecode (void)
case AST_PredefinedType::PT_pseudo:
{
if (!ACE_OS::strcmp (this->local_name ()->get_string (), "TypeCode"))
- *cs << "CORBA::tk_typecode,\n\n";
+ *cs << "CORBA::tk_TypeCode,\n\n";
else
if (!ACE_OS::strcmp (this->local_name ()->get_string (), "Object"))
{