summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-03 16:48:01 -0500
committerGitHub <noreply@github.com>2021-11-03 16:48:01 -0500
commit15e4737ddce6b0a73451e5f9856f7e5641b6173b (patch)
treefdf5e8474dc05ddf5fe92f4231f15c0b19fe4f71 /TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
parent0bfb484a3635dcc293eb2c3367fd52da05722596 (diff)
parente891d97240963103798e3e78876447b171835e7e (diff)
downloadATCD-15e4737ddce6b0a73451e5f9856f7e5641b6173b.tar.gz
Merge pull request #1709 from mitza-oci/msvc-langstd
Port to MSVC with /std:c++17 and 20
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
index 99b203c0540..0059bc116e6 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
@@ -53,8 +53,7 @@ be_visitor_valuetype_init_ch::visit_valuetype (be_valuetype *node)
TAO_OutStream& os = *(this->ctx_->stream ());
- os << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
- << "// " << __FILE__ << ":" << __LINE__ << be_nl_2;
+ TAO_INSERT_COMMENT (&os);
//@@ If I'm generating concrete class I need a RefCounter.
os << "class " << be_global->stub_export_macro ()