summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_predefined_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_predefined_type.h')
-rw-r--r--TAO/TAO_IDL/include/ast_predefined_type.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/include/ast_predefined_type.h b/TAO/TAO_IDL/include/ast_predefined_type.h
index 311e89c3e04..3969936f4ce 100644
--- a/TAO/TAO_IDL/include/ast_predefined_type.h
+++ b/TAO/TAO_IDL/include/ast_predefined_type.h
@@ -100,13 +100,10 @@ public:
AST_PredefinedType (PredefinedType t,
UTL_ScopedName *n);
- virtual ~AST_PredefinedType (void);
+ virtual ~AST_PredefinedType ();
// Data Accessors.
- PredefinedType pt (void);
-
- // Narrowing
- DEF_NARROW_FROM_DECL(AST_PredefinedType);
+ PredefinedType pt ();
// AST Dumping
virtual void dump (ACE_OSTREAM_TYPE &o);
@@ -115,12 +112,12 @@ public:
virtual int ast_accept (ast_visitor *visitor);
// Cleanup.
- virtual void destroy (void);
+ virtual void destroy ();
static AST_Decl::NodeType const NT;
protected:
- virtual int compute_size_type (void);
+ virtual int compute_size_type ();
// Compute the size type if it is unknown.
private: