summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_root.h')
-rw-r--r--TAO/TAO_IDL/include/ast_root.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/include/ast_root.h b/TAO/TAO_IDL/include/ast_root.h
index 542de927785..8c3b50d01f1 100644
--- a/TAO/TAO_IDL/include/ast_root.h
+++ b/TAO/TAO_IDL/include/ast_root.h
@@ -75,14 +75,9 @@ class TAO_IDL_FE_Export AST_Root : public virtual AST_Module
public:
AST_Root (UTL_ScopedName *n);
- virtual ~AST_Root (void);
+ virtual ~AST_Root ();
- virtual unsigned long nmembers (void);
-
- // Narrowing.
-
- DEF_NARROW_FROM_DECL(AST_Root);
- DEF_NARROW_FROM_SCOPE(AST_Root);
+ virtual unsigned long nmembers ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);
@@ -94,13 +89,13 @@ public:
virtual void destroy ();
// Final cleanup.
- void fini (void);
+ void fini ();
static AST_Decl::NodeType const NT;
private:
friend class FE_Declarator;
- friend int tao_yyparse (void);
+ friend int tao_yyparse ();
// Add protocol.