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.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_generator.h b/TAO/TAO_IDL/be_include/be_generator.h
index a0105cda93f..07d60a32f8d 100644
--- a/TAO/TAO_IDL/be_include/be_generator.h
+++ b/TAO/TAO_IDL/be_include/be_generator.h
@@ -94,16 +94,20 @@ public:
UTL_StrList *p);
virtual AST_Module *create_module(UTL_Scope *s,
- UTL_ScopedName *n,
+ UTL_ScopedName *n,
UTL_StrList *p);
virtual AST_Interface *create_interface(UTL_ScopedName *n,
AST_Interface **ih,
long nih,
AST_Interface **ih_flat,
long nih_flat,
- UTL_StrList *p);
+ UTL_StrList *p,
+ idl_bool local,
+ idl_bool abstract);
virtual AST_InterfaceFwd *create_interface_fwd(UTL_ScopedName *n,
- UTL_StrList *p);
+ UTL_StrList *p,
+ idl_bool local,
+ idl_bool abstract);
virtual AST_Interface *create_valuetype(UTL_ScopedName *n,
AST_Interface **ih,
long nih,