summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-06-06 15:08:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-06-06 15:08:01 +0000
commitc7a2cec2277858637c1064256d105adc9123cd58 (patch)
tree64a1ef350fbc9b0455f5435010dde2c168d48edd /TAO/TAO_IDL/be/be_codegen.cpp
parent36d009c17baf06dc9b0e449cf297ce3a63e57d43 (diff)
downloadATCD-c7a2cec2277858637c1064256d105adc9123cd58.tar.gz
Mon Jun 6 15:06:42 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp: * TAO_IDL/be_include/be_global.h: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/include/idl_global.h: * TAO_IDL/util/utl_global.cpp: Added support for CoreDX DDS
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 065da4d99b1..1627efa80a4 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -3400,6 +3400,10 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
this->gen_conn_ts_includes (
idl_global->ciao_oci_ts_file_names ());
break;
+ case BE_GlobalData::COREDX:
+ this->gen_conn_ts_includes (
+ idl_global->ciao_coredx_ts_file_names ());
+ break;
case BE_GlobalData::DDS_NONE:
break;
}