summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-12-29 22:55:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-12-29 22:55:05 +0000
commit5312e0d3c5080c0dd000f63db29d5dd56b73720a (patch)
tree9d5e17a8951cae9569ef42cad835a354c248c76f
parentae4012b805ff947e3b9b6ebcab9c56ec505e8790 (diff)
downloadATCD-5312e0d3c5080c0dd000f63db29d5dd56b73720a.tar.gz
*** empty log message ***
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
index ab3cab500b1..46ca66e0b7a 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
@@ -18,8 +18,8 @@
//
// ============================================================================
-ACE_RCSID (be_visitor_typecode,
- typecode_decl,
+ACE_RCSID (be_visitor_typecode,
+ typecode_decl,
"$Id$")
// ******************************************************
@@ -46,9 +46,9 @@ be_visitor_typecode_decl::visit_type (be_type *node)
if (node->is_nested ())
{
// We have a scoped name.
- // Is our enclosing scope a module? We need this check because for
- // platforms that support namespaces, the typecode must be declared
- // extern.
+ // Is our enclosing scope a module? We need this check because
+ // for platforms that support namespaces, the TypeCode must be
+ // declared extern.
if (node->defined_in ()->scope_node_type () == AST_Decl::NT_module)
{
*os << "TAO_NAMESPACE_STORAGE_CLASS ";