summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-08 09:02:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-08 09:02:37 +0000
commita749963ebe90bc1c4e8b6a4a2edeb448afd13145 (patch)
tree35b0592e4485f374a02b9893d50e8f4fad63ca1b /TAO/TAO_IDL
parent5918ebbeccab22c1994831c56b87bfe2ef8286c7 (diff)
downloadATCD-a749963ebe90bc1c4e8b6a4a2edeb448afd13145.tar.gz
ChangeLogTag:Fri Apr 8 01:58:48 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
index a90d4215954..552298b1607 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
@@ -952,7 +952,7 @@ be_visitor_typecode_defn::visit_sequence (be_sequence * node)
<< "namespace TypeCode" << be_nl
<< "{" << be_idt_nl;
- os << "TAO::TypeCode::Sequence<::CORBA::TypeCode_ptr const *," << be_nl
+ os << "TAO::TypeCode::Sequence< ::CORBA::TypeCode_ptr const *," << be_nl
<< " TAO::Null_RefCount_Policy>"
<< be_idt_nl
<< node->flat_name () << "_" << node->max_size()->ev ()->u.ulval