summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_finder.h')
-rw-r--r--TAO/TAO_IDL/include/ast_finder.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/include/ast_finder.h b/TAO/TAO_IDL/include/ast_finder.h
index ce0403c6936..f66e44d910f 100644
--- a/TAO/TAO_IDL/include/ast_finder.h
+++ b/TAO/TAO_IDL/include/ast_finder.h
@@ -12,17 +12,13 @@ public:
AST_Finder (UTL_ScopedName *n);
- virtual ~AST_Finder (void);
- // Narrowing.
-
- DEF_NARROW_FROM_DECL(AST_Finder);
- DEF_NARROW_FROM_SCOPE(AST_Finder);
+ virtual ~AST_Finder ();
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);
// Cleanup function.
- virtual void destroy (void);
+ virtual void destroy ();
// Visiting.
virtual int ast_accept (ast_visitor *visitor);