summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_declarator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_declarator.h')
-rw-r--r--TAO/TAO_IDL/include/fe_declarator.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/fe_declarator.h b/TAO/TAO_IDL/include/fe_declarator.h
index d55d8c3a735..98f5ce06a95 100644
--- a/TAO/TAO_IDL/include/fe_declarator.h
+++ b/TAO/TAO_IDL/include/fe_declarator.h
@@ -86,19 +86,19 @@ public:
FE_Declarator (UTL_ScopedName *n,
DeclaratorType dt,
AST_Decl *cp);
- virtual ~FE_Declarator (void) {}
+ virtual ~FE_Declarator () {}
// Data Accessors.
- AST_Decl *complex_part (void);
- UTL_ScopedName *name (void);
- DeclaratorType decl_type (void);
+ AST_Decl *complex_part ();
+ UTL_ScopedName *name ();
+ DeclaratorType decl_type ();
// Other Operations.
// Compose an FE_Declarator into an AST_Type once all the needed information
// is available.
AST_Type *compose (AST_Decl* tc);
- virtual void destroy (void);
+ virtual void destroy ();
private:
// Data.