summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_root/root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_root/root.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index 9c3ce0b4462..dffe0c0f3e5 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -197,8 +197,6 @@ int be_visitor_root::visit_root (be_root *node)
*os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__ << be_nl << be_nl;
- *os << be_global->core_versioning_begin () << be_nl;
-
*os << "// Overrides of CORBA::release and CORBA::is_nil for"
<< be_nl
<< "// interfaces that inherit from both CORBA::Object" << be_nl
@@ -222,15 +220,13 @@ int be_visitor_root::visit_root (be_root *node)
{
*os << be_uidt_nl
<< "}";
-
- *os << be_global->core_versioning_end () << be_nl;
}
}
// Make one more pass over the entire tree and generate the OBV_ namespaces
// and OBV_ classes.
- bool obv = 1;
+ idl_bool obv = 1;
status = 0;
switch (this->ctx_->state ())
@@ -459,12 +455,6 @@ int be_visitor_root::visit_root (be_root *node)
case TAO_CodeGen::TAO_ROOT_CH:
(void) tao_cg->end_client_header ();
break;
- case TAO_CodeGen::TAO_ROOT_CI:
- tao_cg->end_client_inline ();
- break;
- case TAO_CodeGen::TAO_ROOT_CS:
- tao_cg->end_client_stubs ();
- break;
case TAO_CodeGen::TAO_ROOT_SH:
(void) tao_cg->end_server_header ();
break;
@@ -481,7 +471,6 @@ int be_visitor_root::visit_root (be_root *node)
(void) tao_cg->end_server_template_inline ();
}
- tao_cg->end_server_inline ();
break;
case TAO_CodeGen::TAO_ROOT_SS:
if (be_global->gen_tie_classes ())