summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_sequence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_sequence.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_sequence.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/ast/ast_sequence.cpp b/TAO/TAO_IDL/ast/ast_sequence.cpp
index 221b41cee66..bbe2a9276e3 100644
--- a/TAO/TAO_IDL/ast/ast_sequence.cpp
+++ b/TAO/TAO_IDL/ast/ast_sequence.cpp
@@ -246,6 +246,12 @@ AST_Sequence::legal_for_primary_key (void) const
return this->base_type ()->legal_for_primary_key ();
}
+bool
+AST_Sequence::is_defined (void)
+{
+ return this->pd_base_type->is_defined ();
+}
+
void
AST_Sequence::destroy (void)
{