summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_generator.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_generator.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_generator.h b/TAO/TAO_IDL/be_include/be_generator.h
index 323857b5059..73012b08b63 100644
--- a/TAO/TAO_IDL/be_include/be_generator.h
+++ b/TAO/TAO_IDL/be_include/be_generator.h
@@ -129,7 +129,11 @@ public:
virtual AST_Home *create_home (UTL_ScopedName *n,
AST_Home *base_home,
AST_Component *managed_component,
- AST_ValueType *primary_key);
+ AST_ValueType *primary_key,
+ AST_Interface **supports,
+ long n_supports,
+ AST_Interface **supports_flat,
+ long n_supports_flat);
virtual AST_Exception *create_exception (UTL_ScopedName *n,
idl_bool local,