summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h b/TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h
index 49dfaa4068d..9648cd6d43f 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuebox/valuebox_ci.h
@@ -29,7 +29,7 @@ public:
be_visitor_valuebox_ci (be_visitor_context *ctx);
/// destructor
- ~be_visitor_valuebox_ci (void);
+ ~be_visitor_valuebox_ci ();
/// visit valuebox.
virtual int visit_valuebox (be_valuebox *node);
@@ -66,7 +66,7 @@ private:
const char * type_suffix,
bool is_any);
- void emit_default_constructor (void);
+ void emit_default_constructor ();
void emit_default_constructor_alloc (be_decl *node);
@@ -75,7 +75,7 @@ private:
void emit_constructor_one_arg_alloc (be_decl *node);
- void emit_copy_constructor (void);
+ void emit_copy_constructor ();
void emit_copy_constructor_alloc (be_decl *node);