summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h b/TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h
index f93ca246e61..a77f6c4bdf7 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_exception/cdr_op_cs.h
@@ -44,6 +44,9 @@ public:
virtual int visit_exception (be_exception *node);
// visit exception
+
+ virtual int post_process (be_decl *);
+ // any post processing that needs to be done after a scope element is handled
};
#endif /* _BE_VISITOR_EXCEPTION_CDR_OP_CS_H_ */