summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h
index 31743cdbba4..1c1b23cdd2e 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_is.h
@@ -43,6 +43,8 @@ public:
virtual int visit_operation (be_operation *node);
// visit operation. We provide code for this method in the derived class
+ int gen_raise_exception (be_operation *node);
+
};
#endif /* _BE_VISITOR_OPERATION_OPERATION_IS_CPP_ */