summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_component.h')
-rw-r--r--TAO/TAO_IDL/include/ast_component.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_component.h b/TAO/TAO_IDL/include/ast_component.h
index 5e5c801a675..1a39702d51f 100644
--- a/TAO/TAO_IDL/include/ast_component.h
+++ b/TAO/TAO_IDL/include/ast_component.h
@@ -71,6 +71,10 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
+ // Check if we have redefined any of our parents' operations or attributes,
+ // and check if there is such a clash among the parents
+ virtual idl_bool redef_clash (void);
+
private:
AST_Component *pd_base_component;
ACE_Unbounded_Queue<port_description> pd_provides;