summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_home.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_home.h')
-rw-r--r--TAO/TAO_IDL/include/ast_home.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_home.h b/TAO/TAO_IDL/include/ast_home.h
index 1b731f7c2e1..f68276c7adc 100644
--- a/TAO/TAO_IDL/include/ast_home.h
+++ b/TAO/TAO_IDL/include/ast_home.h
@@ -31,6 +31,10 @@ public:
AST_Home *base_home (void) const;
+ AST_Interface **supports (void) const;
+
+ long n_supports (void) const;
+
AST_Component *managed_component (void) const;
AST_ValueType *primary_key (void) const;