summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_codegen.cpp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-03-04 15:37:23 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-03-04 15:37:23 +0000
commit90efbfa7944bef0d3c3acf97ba64b2b41214c794 (patch)
tree0264a0d8718dc10406a84d86bd4b0562b24c3584 /TAO/TAO_IDL/be/be_codegen.cpp
parentefbb8f0268dfa5e969733ff7aaec89d1f63aaf58 (diff)
downloadATCD-NGC_0_7_7_Bugfix.tar.gz
Create bugfix branch for NGC reported bugsNGC_0_7_7_Bugfix
Diffstat (limited to 'TAO/TAO_IDL/be/be_codegen.cpp')
-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 ac533ddff76..bc964869da8 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -3310,7 +3310,7 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
// to tell which DDS vendor.
this->gen_standard_include (
this->ciao_conn_header_,
- "connectors/dds4ccm/impl/dds/DDS4CCM_Traits.h");
+ "connectors/dds4ccm/impl/ndds/DDS4CCM_Traits.h");
// Placeholder for forthcoming real-world logic.
bool dds_event_connector = true;
@@ -3319,7 +3319,7 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
{
this->gen_standard_include (
this->ciao_conn_header_,
- "connectors/dds4ccm/impl/dds/DDS_Event_Connector_T.h");
+ "connectors/dds4ccm/impl/ndds/DDS_Event_Connector_T.h");
}
// Placeholder for forthcoming real-world logic.
@@ -3329,7 +3329,7 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
{
this->gen_standard_include (
this->ciao_conn_header_,
- "connectors/dds4ccm/impl/dds/DDS_State_Connector_T.h");
+ "connectors/dds4ccm/impl/ndds/DDS_State_Connector_T.h");
}
for (size_t j = 0; j < idl_global->n_included_idl_files (); ++j)