summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_connector
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_connector')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
index b7a8cf66f40..8daa4c9d908 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
@@ -282,7 +282,7 @@ be_visitor_connector_dds_exh::gen_dds_traits (AST_Decl *datatype)
UTL_ScopedName *dt_name = datatype->name ();
BE_GlobalData::DDS_IMPL the_dds_impl = be_global->dds_impl ();
- if (the_dds_impl != BE_GlobalData::NONE)
+ if (the_dds_impl != BE_GlobalData::DDS_NONE)
{
os_ << be_nl
<< "struct " << datatype->flat_name () << "_DDS_Traits" << be_nl