summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-03 14:07:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-03 14:07:27 +0000
commitcd71e1e629d5783c9aa9188415808adf677f9308 (patch)
tree1f49b036c0681cbb5234cec3d8500e7d5dc5128c
parentcbb8e72e9072aa9512c4c5bcff85603ec5ba85c1 (diff)
downloadATCD-cd71e1e629d5783c9aa9188415808adf677f9308.tar.gz
ChangeLogTag: Mon Jul 3 13:06:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
index c357a6c035b..8cefbec6f19 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
@@ -59,8 +59,6 @@ be_visitor_valuebox_ci::visit_valuebox (be_valuebox *node)
*os << be_nl << be_nl << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__ << be_nl;
- *os << be_global->core_versioning_begin () << be_nl;
-
*os << "ACE_INLINE const char* " << be_nl
<< node->name () << "::_tao_obv_static_repository_id ()" << be_nl
<< "{" << be_idt_nl
@@ -70,8 +68,6 @@ be_visitor_valuebox_ci::visit_valuebox (be_valuebox *node)
// Indicate that code is already generated for this node.
node->cli_inline_gen (true);
- *os << be_global->core_versioning_end () << be_nl;
-
return 0;
}
@@ -86,8 +82,6 @@ be_visitor_valuebox_ci::visit_array (be_array *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;
-
// Public default constructor
*os << "ACE_INLINE" << be_nl
<< vb_node->name () << "::" << vb_node->local_name () << " (void)"
@@ -180,8 +174,6 @@ be_visitor_valuebox_ci::visit_array (be_array *node)
<< "return this->_pd_value.out ();" << be_uidt_nl
<< "}" << be_nl << be_nl;
- *os << be_global->core_versioning_end () << be_nl;
-
return 0;
}
@@ -307,8 +299,6 @@ be_visitor_valuebox_ci::visit_string (be_string *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;
-
this->emit_default_constructor ();
this->emit_constructor_one_arg (node, "");
this->emit_copy_constructor ();
@@ -414,8 +404,6 @@ be_visitor_valuebox_ci::visit_string (be_string *node)
<< "return this->_pd_value[slot];" << be_uidt_nl
<< "}" << be_nl << be_nl;
- *os << be_global->core_versioning_end () << be_nl;
-
return 0;
}