summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_structure.h')
-rw-r--r--TAO/TAO_IDL/include/ast_structure.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_structure.h b/TAO/TAO_IDL/include/ast_structure.h
index d93f06a388b..bdd952aa5c4 100644
--- a/TAO/TAO_IDL/include/ast_structure.h
+++ b/TAO/TAO_IDL/include/ast_structure.h
@@ -151,6 +151,11 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
+
+ // Accessor for the member.
+ ACE_Unbounded_Queue<AST_Field *> &fields (void);
+
+ static AST_Decl::NodeType const NT;
protected:
friend int tao_yyparse (void);