summaryrefslogtreecommitdiff
path: root/TAO_IDL/include/ast_valuetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/include/ast_valuetype.h')
-rw-r--r--TAO_IDL/include/ast_valuetype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO_IDL/include/ast_valuetype.h b/TAO_IDL/include/ast_valuetype.h
index 35ea20f10ae..e65b495dc23 100644
--- a/TAO_IDL/include/ast_valuetype.h
+++ b/TAO_IDL/include/ast_valuetype.h
@@ -48,10 +48,11 @@ public:
// Look up a scoped name in the supported interface list.
virtual AST_Decl *look_in_supported (UTL_ScopedName *,
bool full_def_only);
-
+
// Overridden for valuetype from UTL_Scope method.
virtual AST_Decl *special_lookup (UTL_ScopedName *,
- bool full_def_only);
+ bool full_def_only,
+ AST_Decl *&final_parent_decl);
// Recursively called on valuetype to check for legal use as
// a primary key. Overridden for valuetype, struct, sequence,