summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h
index 8affb65795e..290ea60d68d 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/valuetype_ch.h
@@ -32,7 +32,7 @@ public:
be_visitor_valuetype_ch (be_visitor_context *ctx);
/// destructor
- ~be_visitor_valuetype_ch (void);
+ ~be_visitor_valuetype_ch ();
virtual int visit_valuetype (be_valuetype *node);
virtual int visit_eventtype (be_eventtype *node);
@@ -40,8 +40,8 @@ public:
virtual int visit_operation (be_operation *node);
virtual int visit_field (be_field *node);
- void begin_public (void);
- void begin_private (void);
+ void begin_public ();
+ void begin_private ();
/// Helper method passed to the template method to generate code for
/// the operations of the parents of supported interfaces.