summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-11-01 11:01:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-11-01 11:01:00 +0000
commitf1e30b48c4bb4e8c5bf5f2dcc75a65cab2fdcdc8 (patch)
tree510bd3f1ea1899d294a57b5fda7160b5435b0d65
parent1c22087579dbea2fc13642fcf9f6acd8ec5ba753 (diff)
downloadATCD-f1e30b48c4bb4e8c5bf5f2dcc75a65cab2fdcdc8.tar.gz
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index e639dbb75ae..eadbef8c14e 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -3160,9 +3160,9 @@ TAO_CodeGen::gen_exec_hdr_includes (void)
// Sanity check and then print.
if (ts_hdr != 0)
{
- this->gen_standard_include (
- this->ciao_exec_header_,
- ts_hdr);
+// this->gen_standard_include (
+// this->ciao_exec_header_,
+// ts_hdr);
}
else
{