summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-11-04 17:09:29 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-11-04 17:09:29 -0500
commitbffb55e36cf752988ce5cd3f55b37515601a8d06 (patch)
tree384f538f7d003ad2c84b90481ff68c9c649ccc35 /TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
parentb79f031d852433b939bf19fc88b208955e4d4c55 (diff)
parent15e4737ddce6b0a73451e5f9856f7e5641b6173b (diff)
downloadATCD-bffb55e36cf752988ce5cd3f55b37515601a8d06.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
index 3943c07a55f..31cd1ffa4bf 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
@@ -117,8 +117,7 @@ int be_visitor_union_ch::visit_union (be_union *node)
if ((dv.computed_ != 0) && (node->default_index () == -1))
{
- *os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__;
+ TAO_INSERT_COMMENT (os);
// Only if all cases are not covered AND there is no explicit
// default, we get the _default () method.