summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_component.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_component.cpp15
1 files changed, 1 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_component.cpp b/TAO/TAO_IDL/be/be_component.cpp
index 9d2cd33ab31..1c3b3c455b6 100644
--- a/TAO/TAO_IDL/be/be_component.cpp
+++ b/TAO/TAO_IDL/be/be_component.cpp
@@ -302,7 +302,7 @@ be_component::gen_stub_inheritance (TAO_OutStream *os)
for (long i = 0; i < nsupports; ++i)
{
- *os << ", " << be_nl
+ *os << "," << be_nl
<< "public virtual ::"
<< supp_list[i]->name ();
}
@@ -369,19 +369,6 @@ be_component::gen_is_a_ancestors (TAO_OutStream *os)
}
void
-be_component::gen_parent_collocation (TAO_OutStream *os)
-{
- AST_Component *base = this->base_component ();
-
- if (base != 0)
- {
- *os << be_nl
- << "this->" << base->flat_name ()
- << "_setup_collocation" << " ();";
- }
-}
-
-void
be_component::mirror_scan (AST_PortType *pt)
{
AST_Uses *u = 0;