summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_interface_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_interface_fwd.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
index ef215bbc4e2..e978533a1da 100644
--- a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
@@ -87,7 +87,7 @@ AST_InterfaceFwd::AST_InterfaceFwd ()
}
AST_InterfaceFwd::AST_InterfaceFwd( AST_Interface *dummy,
- UTL_ScopedName *n,
+ UTL_ScopedName *n,
UTL_StrList *p)
: AST_Decl (AST_Decl::NT_interface_fwd, n, p)
{
@@ -123,6 +123,12 @@ idl_bool AST_InterfaceFwd::is_abstract_interface ()
}
+idl_bool AST_InterfaceFwd::is_local_interface ()
+{
+ return this->full_definition()->is_local_interface();
+}
+
+
idl_bool AST_InterfaceFwd::is_valuetype ()
{
return this->full_definition()->is_valuetype();