summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h b/TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h
index 03bb5bd5045..4f0f18e75fe 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component/executor_exs_attr_init.h
@@ -24,13 +24,13 @@ class be_visitor_executor_exs_attr_init
{
public:
be_visitor_executor_exs_attr_init (be_visitor_context *ctx);
- ~be_visitor_executor_exs_attr_init (void);
+ ~be_visitor_executor_exs_attr_init ();
virtual int visit_attribute (be_attribute *node);
virtual int pre_process (be_decl *);
- bool attr_generated (void) const;
+ bool attr_generated () const;
private:
bool semicolon_generated_;