summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h b/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h
index 1eb8f78d32a..3a7ca3d24a3 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_cs.h
@@ -44,6 +44,10 @@ public:
virtual int visit_structure (be_structure *node);
// visit structure
+
+ virtual int post_process (be_decl *);
+ // any post processing that needs to be done after a scope element is handled
+
};
#endif /* _BE_VISITOR_STRUCTURE_CDR_OP_CS_H_ */