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.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/include/ast_structure.h b/TAO/TAO_IDL/include/ast_structure.h
index 7539b64c5a7..d93f06a388b 100644
--- a/TAO/TAO_IDL/include/ast_structure.h
+++ b/TAO/TAO_IDL/include/ast_structure.h
@@ -81,11 +81,12 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_scope.h"
#include "ace/Unbounded_Queue.h"
-class TAO_IDL_FE_Export AST_Structure
- : public virtual AST_ConcreteType,
- public virtual UTL_Scope
+class TAO_IDL_FE_Export AST_Structure : public virtual AST_ConcreteType,
+ public virtual UTL_Scope
{
public:
+ AST_Structure (void);
+
AST_Structure (UTL_ScopedName *n,
bool local,
bool abstract);
@@ -150,11 +151,6 @@ 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);