summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_interface.h')
-rw-r--r--TAO/TAO_IDL/include/ast_interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/ast_interface.h b/TAO/TAO_IDL/include/ast_interface.h
index 042aeaea2f9..1e86232b138 100644
--- a/TAO/TAO_IDL/include/ast_interface.h
+++ b/TAO/TAO_IDL/include/ast_interface.h
@@ -104,10 +104,10 @@ public:
// Data Accessors
static void fwd_redefinition_helper (AST_Interface *&i,
- UTL_Scope *s,
+ UTL_Scope *s,
UTL_StrList *p);
- virtual void redefine (AST_Interface *from,
+ virtual void redefine (AST_Interface *from,
UTL_StrList *p);
AST_Interface **inherits (void);
@@ -133,6 +133,7 @@ public:
}
virtual idl_bool is_abstract_interface (void);
+ virtual idl_bool is_local_interface (void);
virtual idl_bool is_valuetype (void);
virtual idl_bool is_abstract_valuetype (void);
virtual void set_abstract_valuetype (void);