summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h b/TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h
index c1d9720ffe1..e0aac140703 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/collocated_ss.h
@@ -47,14 +47,6 @@ public:
virtual int visit_operation (be_operation *node);
// visit operation node.
- virtual int gen_invoke (be_visitor_context &ctx, be_operation *node);
- // A helper method to generate operation invocation code.
-
- virtual int gen_check_exception (be_type *bt);
- // ACE_CHECK macros generator.
-
- virtual int void_return_type (be_type *bt);
- // is my return type void?
};
#endif /* _BE_VISITOR_OPERATION_COLLOCATED_SS_H_ */