summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-26 05:29:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-26 05:29:23 +0000
commitad5be84b1e5f18bb4ac80a9b9bd2721720c58843 (patch)
treec52e0c63d6d3205df7010f2952b8586cd5159cd6 /TAO/TAO_IDL
parentea6cc3cc4d9b40c8abec43074a5fb1f5c4381580 (diff)
downloadATCD-ad5be84b1e5f18bb4ac80a9b9bd2721720c58843.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index ca3905116c9..ceee6105c8b 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1993,8 +1993,6 @@ TAO_CodeGen::gen_typecode_includes (TAO_OutStream * stream)
// this->gen_standard_include (stream,
// "tao/TypeCode.h");
-
-
this->gen_standard_include (stream,
"tao/Null_RefCount_Policy.h");
@@ -2007,7 +2005,7 @@ TAO_CodeGen::gen_typecode_includes (TAO_OutStream * stream)
"tao/Alias_TypeCode.h");
this->gen_cond_file_include (idl_global->enum_seen_,
- "tao/TypeCode_Non_Default_Case.h",
+ "tao/TypeCode_Enumerator.h",
stream);
this->gen_cond_file_include (idl_global->enum_seen_,
@@ -2039,6 +2037,10 @@ TAO_CodeGen::gen_typecode_includes (TAO_OutStream * stream)
stream);
this->gen_cond_file_include (idl_global->union_seen_,
+ "tao/TypeCode_Non_Default_Case.h",
+ stream);
+
+ this->gen_cond_file_include (idl_global->union_seen_,
"tao/Union_TypeCode.h",
stream);