summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_visitor_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_visitor_context.h')
-rw-r--r--TAO/TAO_IDL/include/ast_visitor_context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/ast_visitor_context.h b/TAO/TAO_IDL/include/ast_visitor_context.h
index 2c8ddd419db..7890633316a 100644
--- a/TAO/TAO_IDL/include/ast_visitor_context.h
+++ b/TAO/TAO_IDL/include/ast_visitor_context.h
@@ -23,18 +23,18 @@
class TAO_IDL_FE_Export ast_visitor_context
{
public:
- ast_visitor_context (void);
+ ast_visitor_context ();
ast_visitor_context (const ast_visitor_context &ctx);
- ~ast_visitor_context (void);
+ ~ast_visitor_context ();
// Accessors/mutators for template-related storage.
- FE_Utils::T_PARAMLIST_INFO *template_params (void) const;
+ FE_Utils::T_PARAMLIST_INFO *template_params () const;
void template_params (FE_Utils::T_PARAMLIST_INFO *args);
- FE_Utils::T_ARGLIST const *template_args (void) const;
+ FE_Utils::T_ARGLIST const *template_args () const;
void template_args (FE_Utils::T_ARGLIST const *args);
protected: