summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
index d49a5fae013..340ff42c7b0 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
@@ -149,15 +149,6 @@ be_visitor_interface_sh::visit_interface (be_interface *node)
<< class_name.c_str () << "& rhs);" << be_nl
<< "virtual ~" << class_name.c_str () << " (void);" << be_nl << be_nl;
- if (node->is_event_consumer ())
- {
- *os << "// Default implementation of CIAO-specific operation," << be_nl
- << "// overridden in derived class generated by the CIDL compiler."
- << be_nl
- << "virtual ::CORBA::Boolean ciao_is_substitutable (const char *event_repo_id);" << be_nl
- << be_nl << be_nl;
- }
-
// _is_a
*os << "virtual ::CORBA::Boolean _is_a (const char* logical_type_id);" << be_nl << be_nl;