summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
index b1d0bceb5bd..aac5af2ed74 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
@@ -72,16 +72,6 @@ public:
virtual int gen_check_exception (be_type *, const char *env);
// helper that generates code for checking for an exception
- virtual int gen_check_interceptor_exception (be_type *, const char *env);
- // helper that generates code for checking for an exception within
- // an interceptor try block.
-
- virtual const char *compute_operation_name (be_operation *node);
- // Compute the servant operation name to invoke. Notice that
- // this method _does_ include the double-quotes.
-
-private:
- char *operation_name_;
};
// concrete visitors