summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 3669fcf9ea4..aef021125ce 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -1020,7 +1020,7 @@ be_interface::gen_operation_table (const char *flat_name,
++this->skel_count_;
}
- if (!be_global->gen_minimum_corba ())
+ if (!be_global->gen_corba_e () && !be_global->gen_minimum_corba ())
{
*os << "_interface,&"
<< skeleton_class_name