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.h13
1 files changed, 0 insertions, 13 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 eec9632fe95..0dad13c8147 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
@@ -65,19 +65,6 @@ public:
virtual int post_process (be_decl *);
// stuff to output after every member of the scope is handled
- virtual int gen_raise_exception (be_type *,
- const char *excep,
- const char *status,
- const char *env);
- // helper that generates code for raising an exception
-
- 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.