summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_valuebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_valuebox.h')
-rw-r--r--TAO/TAO_IDL/include/ast_valuebox.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/include/ast_valuebox.h b/TAO/TAO_IDL/include/ast_valuebox.h
index cd8e3366031..4ea5ec52eb5 100644
--- a/TAO/TAO_IDL/include/ast_valuebox.h
+++ b/TAO/TAO_IDL/include/ast_valuebox.h
@@ -10,13 +10,10 @@ public:
AST_ValueBox (UTL_ScopedName *n,
AST_Type *boxed_type);
- virtual ~AST_ValueBox (void);
+ virtual ~AST_ValueBox ();
// Data Accessors.
- AST_Type *boxed_type (void) const;
-
- // Narrowing.
- DEF_NARROW_FROM_DECL(AST_ValueBox);
+ AST_Type *boxed_type () const;
// AST Dumping.
virtual void dump (ACE_OSTREAM_TYPE &o);
@@ -25,7 +22,7 @@ public:
virtual int ast_accept (ast_visitor *visitor);
// Cleanup.
- virtual void destroy (void);
+ virtual void destroy ();
static AST_Decl::NodeType const NT;