summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-07 14:43:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-07 14:43:23 +0100
commit874e40767131361bb6b2dd2fa73f98548cf34a2c (patch)
treea924cb70681f9771f76a1c3eadeba81f51590087 /TAO/TAO_IDL
parent884dcea8b196f72cb995de9f46d61a6ee6521222 (diff)
downloadATCD-874e40767131361bb6b2dd2fa73f98548cf34a2c.tar.gz
Remove redundant void from tao_idl
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/ast/ast_argument.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_array.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_attribute.cpp10
-rw-r--r--TAO/TAO_IDL/ast/ast_check.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_component.cpp10
-rw-r--r--TAO/TAO_IDL/ast/ast_component_fwd.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_concrete_type.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_connector.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_constant.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_consumes.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_decl.cpp64
-rw-r--r--TAO/TAO_IDL/ast/ast_emits.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_enum.cpp10
-rw-r--r--TAO/TAO_IDL/ast/ast_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_eventtype.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_exception.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_expression.cpp28
-rw-r--r--TAO/TAO_IDL/ast/ast_extended_port.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_factory.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_field.cpp10
-rw-r--r--TAO/TAO_IDL/ast/ast_finder.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_home.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp34
-rw-r--r--TAO/TAO_IDL/ast/ast_interface_fwd.cpp18
-rw-r--r--TAO/TAO_IDL/ast/ast_mirror_port.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_module.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_native.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_operation.cpp22
-rw-r--r--TAO/TAO_IDL/ast/ast_param_holder.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_porttype.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_predefined_type.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_provides.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_publishes.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_root.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_sequence.cpp14
-rw-r--r--TAO/TAO_IDL/ast/ast_string.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_structure.cpp24
-rw-r--r--TAO/TAO_IDL/ast/ast_structure_fwd.cpp12
-rw-r--r--TAO/TAO_IDL/ast/ast_template_module.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_template_module_inst.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_template_module_ref.cpp10
-rw-r--r--TAO/TAO_IDL/ast/ast_type.cpp18
-rw-r--r--TAO/TAO_IDL/ast/ast_typedef.cpp16
-rw-r--r--TAO/TAO_IDL/ast/ast_union.cpp16
-rw-r--r--TAO/TAO_IDL/ast/ast_union_branch.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_union_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_union_label.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_uses.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_valuebox.cpp6
-rw-r--r--TAO/TAO_IDL/ast/ast_valuetype.cpp22
-rw-r--r--TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_visitor.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_visitor_context.cpp8
-rw-r--r--TAO/TAO_IDL/ast/ast_visitor_reifying.cpp4
-rw-r--r--TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp2
-rw-r--r--TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_array.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_attribute.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp116
-rw-r--r--TAO/TAO_IDL/be/be_component.cpp20
-rw-r--r--TAO/TAO_IDL/be/be_component_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_connector.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_constant.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_consumes.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_decl.cpp96
-rw-r--r--TAO/TAO_IDL/be/be_emits.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_enum_val.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_eventtype.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_eventtype_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_exception.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_extended_port.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_factory.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_field.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_finder.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_global.cpp262
-rw-r--r--TAO/TAO_IDL/be/be_helper.cpp20
-rw-r--r--TAO/TAO_IDL/be/be_home.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp36
-rw-r--r--TAO/TAO_IDL/be/be_interface_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_mirror_port.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_module.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_native.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_null_return_emitter.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_operation.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_param_holder.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_porttype.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_predefined_type.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_provides.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_publishes.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_root.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_scope.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_sequence.cpp14
-rw-r--r--TAO/TAO_IDL/be/be_string.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_structure_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_template_module.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_template_module_inst.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_template_module_ref.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp18
-rw-r--r--TAO/TAO_IDL/be/be_typedef.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_union.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_union_branch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_union_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_union_label.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_uses.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_util.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_valuebox.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_valuetype.cpp32
-rw-r--r--TAO/TAO_IDL/be/be_valuetype_fwd.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_arg_traits.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/argument.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_assign.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_init.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_return.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp38
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component_scope.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_context.cpp34
-rw-r--r--TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_decl.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp14
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp8
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/any_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_null_return_value.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/argument.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/any_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_is.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_scope.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_template_export.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_traits.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp10
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp6
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp2
-rw-r--r--TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp4
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp8
-rw-r--r--TAO/TAO_IDL/fe/fe_component_header.cpp12
-rw-r--r--TAO/TAO_IDL/fe/fe_declarator.cpp8
-rw-r--r--TAO/TAO_IDL/fe/fe_extern.cpp8
-rw-r--r--TAO/TAO_IDL/fe/fe_home_header.cpp8
-rw-r--r--TAO/TAO_IDL/fe/fe_init.cpp14
-rw-r--r--TAO/TAO_IDL/fe/fe_interface_header.cpp22
-rw-r--r--TAO/TAO_IDL/fe/fe_obv_header.cpp14
-rw-r--r--TAO/TAO_IDL/fe/fe_utils.cpp8
-rw-r--r--TAO/TAO_IDL/fe/idl.tab.cpp6
-rw-r--r--TAO/TAO_IDL/fe/idl.yy.cpp62
-rw-r--r--TAO/TAO_IDL/tao_idl.cpp6
-rw-r--r--TAO/TAO_IDL/util/utl_decllist.cpp6
-rw-r--r--TAO/TAO_IDL/util/utl_err.cpp6
-rw-r--r--TAO/TAO_IDL/util/utl_exceptlist.cpp8
-rw-r--r--TAO/TAO_IDL/util/utl_exprlist.cpp6
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp152
-rw-r--r--TAO/TAO_IDL/util/utl_identifier.cpp14
-rw-r--r--TAO/TAO_IDL/util/utl_idlist.cpp12
-rw-r--r--TAO/TAO_IDL/util/utl_indenter.cpp6
-rw-r--r--TAO/TAO_IDL/util/utl_labellist.cpp8
-rw-r--r--TAO/TAO_IDL/util/utl_list.cpp14
-rw-r--r--TAO/TAO_IDL/util/utl_namelist.cpp8
-rw-r--r--TAO/TAO_IDL/util/utl_scope.cpp20
-rw-r--r--TAO/TAO_IDL/util/utl_stack.cpp24
-rw-r--r--TAO/TAO_IDL/util/utl_string.cpp8
-rw-r--r--TAO/TAO_IDL/util/utl_strlist.cpp12
422 files changed, 1365 insertions, 1365 deletions
diff --git a/TAO/TAO_IDL/ast/ast_argument.cpp b/TAO/TAO_IDL/ast/ast_argument.cpp
index cc0509097c0..0fbe32d0656 100644
--- a/TAO/TAO_IDL/ast/ast_argument.cpp
+++ b/TAO/TAO_IDL/ast/ast_argument.cpp
@@ -103,7 +103,7 @@ AST_Argument::AST_Argument (Direction d,
{
}
-AST_Argument::~AST_Argument (void)
+AST_Argument::~AST_Argument ()
{
}
@@ -123,13 +123,13 @@ AST_Argument::ast_accept (ast_visitor *visitor)
}
void
-AST_Argument::destroy (void)
+AST_Argument::destroy ()
{
this->AST_Field::destroy ();
}
AST_Argument::Direction
-AST_Argument::direction (void)
+AST_Argument::direction ()
{
return this->pd_direction;
}
diff --git a/TAO/TAO_IDL/ast/ast_array.cpp b/TAO/TAO_IDL/ast/ast_array.cpp
index 9a5294d4ecd..c3fa96be0b2 100644
--- a/TAO/TAO_IDL/ast/ast_array.cpp
+++ b/TAO/TAO_IDL/ast/ast_array.cpp
@@ -103,7 +103,7 @@ AST_Array::AST_Array (UTL_ScopedName *n,
nd);
}
-AST_Array::~AST_Array (void)
+AST_Array::~AST_Array ()
{
}
@@ -179,7 +179,7 @@ AST_Array::ast_accept (ast_visitor *visitor)
// Compute the size type of the node in question.
int
-AST_Array::compute_size_type (void)
+AST_Array::compute_size_type ()
{
AST_Type *type = this->base_type ();
@@ -201,19 +201,19 @@ AST_Array::compute_size_type (void)
// Data accessors.
ACE_CDR::ULong
-AST_Array::n_dims (void)
+AST_Array::n_dims ()
{
return this->pd_n_dims;
}
AST_Expression **
-AST_Array::dims (void)
+AST_Array::dims ()
{
return this->pd_dims;
}
AST_Type *
-AST_Array::base_type (void) const
+AST_Array::base_type () const
{
return this->pd_base_type;
}
@@ -233,13 +233,13 @@ AST_Array::set_base_type (AST_Type *nbt)
}
bool
-AST_Array::legal_for_primary_key (void) const
+AST_Array::legal_for_primary_key () const
{
return this->base_type ()->legal_for_primary_key ();
}
void
-AST_Array::destroy (void)
+AST_Array::destroy ()
{
if (this->owns_base_type_)
{
diff --git a/TAO/TAO_IDL/ast/ast_attribute.cpp b/TAO/TAO_IDL/ast/ast_attribute.cpp
index f0b9564da39..62d88dea065 100644
--- a/TAO/TAO_IDL/ast/ast_attribute.cpp
+++ b/TAO/TAO_IDL/ast/ast_attribute.cpp
@@ -99,7 +99,7 @@ AST_Attribute::AST_Attribute (bool ro,
{
}
-AST_Attribute::~AST_Attribute (void)
+AST_Attribute::~AST_Attribute ()
{
}
@@ -123,7 +123,7 @@ AST_Attribute::ast_accept (ast_visitor *visitor)
}
void
-AST_Attribute::destroy (void)
+AST_Attribute::destroy ()
{
// No need to delete our exception lists, the
// destroy() method does it. The UTL_ExceptList
@@ -180,19 +180,19 @@ AST_Attribute::be_add_set_exceptions (UTL_ExceptList *t)
// Data accessors.
bool
-AST_Attribute::readonly (void) const
+AST_Attribute::readonly () const
{
return this->pd_readonly;
}
UTL_ExceptList *
-AST_Attribute::get_get_exceptions (void) const
+AST_Attribute::get_get_exceptions () const
{
return this->pd_get_exceptions;
}
UTL_ExceptList *
-AST_Attribute::get_set_exceptions (void) const
+AST_Attribute::get_set_exceptions () const
{
return this->pd_set_exceptions;
}
diff --git a/TAO/TAO_IDL/ast/ast_check.cpp b/TAO/TAO_IDL/ast/ast_check.cpp
index bd9c5aa08f5..d02d58c2925 100644
--- a/TAO/TAO_IDL/ast/ast_check.cpp
+++ b/TAO/TAO_IDL/ast/ast_check.cpp
@@ -118,7 +118,7 @@ AST_record_fwd_decl (AST_Type *n)
// Check that all forward declared structs and unions were also defined.
TAO_IDL_FE_Export void
-AST_check_fwd_decls (void)
+AST_check_fwd_decls ()
{
AST_Type *d = nullptr;
diff --git a/TAO/TAO_IDL/ast/ast_component.cpp b/TAO/TAO_IDL/ast/ast_component.cpp
index 81b4d3f4578..a090a6276a9 100644
--- a/TAO/TAO_IDL/ast/ast_component.cpp
+++ b/TAO/TAO_IDL/ast/ast_component.cpp
@@ -46,7 +46,7 @@ AST_Component::AST_Component (UTL_ScopedName *n,
}
}
-AST_Component::~AST_Component (void)
+AST_Component::~AST_Component ()
{
}
@@ -127,19 +127,19 @@ AST_Component::look_in_supported (UTL_ScopedName *e,
}
AST_Component *
-AST_Component::base_component (void) const
+AST_Component::base_component () const
{
return this->pd_base_component;
}
AST_Type **
-AST_Component::supports (void) const
+AST_Component::supports () const
{
return this->inherits ();
}
long
-AST_Component::n_supports (void) const
+AST_Component::n_supports () const
{
return this->n_inherits ();
}
@@ -160,7 +160,7 @@ AST_Component::special_lookup (UTL_ScopedName *e,
}
void
-AST_Component::destroy (void)
+AST_Component::destroy ()
{
this->AST_Interface::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_component_fwd.cpp b/TAO/TAO_IDL/ast/ast_component_fwd.cpp
index 361faa89a99..8388f9450c2 100644
--- a/TAO/TAO_IDL/ast/ast_component_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_component_fwd.cpp
@@ -18,7 +18,7 @@ AST_ComponentFwd::AST_ComponentFwd (AST_Interface *dummy,
{
}
-AST_ComponentFwd::~AST_ComponentFwd (void)
+AST_ComponentFwd::~AST_ComponentFwd ()
{
}
@@ -40,13 +40,13 @@ AST_ComponentFwd::ast_accept (ast_visitor *visitor)
}
void
-AST_ComponentFwd::destroy (void)
+AST_ComponentFwd::destroy ()
{
this->AST_InterfaceFwd::destroy ();
}
bool
-AST_ComponentFwd::is_fwd (void)
+AST_ComponentFwd::is_fwd ()
{
return true; // This is a fwd declared type
}
diff --git a/TAO/TAO_IDL/ast/ast_concrete_type.cpp b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
index dc3c3648174..913f6c668ce 100644
--- a/TAO/TAO_IDL/ast/ast_concrete_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_concrete_type.cpp
@@ -77,12 +77,12 @@ AST_ConcreteType::AST_ConcreteType (AST_Decl::NodeType nt,
{
}
-AST_ConcreteType::~AST_ConcreteType (void)
+AST_ConcreteType::~AST_ConcreteType ()
{
}
void
-AST_ConcreteType::destroy (void)
+AST_ConcreteType::destroy ()
{
this->AST_Type::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_connector.cpp b/TAO/TAO_IDL/ast/ast_connector.cpp
index 136711e328c..0e201e54f1a 100644
--- a/TAO/TAO_IDL/ast/ast_connector.cpp
+++ b/TAO/TAO_IDL/ast/ast_connector.cpp
@@ -38,18 +38,18 @@ AST_Connector::AST_Connector (
}
}
-AST_Connector::~AST_Connector (void)
+AST_Connector::~AST_Connector ()
{
}
AST_Connector *
-AST_Connector::base_connector (void) const
+AST_Connector::base_connector () const
{
return dynamic_cast<AST_Connector*> (this->pd_base_component);
}
void
-AST_Connector::destroy (void)
+AST_Connector::destroy ()
{
this->AST_Component::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_constant.cpp b/TAO/TAO_IDL/ast/ast_constant.cpp
index 99dea8cd83e..52eab82cd74 100644
--- a/TAO/TAO_IDL/ast/ast_constant.cpp
+++ b/TAO/TAO_IDL/ast/ast_constant.cpp
@@ -171,7 +171,7 @@ AST_Constant::AST_Constant (AST_Expression::ExprType t,
}
}
-AST_Constant::~AST_Constant (void)
+AST_Constant::~AST_Constant ()
{
}
@@ -199,7 +199,7 @@ AST_Constant::ast_accept (ast_visitor *visitor)
}
void
-AST_Constant::destroy (void)
+AST_Constant::destroy ()
{
if (this->pd_constant_value != nullptr)
{
@@ -214,19 +214,19 @@ AST_Constant::destroy (void)
// Data accessors.
AST_Expression *
-AST_Constant::constant_value (void)
+AST_Constant::constant_value ()
{
return this->pd_constant_value;
}
AST_Expression::ExprType
-AST_Constant::et (void)
+AST_Constant::et ()
{
return this->pd_et;
}
bool
-AST_Constant::ifr_added (void)
+AST_Constant::ifr_added ()
{
return this->ifr_added_;
}
@@ -238,7 +238,7 @@ AST_Constant::ifr_added (bool val)
}
const char *
-AST_Constant::exprtype_to_string (void)
+AST_Constant::exprtype_to_string ()
{
switch (this->pd_et)
{
@@ -284,7 +284,7 @@ AST_Constant::exprtype_to_string (void)
}
UTL_ScopedName *
-AST_Constant::enum_full_name (void)
+AST_Constant::enum_full_name ()
{
if (this->pd_et == AST_Expression::EV_enum)
{
diff --git a/TAO/TAO_IDL/ast/ast_consumes.cpp b/TAO/TAO_IDL/ast/ast_consumes.cpp
index 48720706f83..e2a4422bbeb 100644
--- a/TAO/TAO_IDL/ast/ast_consumes.cpp
+++ b/TAO/TAO_IDL/ast/ast_consumes.cpp
@@ -16,12 +16,12 @@ AST_Consumes::AST_Consumes (UTL_ScopedName *n,
{
}
-AST_Consumes::~AST_Consumes (void)
+AST_Consumes::~AST_Consumes ()
{
}
AST_Type *
-AST_Consumes::consumes_type (void) const
+AST_Consumes::consumes_type () const
{
return this->field_type ();
}
@@ -40,7 +40,7 @@ AST_Consumes::ast_accept (ast_visitor *visitor)
}
void
-AST_Consumes::destroy (void)
+AST_Consumes::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_decl.cpp b/TAO/TAO_IDL/ast/ast_decl.cpp
index b92e68eff73..5ad0e4bb1c1 100644
--- a/TAO/TAO_IDL/ast/ast_decl.cpp
+++ b/TAO/TAO_IDL/ast/ast_decl.cpp
@@ -91,17 +91,17 @@ COMMON_Base::COMMON_Base (bool local,
{
}
-COMMON_Base::~COMMON_Base (void)
+COMMON_Base::~COMMON_Base ()
{
}
void
-COMMON_Base::destroy (void)
+COMMON_Base::destroy ()
{
}
bool
-COMMON_Base::is_local (void)
+COMMON_Base::is_local ()
{
return this->is_local_;
}
@@ -113,7 +113,7 @@ COMMON_Base::is_local (bool val)
}
bool
-COMMON_Base::is_abstract (void) const
+COMMON_Base::is_abstract () const
{
return this->is_abstract_;
}
@@ -218,12 +218,12 @@ AST_Decl::AST_Decl (
this->compute_repoID ();
}
-AST_Decl::~AST_Decl (void)
+AST_Decl::~AST_Decl ()
{
}
void
-AST_Decl::destroy (void)
+AST_Decl::destroy ()
{
// These are not set for the root node.
if (this->pd_name)
@@ -282,7 +282,7 @@ AST_Decl::adjust_found (
}
bool
-AST_Decl::is_fwd (void)
+AST_Decl::is_fwd ()
{
return false; // Not a fwd declared type (by default)
}
@@ -408,7 +408,7 @@ AST_Decl::set_prefix_with_typeprefix_r (const char *value,
// Compute stringified fully scoped name.
void
-AST_Decl::compute_full_name (void)
+AST_Decl::compute_full_name ()
{
if (!this->full_name_)
{
@@ -486,7 +486,7 @@ AST_Decl::compute_full_name (void)
// Compute stringified repository ID.
void
-AST_Decl::compute_repoID (void)
+AST_Decl::compute_repoID ()
{
if (this->repoID_)
{
@@ -647,7 +647,7 @@ AST_Decl::compute_repoID (void)
// Public operations.
const char *
-AST_Decl::flat_name (void)
+AST_Decl::flat_name ()
{
if (!this->flat_name_)
{
@@ -659,7 +659,7 @@ AST_Decl::flat_name (void)
// Compute stringified flattened fully scoped name.
void
-AST_Decl::compute_flat_name (void)
+AST_Decl::compute_flat_name ()
{
if (this->flat_name_ == nullptr)
{
@@ -908,7 +908,7 @@ AST_Decl::is_child (AST_Decl *s)
}
bool
-AST_Decl::is_nested (void)
+AST_Decl::is_nested ()
{
AST_Decl *d = ScopeAsDecl (this->defined_in ());
@@ -941,7 +941,7 @@ AST_Decl::ast_accept (ast_visitor *visitor)
// Data accessors.
const char *
-AST_Decl::full_name (void)
+AST_Decl::full_name ()
{
if (!this->full_name_)
{
@@ -952,7 +952,7 @@ AST_Decl::full_name (void)
}
const char *
-AST_Decl::repoID (void)
+AST_Decl::repoID ()
{
if (this->pd_node_type == NT_root)
{
@@ -976,7 +976,7 @@ AST_Decl::repoID (char *value)
}
const char *
-AST_Decl::prefix (void)
+AST_Decl::prefix ()
{
return this->prefix_;
}
@@ -989,7 +989,7 @@ AST_Decl::prefix (const char *value)
}
const char *
-AST_Decl::version (void)
+AST_Decl::version ()
{
if (!this->version_)
{
@@ -1055,7 +1055,7 @@ AST_Decl::version (char *value)
}
bool
-AST_Decl::anonymous (void) const
+AST_Decl::anonymous () const
{
return this->anonymous_;
}
@@ -1067,7 +1067,7 @@ AST_Decl::anonymous (bool val)
}
bool
-AST_Decl::typeid_set (void) const
+AST_Decl::typeid_set () const
{
return this->typeid_set_;
}
@@ -1157,7 +1157,7 @@ AST_Decl::set_prefix_with_typeprefix (const char *value)
}
bool
-AST_Decl::imported (void)
+AST_Decl::imported ()
{
return this->pd_imported;
}
@@ -1169,7 +1169,7 @@ AST_Decl::set_imported (bool is_it)
}
bool
-AST_Decl::in_main_file (void)
+AST_Decl::in_main_file ()
{
return this->pd_in_main_file;
}
@@ -1181,7 +1181,7 @@ AST_Decl::set_in_main_file (bool is_it)
}
UTL_Scope *
-AST_Decl::defined_in (void)
+AST_Decl::defined_in ()
{
return this->pd_defined_in;
}
@@ -1193,13 +1193,13 @@ AST_Decl::set_defined_in (UTL_Scope *s)
}
AST_Decl::NodeType
-AST_Decl::node_type (void)
+AST_Decl::node_type ()
{
return this->pd_node_type;
}
long
-AST_Decl::line (void)
+AST_Decl::line ()
{
return this->pd_line;
}
@@ -1211,7 +1211,7 @@ AST_Decl::set_line (long l)
}
ACE_CString &
-AST_Decl::file_name (void)
+AST_Decl::file_name ()
{
return this->pd_file_name;
}
@@ -1223,7 +1223,7 @@ AST_Decl::set_file_name (ACE_CString s)
}
UTL_ScopedName *
-AST_Decl::name (void)
+AST_Decl::name ()
{
return this->pd_name;
}
@@ -1344,7 +1344,7 @@ AST_Decl::set_name (UTL_ScopedName *n)
}
Identifier *
-AST_Decl::local_name (void)
+AST_Decl::local_name ()
{
return this->pd_local_name;
}
@@ -1417,13 +1417,13 @@ AST_Decl::original_local_name (Identifier *local_name)
}
Identifier *
-AST_Decl::original_local_name (void)
+AST_Decl::original_local_name ()
{
return this->pd_original_local_name;
}
bool
-AST_Decl::is_defined (void)
+AST_Decl::is_defined ()
{
// AST_Interface, AST_Structure, and AST_Union will
// override this, as will AST_InterfaceFwd, etc.
@@ -1431,7 +1431,7 @@ AST_Decl::is_defined (void)
}
UTL_ScopedName *
-AST_Decl::last_referenced_as (void) const
+AST_Decl::last_referenced_as () const
{
return this->last_referenced_as_;
}
@@ -1449,7 +1449,7 @@ AST_Decl::last_referenced_as (UTL_ScopedName *n)
}
UTL_Scope *
-AST_Decl::prefix_scope (void)
+AST_Decl::prefix_scope ()
{
return this->prefix_scope_;
}
@@ -1462,7 +1462,7 @@ AST_Decl::prefix_scope (UTL_Scope *s)
// Container types will override this.
int
-AST_Decl::contains_wstring (void)
+AST_Decl::contains_wstring ()
{
if (this->contains_wstring_ == -1)
{
@@ -1557,7 +1557,7 @@ AST_Decl::masking_checks (AST_Decl *mod)
}
bool
-AST_Decl::in_tmpl_mod_not_aliased (void) const
+AST_Decl::in_tmpl_mod_not_aliased () const
{
return this->in_tmpl_mod_not_aliased_;
}
diff --git a/TAO/TAO_IDL/ast/ast_emits.cpp b/TAO/TAO_IDL/ast/ast_emits.cpp
index eaecaea725f..e77f67efde7 100644
--- a/TAO/TAO_IDL/ast/ast_emits.cpp
+++ b/TAO/TAO_IDL/ast/ast_emits.cpp
@@ -15,12 +15,12 @@ AST_Emits::AST_Emits (UTL_ScopedName *n,
{
}
-AST_Emits::~AST_Emits (void)
+AST_Emits::~AST_Emits ()
{
}
AST_Type *
-AST_Emits::emits_type (void) const
+AST_Emits::emits_type () const
{
return this->field_type ();
}
@@ -39,7 +39,7 @@ AST_Emits::ast_accept (ast_visitor *visitor)
}
void
-AST_Emits::destroy (void)
+AST_Emits::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_enum.cpp b/TAO/TAO_IDL/ast/ast_enum.cpp
index 3393f2a3366..8ac617c213b 100644
--- a/TAO/TAO_IDL/ast/ast_enum.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum.cpp
@@ -91,13 +91,13 @@ AST_Enum::AST_Enum (UTL_ScopedName *n,
this->size_type (AST_Type::FIXED);
}
-AST_Enum::~AST_Enum (void)
+AST_Enum::~AST_Enum ()
{
}
// Return the member count.
int
-AST_Enum::member_count (void)
+AST_Enum::member_count ()
{
if (this->member_count_ == -1)
{
@@ -171,7 +171,7 @@ AST_Enum::lookup_by_value (const AST_Expression *v)
// Compute the value to be assigned to the next enumerator. Bump the
// counter.
unsigned long
-AST_Enum::next_enum_val (void)
+AST_Enum::next_enum_val ()
{
unsigned long i = pd_enum_counter++;
@@ -215,7 +215,7 @@ munge_name_for_enumval (UTL_ScopedName *n,
// Compute total number of members.
int
-AST_Enum::compute_member_count (void)
+AST_Enum::compute_member_count ()
{
this->member_count_ = 0;
@@ -366,7 +366,7 @@ AST_Enum::ast_accept (ast_visitor *visitor)
}
void
-AST_Enum::destroy (void)
+AST_Enum::destroy ()
{
this->UTL_Scope::destroy ();
this->AST_ConcreteType::destroy ();
diff --git a/TAO/TAO_IDL/ast/ast_enum_val.cpp b/TAO/TAO_IDL/ast/ast_enum_val.cpp
index 9b53f2352c1..6c5c26d9661 100644
--- a/TAO/TAO_IDL/ast/ast_enum_val.cpp
+++ b/TAO/TAO_IDL/ast/ast_enum_val.cpp
@@ -84,7 +84,7 @@ AST_EnumVal::AST_EnumVal (ACE_CDR::ULong v,
{
}
-AST_EnumVal::~AST_EnumVal (void)
+AST_EnumVal::~AST_EnumVal ()
{
}
diff --git a/TAO/TAO_IDL/ast/ast_eventtype.cpp b/TAO/TAO_IDL/ast/ast_eventtype.cpp
index 98de5fa0ca3..16e4b5fba32 100644
--- a/TAO/TAO_IDL/ast/ast_eventtype.cpp
+++ b/TAO/TAO_IDL/ast/ast_eventtype.cpp
@@ -49,12 +49,12 @@ AST_EventType::AST_EventType (UTL_ScopedName *n,
{
}
-AST_EventType::~AST_EventType (void)
+AST_EventType::~AST_EventType ()
{
}
void
-AST_EventType::destroy (void)
+AST_EventType::destroy ()
{
this->AST_ValueType::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp b/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
index f9c02872ec6..276c28a5795 100644
--- a/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
@@ -21,7 +21,7 @@ AST_EventTypeFwd::AST_EventTypeFwd (AST_Interface *dummy,
{
}
-AST_EventTypeFwd::~AST_EventTypeFwd (void)
+AST_EventTypeFwd::~AST_EventTypeFwd ()
{
}
@@ -48,6 +48,6 @@ AST_EventTypeFwd::ast_accept (ast_visitor *visitor)
}
void
-AST_EventTypeFwd::destroy (void)
+AST_EventTypeFwd::destroy ()
{
}
diff --git a/TAO/TAO_IDL/ast/ast_exception.cpp b/TAO/TAO_IDL/ast/ast_exception.cpp
index 78ede718bd2..f57812ca7eb 100644
--- a/TAO/TAO_IDL/ast/ast_exception.cpp
+++ b/TAO/TAO_IDL/ast/ast_exception.cpp
@@ -100,7 +100,7 @@ AST_Exception::AST_Exception (UTL_ScopedName *n,
{
}
-AST_Exception::~AST_Exception (void)
+AST_Exception::~AST_Exception ()
{
}
@@ -198,7 +198,7 @@ AST_Exception::ast_accept (ast_visitor *visitor)
}
void
-AST_Exception::destroy (void)
+AST_Exception::destroy ()
{
this->AST_Structure::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_expression.cpp b/TAO/TAO_IDL/ast/ast_expression.cpp
index e437c82e818..781a35d2a72 100644
--- a/TAO/TAO_IDL/ast/ast_expression.cpp
+++ b/TAO/TAO_IDL/ast/ast_expression.cpp
@@ -87,7 +87,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// Helper function to fill out the details of where this expression
// is defined.
void
-AST_Expression::fill_definition_details (void)
+AST_Expression::fill_definition_details ()
{
this->pd_defined_in = idl_global->scopes ().depth () > 0
? idl_global->scopes().top ()
@@ -509,12 +509,12 @@ AST_Expression::AST_Expression (const ACE_CDR::Fixed &f)
this->pd_ev->u.fixedval = f;
}
-AST_Expression::~AST_Expression (void)
+AST_Expression::~AST_Expression ()
{
destroy ();
}
-AST_Expression::AST_ExprValue::AST_ExprValue (void)
+AST_Expression::AST_ExprValue::AST_ExprValue ()
{
this->u.ulval = 0UL;
this->et = AST_Expression::EV_none;
@@ -2960,13 +2960,13 @@ AST_Expression::compare (AST_Expression *vc)
}
AST_Decl *
-AST_Expression::get_tdef (void) const
+AST_Expression::get_tdef () const
{
return this->tdef;
}
AST_Param_Holder *
-AST_Expression::param_holder (void) const
+AST_Expression::param_holder () const
{
return this->param_holder_;
}
@@ -3178,7 +3178,7 @@ AST_Expression::ast_accept (ast_visitor *visitor)
}
void
-AST_Expression::destroy (void)
+AST_Expression::destroy ()
{
if (nullptr != this->pd_ev)
{
@@ -3229,7 +3229,7 @@ AST_Expression::destroy (void)
// Data accessors.
UTL_Scope *
-AST_Expression::defined_in (void)
+AST_Expression::defined_in ()
{
return this->pd_defined_in;
}
@@ -3241,7 +3241,7 @@ AST_Expression::set_defined_in (UTL_Scope *d)
}
long
-AST_Expression::line (void)
+AST_Expression::line ()
{
return this->pd_line;
}
@@ -3253,7 +3253,7 @@ AST_Expression::set_line (long l)
}
UTL_String *
-AST_Expression::file_name (void)
+AST_Expression::file_name ()
{
return this->pd_file_name;
}
@@ -3265,13 +3265,13 @@ AST_Expression::set_file_name (UTL_String *f)
}
AST_Expression::ExprComb
-AST_Expression::ec (void)
+AST_Expression::ec ()
{
return this->pd_ec;
}
AST_Expression::AST_ExprValue *
-AST_Expression::ev (void)
+AST_Expression::ev ()
{
return this->pd_ev;
}
@@ -3284,7 +3284,7 @@ AST_Expression::set_ev (AST_Expression::AST_ExprValue *new_ev)
}
AST_Expression *
-AST_Expression::v1 (void)
+AST_Expression::v1 ()
{
return this->pd_v1;
}
@@ -3296,7 +3296,7 @@ AST_Expression::set_v1 (AST_Expression *e)
}
AST_Expression *
-AST_Expression::v2 (void)
+AST_Expression::v2 ()
{
return this->pd_v2;
}
@@ -3308,7 +3308,7 @@ AST_Expression::set_v2 (AST_Expression *e)
}
UTL_ScopedName *
-AST_Expression::n (void)
+AST_Expression::n ()
{
return this->pd_n;
}
diff --git a/TAO/TAO_IDL/ast/ast_extended_port.cpp b/TAO/TAO_IDL/ast/ast_extended_port.cpp
index 18bd45e6a9f..9ccf53c71c7 100644
--- a/TAO/TAO_IDL/ast/ast_extended_port.cpp
+++ b/TAO/TAO_IDL/ast/ast_extended_port.cpp
@@ -21,18 +21,18 @@ AST_Extended_Port::AST_Extended_Port (
{
}
-AST_Extended_Port::~AST_Extended_Port (void)
+AST_Extended_Port::~AST_Extended_Port ()
{
}
AST_PortType *
-AST_Extended_Port::port_type (void) const
+AST_Extended_Port::port_type () const
{
return dynamic_cast<AST_PortType*> (this->field_type ());
}
void
-AST_Extended_Port::destroy (void)
+AST_Extended_Port::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_factory.cpp b/TAO/TAO_IDL/ast/ast_factory.cpp
index 01c03c9cf90..de340aaaea0 100644
--- a/TAO/TAO_IDL/ast/ast_factory.cpp
+++ b/TAO/TAO_IDL/ast/ast_factory.cpp
@@ -93,27 +93,27 @@ AST_Factory::AST_Factory (UTL_ScopedName *n)
{
}
-AST_Factory::~AST_Factory (void)
+AST_Factory::~AST_Factory ()
{
}
// Public operations.
UTL_ExceptList *
-AST_Factory::exceptions (void)
+AST_Factory::exceptions ()
{
return this->pd_exceptions;
}
int
-AST_Factory::n_exceptions (void)
+AST_Factory::n_exceptions ()
{
return this->pd_n_exceptions;
}
// Return the member count.
int
-AST_Factory::argument_count (void)
+AST_Factory::argument_count ()
{
this->compute_argument_attr ();
@@ -122,7 +122,7 @@ AST_Factory::argument_count (void)
// Return if any argument or the return type is a <native> type.
int
-AST_Factory::has_native (void)
+AST_Factory::has_native ()
{
this->compute_argument_attr ();
@@ -130,7 +130,7 @@ AST_Factory::has_native (void)
}
void
-AST_Factory::destroy (void)
+AST_Factory::destroy ()
{
if (nullptr != this->pd_exceptions)
{
@@ -163,7 +163,7 @@ AST_Factory::be_add_exceptions (UTL_ExceptList *t)
// Compute total number of members.
int
-AST_Factory::compute_argument_attr (void)
+AST_Factory::compute_argument_attr ()
{
if (this->argument_count_ != -1)
{
diff --git a/TAO/TAO_IDL/ast/ast_field.cpp b/TAO/TAO_IDL/ast/ast_field.cpp
index 8c70b35c599..bc0ea1e35c8 100644
--- a/TAO/TAO_IDL/ast/ast_field.cpp
+++ b/TAO/TAO_IDL/ast/ast_field.cpp
@@ -161,7 +161,7 @@ AST_Field::AST_Field (
// be an issue here.
}
-AST_Field::~AST_Field (void)
+AST_Field::~AST_Field ()
{
}
@@ -196,7 +196,7 @@ AST_Field::ast_accept (ast_visitor *visitor)
}
void
-AST_Field::destroy (void)
+AST_Field::destroy ()
{
if (this->owns_base_type_ && this->ref_type_)
{
@@ -209,13 +209,13 @@ AST_Field::destroy (void)
}
AST_Type *
-AST_Field::field_type (void) const
+AST_Field::field_type () const
{
return this->ref_type_;
}
AST_Field::Visibility
-AST_Field::visibility (void) const
+AST_Field::visibility () const
{
return this->visibility_;
}
@@ -227,7 +227,7 @@ AST_Field::visibility (AST_Field::Visibility val)
}
int
-AST_Field::contains_wstring (void)
+AST_Field::contains_wstring ()
{
return this->ref_type_->contains_wstring ();
}
diff --git a/TAO/TAO_IDL/ast/ast_finder.cpp b/TAO/TAO_IDL/ast/ast_finder.cpp
index b16ad2b375d..f745c3362a5 100644
--- a/TAO/TAO_IDL/ast/ast_finder.cpp
+++ b/TAO/TAO_IDL/ast/ast_finder.cpp
@@ -16,12 +16,12 @@ AST_Finder::AST_Finder (UTL_ScopedName *n)
{
}
-AST_Finder::~AST_Finder (void)
+AST_Finder::~AST_Finder ()
{
}
void
-AST_Finder::destroy (void)
+AST_Finder::destroy ()
{
this->AST_Factory::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_home.cpp b/TAO/TAO_IDL/ast/ast_home.cpp
index 94125b24147..e4a5bd8c72a 100644
--- a/TAO/TAO_IDL/ast/ast_home.cpp
+++ b/TAO/TAO_IDL/ast/ast_home.cpp
@@ -56,7 +56,7 @@ AST_Home::AST_Home (UTL_ScopedName *n,
}
}
-AST_Home::~AST_Home (void)
+AST_Home::~AST_Home ()
{
}
@@ -135,7 +135,7 @@ AST_Home::special_lookup (UTL_ScopedName *e,
}
AST_Home *
-AST_Home::base_home (void) const
+AST_Home::base_home () const
{
return this->pd_base_home;
}
@@ -144,7 +144,7 @@ AST_Home::base_home (void) const
// create separate visitors for homes in the back end.
AST_Type **
-AST_Home::supports (void) const
+AST_Home::supports () const
{
return
this->pd_base_home == nullptr
@@ -153,19 +153,19 @@ AST_Home::supports (void) const
}
long
-AST_Home::n_supports (void) const
+AST_Home::n_supports () const
{
return this->n_inherits ();
}
AST_Component *
-AST_Home::managed_component (void) const
+AST_Home::managed_component () const
{
return this->pd_managed_component;
}
AST_Type *
-AST_Home::primary_key (void) const
+AST_Home::primary_key () const
{
return this->pd_primary_key;
}
@@ -205,7 +205,7 @@ AST_Home::transfer_scope_elements (AST_Interface *dst)
}
void
-AST_Home::destroy (void)
+AST_Home::destroy ()
{
// If it's a param holder, it was created on the fly.
if (owns_primary_key_)
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index 10c016d309f..45558733013 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -145,7 +145,7 @@ AST_Interface::AST_Interface (UTL_ScopedName *n,
}
}
-AST_Interface::~AST_Interface (void)
+AST_Interface::~AST_Interface ()
{
}
@@ -167,7 +167,7 @@ AST_Interface::be_add_operation (AST_Operation *op)
}
bool
-AST_Interface::is_defined (void)
+AST_Interface::is_defined ()
{
// Each instance of a forward declared interface no
// longer has a redefined full definition, so we
@@ -458,7 +458,7 @@ AST_Interface::redef_clash_populate_r (AST_Type *t)
}
bool
-AST_Interface::home_equiv (void) const
+AST_Interface::home_equiv () const
{
return this->home_equiv_;
}
@@ -470,7 +470,7 @@ AST_Interface::home_equiv (bool val)
}
AST_InterfaceFwd *
-AST_Interface::fwd_decl (void) const
+AST_Interface::fwd_decl () const
{
return this->fwd_decl_;
}
@@ -612,43 +612,43 @@ AST_Interface::redefine (AST_Interface *from)
// Data accessors.
AST_Type **
-AST_Interface::inherits (void) const
+AST_Interface::inherits () const
{
return this->pd_inherits;
}
long
-AST_Interface::n_inherits (void) const
+AST_Interface::n_inherits () const
{
return this->pd_n_inherits;
}
AST_Interface **
-AST_Interface::inherits_flat (void) const
+AST_Interface::inherits_flat () const
{
return this->pd_inherits_flat;
}
long
-AST_Interface::n_inherits_flat (void) const
+AST_Interface::n_inherits_flat () const
{
return pd_n_inherits_flat;
}
ACE_Unbounded_Queue<AST_Type *> &
-AST_Interface::get_insert_queue (void)
+AST_Interface::get_insert_queue ()
{
return this->insert_queue;
}
ACE_Unbounded_Queue<AST_Type *> &
-AST_Interface::get_del_queue (void)
+AST_Interface::get_del_queue ()
{
return this->del_queue;
}
bool
-AST_Interface::redef_clash (void)
+AST_Interface::redef_clash ()
{
this->insert_queue.reset ();
this->redef_clash_populate_r (this);
@@ -943,7 +943,7 @@ AST_Interface::lookup_for_add (AST_Decl *d)
}
int
-AST_Interface::has_mixed_parentage (void)
+AST_Interface::has_mixed_parentage ()
{
if (this->is_abstract_)
{
@@ -968,7 +968,7 @@ AST_Interface::has_mixed_parentage (void)
}
void
-AST_Interface::analyze_parentage (void)
+AST_Interface::analyze_parentage ()
{
if (this->has_mixed_parentage_ != -1)
{
@@ -1030,7 +1030,7 @@ AST_Interface::analyze_parentage (void)
}
bool
-AST_Interface::legal_for_primary_key (void) const
+AST_Interface::legal_for_primary_key () const
{
return false;
}
@@ -1058,7 +1058,7 @@ AST_Interface::special_lookup (UTL_ScopedName *e,
}
AST_Interface *
-AST_Interface::ami_handler (void) const
+AST_Interface::ami_handler () const
{
return this->ami_handler_;
}
@@ -1070,7 +1070,7 @@ AST_Interface::ami_handler (AST_Interface *handler)
}
AST_Interface *
-AST_Interface::ami4ccm_uses (void) const
+AST_Interface::ami4ccm_uses () const
{
return this->ami4ccm_uses_;
}
@@ -1082,7 +1082,7 @@ AST_Interface::ami4ccm_uses (AST_Interface *implied)
}
void
-AST_Interface::destroy (void)
+AST_Interface::destroy ()
{
for (ACE_Unbounded_Queue_Iterator<AST_Type *> i (
this->param_holders_);
diff --git a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
index 651cd763d7a..ade2471f7f1 100644
--- a/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface_fwd.cpp
@@ -98,34 +98,34 @@ AST_InterfaceFwd::AST_InterfaceFwd (AST_Interface *dummy,
}
}
-AST_InterfaceFwd::~AST_InterfaceFwd (void)
+AST_InterfaceFwd::~AST_InterfaceFwd ()
{
}
// Private operations.
bool
-AST_InterfaceFwd::is_local (void)
+AST_InterfaceFwd::is_local ()
{
return this->full_definition ()->is_local ();
}
bool
-AST_InterfaceFwd::is_valuetype (void)
+AST_InterfaceFwd::is_valuetype ()
{
AST_Decl::NodeType nt = this->full_definition ()->node_type ();
return nt == AST_Decl::NT_valuetype || nt == AST_Decl::NT_eventtype;
}
bool
-AST_InterfaceFwd::is_abstract_valuetype (void)
+AST_InterfaceFwd::is_abstract_valuetype ()
{
return (this->full_definition ()->is_abstract ()
&& this->is_valuetype ());
}
bool
-AST_InterfaceFwd::full_def_seen (void)
+AST_InterfaceFwd::full_def_seen ()
{
UTL_Scope *s = this->defined_in ();
AST_Interface *i = nullptr;
@@ -199,7 +199,7 @@ AST_InterfaceFwd::ast_accept (ast_visitor *visitor)
// Data accessors.
AST_Interface *
-AST_InterfaceFwd::full_definition (void)
+AST_InterfaceFwd::full_definition ()
{
return this->pd_full_definition;
}
@@ -217,7 +217,7 @@ AST_InterfaceFwd::set_full_definition (AST_Interface *nfd)
}
bool
-AST_InterfaceFwd::is_defined (void)
+AST_InterfaceFwd::is_defined ()
{
// Look for the one instance of the fwd decl
// that may have a full definition.
@@ -272,7 +272,7 @@ AST_InterfaceFwd::disown_full_definition ()
}
void
-AST_InterfaceFwd::destroy (void)
+AST_InterfaceFwd::destroy ()
{
if (has_ownership_)
{
@@ -283,7 +283,7 @@ AST_InterfaceFwd::destroy (void)
}
bool
-AST_InterfaceFwd::is_fwd (void)
+AST_InterfaceFwd::is_fwd ()
{
return true; // This is a fwd declared type
}
diff --git a/TAO/TAO_IDL/ast/ast_mirror_port.cpp b/TAO/TAO_IDL/ast/ast_mirror_port.cpp
index c9456fa137a..7739c36e2d4 100644
--- a/TAO/TAO_IDL/ast/ast_mirror_port.cpp
+++ b/TAO/TAO_IDL/ast/ast_mirror_port.cpp
@@ -24,12 +24,12 @@ AST_Mirror_Port::AST_Mirror_Port (
{
}
-AST_Mirror_Port::~AST_Mirror_Port (void)
+AST_Mirror_Port::~AST_Mirror_Port ()
{
}
void
-AST_Mirror_Port::destroy (void)
+AST_Mirror_Port::destroy ()
{
this->AST_Extended_Port::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_module.cpp b/TAO/TAO_IDL/ast/ast_module.cpp
index 8be259c0559..53645653611 100644
--- a/TAO/TAO_IDL/ast/ast_module.cpp
+++ b/TAO/TAO_IDL/ast/ast_module.cpp
@@ -120,12 +120,12 @@ AST_Module::AST_Module (UTL_ScopedName *n, AST_Module *previous)
// below.
}
-AST_Module::~AST_Module (void)
+AST_Module::~AST_Module ()
{
}
void
-AST_Module::destroy (void)
+AST_Module::destroy ()
{
this->UTL_Scope::destroy ();
this->AST_Decl::destroy ();
@@ -156,7 +156,7 @@ AST_Module::adjust_found (
// Involved in OBV_ namespace generation.
void
-AST_Module::set_has_nested_valuetype (void)
+AST_Module::set_has_nested_valuetype ()
{
UTL_Scope *parent = this->defined_in ();
if (parent && !this->pd_has_nested_valuetype_)
@@ -172,7 +172,7 @@ AST_Module::set_has_nested_valuetype (void)
}
bool
-AST_Module::has_nested_valuetype (void)
+AST_Module::has_nested_valuetype ()
{
return this->pd_has_nested_valuetype_;
}
@@ -306,7 +306,7 @@ AST_Module::ast_accept (ast_visitor *visitor)
}
AST_Template_Module_Inst *
-AST_Module::from_inst (void) const
+AST_Module::from_inst () const
{
return this->from_inst_;
}
@@ -318,7 +318,7 @@ AST_Module::from_inst (AST_Template_Module_Inst *node)
}
AST_Template_Module_Ref *
-AST_Module::from_ref (void) const
+AST_Module::from_ref () const
{
return this->from_ref_;
}
@@ -599,7 +599,7 @@ AST_Module::fe_add_porttype (AST_PortType *t)
}
void
-AST_Module::reset_last_in_same_parent_scope (void)
+AST_Module::reset_last_in_same_parent_scope ()
{
this->last_in_same_parent_scope_ = this;
}
diff --git a/TAO/TAO_IDL/ast/ast_native.cpp b/TAO/TAO_IDL/ast/ast_native.cpp
index a07ccfc1e33..6eeb3410bc5 100644
--- a/TAO/TAO_IDL/ast/ast_native.cpp
+++ b/TAO/TAO_IDL/ast/ast_native.cpp
@@ -23,12 +23,12 @@ AST_Native::AST_Native (UTL_ScopedName *n)
{
}
-AST_Native::~AST_Native (void)
+AST_Native::~AST_Native ()
{
}
void
-AST_Native::destroy (void)
+AST_Native::destroy ()
{
this->AST_Exception::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_operation.cpp b/TAO/TAO_IDL/ast/ast_operation.cpp
index 98c0742ab85..6c293079ce0 100644
--- a/TAO/TAO_IDL/ast/ast_operation.cpp
+++ b/TAO/TAO_IDL/ast/ast_operation.cpp
@@ -133,14 +133,14 @@ AST_Operation::AST_Operation (AST_Type *rt,
}
}
-AST_Operation::~AST_Operation (void)
+AST_Operation::~AST_Operation ()
{
}
// Public operations.
bool
-AST_Operation::void_return_type (void)
+AST_Operation::void_return_type ()
{
AST_Type* type = this->return_type ();
@@ -151,7 +151,7 @@ AST_Operation::void_return_type (void)
// Return the member count.
int
-AST_Operation::argument_count (void)
+AST_Operation::argument_count ()
{
this->compute_argument_attr ();
@@ -160,7 +160,7 @@ AST_Operation::argument_count (void)
// Return the IN/INOUT member flag.
bool
-AST_Operation::has_in_arguments (void)
+AST_Operation::has_in_arguments ()
{
this->compute_argument_attr ();
@@ -190,7 +190,7 @@ AST_Operation::count_arguments_with_direction (int direction_mask)
// Return if any argument or the return type is a <native> type.
int
-AST_Operation::has_native (void)
+AST_Operation::has_native ()
{
this->compute_argument_attr ();
@@ -198,7 +198,7 @@ AST_Operation::has_native (void)
}
void
-AST_Operation::destroy (void)
+AST_Operation::destroy ()
{
// No need to delete our exception list, the
// destroy() method does it. The UTL_ExceptList
@@ -235,7 +235,7 @@ AST_Operation::be_add_exceptions (UTL_ExceptList *t)
// Compute total number of members.
int
-AST_Operation::compute_argument_attr (void)
+AST_Operation::compute_argument_attr ()
{
if (this->argument_count_ != -1)
{
@@ -533,25 +533,25 @@ AST_Operation::ast_accept (ast_visitor *visitor)
// Data accessors
AST_Type *
-AST_Operation::return_type (void)
+AST_Operation::return_type ()
{
return this->pd_return_type;
}
AST_Operation::Flags
-AST_Operation::flags (void)
+AST_Operation::flags ()
{
return this->pd_flags;
}
UTL_StrList *
-AST_Operation::context (void)
+AST_Operation::context ()
{
return this->pd_context;
}
UTL_ExceptList *
-AST_Operation::exceptions (void)
+AST_Operation::exceptions ()
{
return this->pd_exceptions;
}
diff --git a/TAO/TAO_IDL/ast/ast_param_holder.cpp b/TAO/TAO_IDL/ast/ast_param_holder.cpp
index aa4ac97a198..3a2f8959305 100644
--- a/TAO/TAO_IDL/ast/ast_param_holder.cpp
+++ b/TAO/TAO_IDL/ast/ast_param_holder.cpp
@@ -18,18 +18,18 @@ AST_Param_Holder::AST_Param_Holder (UTL_ScopedName *parameter_name,
{
}
-AST_Param_Holder::~AST_Param_Holder (void)
+AST_Param_Holder::~AST_Param_Holder ()
{
}
FE_Utils::T_Param_Info const *
-AST_Param_Holder::info (void) const
+AST_Param_Holder::info () const
{
return this->info_;
}
void
-AST_Param_Holder::destroy (void)
+AST_Param_Holder::destroy ()
{
this->AST_Type::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_porttype.cpp b/TAO/TAO_IDL/ast/ast_porttype.cpp
index ac501556b4b..3ad65bc45ae 100644
--- a/TAO/TAO_IDL/ast/ast_porttype.cpp
+++ b/TAO/TAO_IDL/ast/ast_porttype.cpp
@@ -22,12 +22,12 @@ AST_PortType::AST_PortType (UTL_ScopedName *n)
{
}
-AST_PortType::~AST_PortType (void)
+AST_PortType::~AST_PortType ()
{
}
void
-AST_PortType::destroy (void)
+AST_PortType::destroy ()
{
this->UTL_Scope::destroy ();
this->AST_Type::destroy ();
diff --git a/TAO/TAO_IDL/ast/ast_predefined_type.cpp b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
index 1e71009b033..e52ee5f0ab7 100644
--- a/TAO/TAO_IDL/ast/ast_predefined_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_predefined_type.cpp
@@ -221,7 +221,7 @@ AST_PredefinedType::AST_PredefinedType (PredefinedType t,
this->set_name (new_name);
}
-AST_PredefinedType::~AST_PredefinedType (void)
+AST_PredefinedType::~AST_PredefinedType ()
{
}
@@ -236,7 +236,7 @@ AST_PredefinedType::dump (ACE_OSTREAM_TYPE &o)
// Compute the size type of the node in question.
int
-AST_PredefinedType::compute_size_type (void)
+AST_PredefinedType::compute_size_type ()
{
switch (this->pd_pt)
{
@@ -260,7 +260,7 @@ AST_PredefinedType::ast_accept (ast_visitor *visitor)
}
void
-AST_PredefinedType::destroy (void)
+AST_PredefinedType::destroy ()
{
this->AST_ConcreteType::destroy ();
}
@@ -268,7 +268,7 @@ AST_PredefinedType::destroy (void)
// Data accessors.
AST_PredefinedType::PredefinedType
-AST_PredefinedType::pt (void)
+AST_PredefinedType::pt ()
{
return this->pd_pt;
}
diff --git a/TAO/TAO_IDL/ast/ast_provides.cpp b/TAO/TAO_IDL/ast/ast_provides.cpp
index aa7e07267f6..e2b65156668 100644
--- a/TAO/TAO_IDL/ast/ast_provides.cpp
+++ b/TAO/TAO_IDL/ast/ast_provides.cpp
@@ -16,12 +16,12 @@ AST_Provides::AST_Provides (UTL_ScopedName *n,
{
}
-AST_Provides::~AST_Provides (void)
+AST_Provides::~AST_Provides ()
{
}
AST_Type *
-AST_Provides::provides_type (void) const
+AST_Provides::provides_type () const
{
return this->field_type ();
}
@@ -40,7 +40,7 @@ AST_Provides::ast_accept (ast_visitor *visitor)
}
void
-AST_Provides::destroy (void)
+AST_Provides::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_publishes.cpp b/TAO/TAO_IDL/ast/ast_publishes.cpp
index 7d44b54be22..eef6365b304 100644
--- a/TAO/TAO_IDL/ast/ast_publishes.cpp
+++ b/TAO/TAO_IDL/ast/ast_publishes.cpp
@@ -15,12 +15,12 @@ AST_Publishes::AST_Publishes (UTL_ScopedName *n,
{
}
-AST_Publishes::~AST_Publishes (void)
+AST_Publishes::~AST_Publishes ()
{
}
AST_Type *
-AST_Publishes::publishes_type (void) const
+AST_Publishes::publishes_type () const
{
return this->field_type ();
}
@@ -39,7 +39,7 @@ AST_Publishes::ast_accept (ast_visitor *visitor)
}
void
-AST_Publishes::destroy (void)
+AST_Publishes::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp
index b102233d5f2..dd4aa334b79 100644
--- a/TAO/TAO_IDL/ast/ast_root.cpp
+++ b/TAO/TAO_IDL/ast/ast_root.cpp
@@ -88,14 +88,14 @@ AST_Root::AST_Root (UTL_ScopedName *n)
{
}
-AST_Root::~AST_Root (void)
+AST_Root::~AST_Root ()
{
}
// Overrides the one in UTL_Scope - this one doesn't
// count the predefined types.
unsigned long
-AST_Root::nmembers (void)
+AST_Root::nmembers ()
{
unsigned long retval = 0;
@@ -169,7 +169,7 @@ AST_Root::ast_accept (ast_visitor *visitor)
}
void
-AST_Root::destroy (void)
+AST_Root::destroy ()
{
long i = 0;
AST_Decl *d = nullptr;
@@ -215,7 +215,7 @@ AST_Root::destroy (void)
}
void
-AST_Root::fini (void)
+AST_Root::fini ()
{
this->UTL_Scope::destroy ();
this->AST_Decl::destroy ();
diff --git a/TAO/TAO_IDL/ast/ast_sequence.cpp b/TAO/TAO_IDL/ast/ast_sequence.cpp
index 1747a0234d4..94dcbd97893 100644
--- a/TAO/TAO_IDL/ast/ast_sequence.cpp
+++ b/TAO/TAO_IDL/ast/ast_sequence.cpp
@@ -144,7 +144,7 @@ AST_Sequence::AST_Sequence (AST_Expression *ms,
|| nt == AST_Decl::NT_param_holder;
}
-AST_Sequence::~AST_Sequence (void)
+AST_Sequence::~AST_Sequence ()
{
}
@@ -234,37 +234,37 @@ AST_Sequence::ast_accept (ast_visitor *visitor)
// Data accessors.
AST_Expression *
-AST_Sequence::max_size (void)
+AST_Sequence::max_size ()
{
return this->pd_max_size;
}
AST_Type *
-AST_Sequence::base_type (void) const
+AST_Sequence::base_type () const
{
return this->pd_base_type;
}
bool
-AST_Sequence::unbounded (void) const
+AST_Sequence::unbounded () const
{
return this->unbounded_;
}
bool
-AST_Sequence::legal_for_primary_key (void) const
+AST_Sequence::legal_for_primary_key () const
{
return this->base_type ()->legal_for_primary_key ();
}
bool
-AST_Sequence::is_defined (void)
+AST_Sequence::is_defined ()
{
return this->pd_base_type->is_defined ();
}
void
-AST_Sequence::destroy (void)
+AST_Sequence::destroy ()
{
if (this->owns_base_type_)
{
diff --git a/TAO/TAO_IDL/ast/ast_string.cpp b/TAO/TAO_IDL/ast/ast_string.cpp
index 8ba0f1126be..def9fe8cf8f 100644
--- a/TAO/TAO_IDL/ast/ast_string.cpp
+++ b/TAO/TAO_IDL/ast/ast_string.cpp
@@ -148,7 +148,7 @@ AST_String::AST_String (AST_Decl::NodeType nt,
this->flat_name_ = ACE::strnew (namebuf);
}
-AST_String::~AST_String (void)
+AST_String::~AST_String ()
{
}
@@ -170,7 +170,7 @@ AST_String::ast_accept (ast_visitor *visitor)
}
void
-AST_String::destroy (void)
+AST_String::destroy ()
{
this->pd_max_size->destroy ();
delete this->pd_max_size;
@@ -182,13 +182,13 @@ AST_String::destroy (void)
// Data accessors.
AST_Expression *
-AST_String::max_size (void)
+AST_String::max_size ()
{
return this->pd_max_size;
}
long
-AST_String::width (void)
+AST_String::width ()
{
return this->pd_width;
}
diff --git a/TAO/TAO_IDL/ast/ast_structure.cpp b/TAO/TAO_IDL/ast/ast_structure.cpp
index f18c4c0d48a..ded678d4057 100644
--- a/TAO/TAO_IDL/ast/ast_structure.cpp
+++ b/TAO/TAO_IDL/ast/ast_structure.cpp
@@ -118,7 +118,7 @@ AST_Structure::AST_Structure (AST_Decl::NodeType nt,
{
}
-AST_Structure::~AST_Structure (void)
+AST_Structure::~AST_Structure ()
{
destroy ();
}
@@ -202,7 +202,7 @@ AST_Structure::in_recursion (ACE_Unbounded_Queue<AST_Type *> &list)
}
int
-AST_Structure::member_count (void)
+AST_Structure::member_count ()
{
if (this->member_count_ == -1)
{
@@ -213,7 +213,7 @@ AST_Structure::member_count (void)
}
ACE_CDR::ULong
-AST_Structure::nfields (void) const
+AST_Structure::nfields () const
{
return ACE_Utils::truncate_cast<ACE_CDR::ULong> (this->fields_.size ());
}
@@ -226,7 +226,7 @@ AST_Structure::field (AST_Field **&result,
}
bool
-AST_Structure::is_local (void)
+AST_Structure::is_local ()
{
if (this->local_struct_ == -1)
{
@@ -259,7 +259,7 @@ AST_Structure::is_local (void)
}
int
-AST_Structure::contains_wstring (void)
+AST_Structure::contains_wstring ()
{
if (this->contains_wstring_ == -1)
{
@@ -281,13 +281,13 @@ AST_Structure::contains_wstring (void)
}
bool
-AST_Structure::is_defined (void)
+AST_Structure::is_defined ()
{
return nullptr == this->fwd_decl_ || this->fwd_decl_->is_defined ();
}
bool
-AST_Structure::legal_for_primary_key (void) const
+AST_Structure::legal_for_primary_key () const
{
bool retval = true;
@@ -316,7 +316,7 @@ AST_Structure::legal_for_primary_key (void) const
}
AST_StructureFwd *
-AST_Structure::fwd_decl (void) const
+AST_Structure::fwd_decl () const
{
return this->fwd_decl_;
}
@@ -328,7 +328,7 @@ AST_Structure::fwd_decl (AST_StructureFwd *node)
}
ACE_Unbounded_Queue<AST_Field *> &
-AST_Structure::fields (void)
+AST_Structure::fields ()
{
return this->fields_;
}
@@ -371,7 +371,7 @@ AST_Structure::fe_add_enum_val (AST_EnumVal *t)
// Compute total number of members.
int
-AST_Structure::compute_member_count (void)
+AST_Structure::compute_member_count ()
{
this->member_count_ = 0;
@@ -532,7 +532,7 @@ AST_Structure::redefine (AST_Structure *from)
// Compute the size type of the node in question.
int
-AST_Structure::compute_size_type (void)
+AST_Structure::compute_size_type ()
{
for (UTL_ScopeActiveIterator si (this, UTL_Scope::IK_decls);
!si.is_done ();
@@ -574,7 +574,7 @@ AST_Structure::ast_accept (ast_visitor *visitor)
}
void
-AST_Structure::destroy (void)
+AST_Structure::destroy ()
{
this->AST_ConcreteType::destroy ();
this->UTL_Scope::destroy ();
diff --git a/TAO/TAO_IDL/ast/ast_structure_fwd.cpp b/TAO/TAO_IDL/ast/ast_structure_fwd.cpp
index 7508232512a..86543660d4c 100644
--- a/TAO/TAO_IDL/ast/ast_structure_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_structure_fwd.cpp
@@ -23,7 +23,7 @@ AST_StructureFwd::AST_StructureFwd (AST_Structure *full_defn,
{
}
-AST_StructureFwd::~AST_StructureFwd (void)
+AST_StructureFwd::~AST_StructureFwd ()
{
}
@@ -46,7 +46,7 @@ AST_StructureFwd::ast_accept (ast_visitor *visitor)
// Data accessors.
AST_Structure *
-AST_StructureFwd::full_definition (void)
+AST_StructureFwd::full_definition ()
{
return this->pd_full_definition;
}
@@ -63,19 +63,19 @@ AST_StructureFwd::set_full_definition (AST_Structure *nfd)
}
bool
-AST_StructureFwd::is_defined (void)
+AST_StructureFwd::is_defined ()
{
return this->is_defined_;
}
void
-AST_StructureFwd::set_as_defined (void)
+AST_StructureFwd::set_as_defined ()
{
this->is_defined_ = true;
}
void
-AST_StructureFwd::destroy (void)
+AST_StructureFwd::destroy ()
{
if (!this->is_defined_ && nullptr != this->pd_full_definition)
{
@@ -88,7 +88,7 @@ AST_StructureFwd::destroy (void)
}
bool
-AST_StructureFwd::is_fwd (void)
+AST_StructureFwd::is_fwd ()
{
return true; // This is a fwd declared type
}
diff --git a/TAO/TAO_IDL/ast/ast_template_module.cpp b/TAO/TAO_IDL/ast/ast_template_module.cpp
index ed80af0a4b3..6383e2167bf 100644
--- a/TAO/TAO_IDL/ast/ast_template_module.cpp
+++ b/TAO/TAO_IDL/ast/ast_template_module.cpp
@@ -29,12 +29,12 @@ AST_Template_Module::AST_Template_Module (
{
}
-AST_Template_Module::~AST_Template_Module (void)
+AST_Template_Module::~AST_Template_Module ()
{
}
FE_Utils::T_PARAMLIST_INFO *
-AST_Template_Module::template_params (void) const
+AST_Template_Module::template_params () const
{
return this->template_params_;
}
@@ -141,7 +141,7 @@ AST_Template_Module::match_param_refs (UTL_StrList *refs,
}
void
-AST_Template_Module::destroy (void)
+AST_Template_Module::destroy ()
{
delete this->template_params_;
this->template_params_ = nullptr;
diff --git a/TAO/TAO_IDL/ast/ast_template_module_inst.cpp b/TAO/TAO_IDL/ast/ast_template_module_inst.cpp
index 9a5ca38cb38..cc973cd8e82 100644
--- a/TAO/TAO_IDL/ast/ast_template_module_inst.cpp
+++ b/TAO/TAO_IDL/ast/ast_template_module_inst.cpp
@@ -20,18 +20,18 @@ AST_Template_Module_Inst::AST_Template_Module_Inst (
{
}
-AST_Template_Module_Inst::~AST_Template_Module_Inst (void)
+AST_Template_Module_Inst::~AST_Template_Module_Inst ()
{
}
AST_Template_Module *
-AST_Template_Module_Inst::ref (void) const
+AST_Template_Module_Inst::ref () const
{
return dynamic_cast<AST_Template_Module*> (this->field_type ());
}
FE_Utils::T_ARGLIST const *
-AST_Template_Module_Inst::template_args (void) const
+AST_Template_Module_Inst::template_args () const
{
return this->template_args_;
}
@@ -43,7 +43,7 @@ AST_Template_Module_Inst::dump (ACE_OSTREAM_TYPE &)
}
void
-AST_Template_Module_Inst::destroy (void)
+AST_Template_Module_Inst::destroy ()
{
this->template_args_->destroy ();
delete this->template_args_;
diff --git a/TAO/TAO_IDL/ast/ast_template_module_ref.cpp b/TAO/TAO_IDL/ast/ast_template_module_ref.cpp
index d99aea1d280..b12bc7100e6 100644
--- a/TAO/TAO_IDL/ast/ast_template_module_ref.cpp
+++ b/TAO/TAO_IDL/ast/ast_template_module_ref.cpp
@@ -23,18 +23,18 @@ AST_Template_Module_Ref::AST_Template_Module_Ref (
{
}
-AST_Template_Module_Ref::~AST_Template_Module_Ref (void)
+AST_Template_Module_Ref::~AST_Template_Module_Ref ()
{
}
AST_Template_Module *
-AST_Template_Module_Ref::ref (void) const
+AST_Template_Module_Ref::ref () const
{
return dynamic_cast<AST_Template_Module*> (this->field_type ());
}
UTL_StrList *
-AST_Template_Module_Ref::param_refs (void) const
+AST_Template_Module_Ref::param_refs () const
{
return this->param_refs_;
}
@@ -46,7 +46,7 @@ AST_Template_Module_Ref::dump (ACE_OSTREAM_TYPE &)
}
void
-AST_Template_Module_Ref::destroy (void)
+AST_Template_Module_Ref::destroy ()
{
this->param_refs_->destroy ();
delete this->param_refs_;
@@ -76,7 +76,7 @@ AST_Template_Module_Ref::adjust_found (
}
bool
-AST_Template_Module_Ref::processed (void) const
+AST_Template_Module_Ref::processed () const
{
return this->processed_;
}
diff --git a/TAO/TAO_IDL/ast/ast_type.cpp b/TAO/TAO_IDL/ast/ast_type.cpp
index 7de482fe6e4..08c9d0059f9 100644
--- a/TAO/TAO_IDL/ast/ast_type.cpp
+++ b/TAO/TAO_IDL/ast/ast_type.cpp
@@ -91,7 +91,7 @@ AST_Type::AST_Type (AST_Decl::NodeType nt,
{
}
-AST_Type::~AST_Type (void)
+AST_Type::~AST_Type ()
{
destroy ();
}
@@ -100,7 +100,7 @@ AST_Type::~AST_Type (void)
// Return our size type.
AST_Type::SIZE_TYPE
-AST_Type::size_type (void)
+AST_Type::size_type ()
{
if (this->size_type_ == AST_Type::SIZE_UNKNOWN)
{
@@ -131,7 +131,7 @@ AST_Type::size_type (AST_Type::SIZE_TYPE st)
// Compute the size type of the node in question
int
-AST_Type::compute_size_type (void)
+AST_Type::compute_size_type ()
{
return 0;
}
@@ -144,7 +144,7 @@ AST_Type::in_recursion (ACE_Unbounded_Queue<AST_Type *> & /*list*/)
}
bool
-AST_Type::ifr_added (void)
+AST_Type::ifr_added ()
{
return this->ifr_added_;
}
@@ -156,7 +156,7 @@ AST_Type::ifr_added (bool val)
}
bool
-AST_Type::ifr_fwd_added (void)
+AST_Type::ifr_fwd_added ()
{
return this->ifr_fwd_added_;
}
@@ -168,7 +168,7 @@ AST_Type::ifr_fwd_added (bool val)
}
bool
-AST_Type::has_constructor (void)
+AST_Type::has_constructor ()
{
return this->has_constructor_;
}
@@ -209,7 +209,7 @@ AST_Type::nested_type_name (AST_Decl *use_scope,
}
AST_Type *
-AST_Type::unaliased_type (void)
+AST_Type::unaliased_type ()
{
AST_Type *t = this;
AST_Typedef *td = nullptr;
@@ -226,7 +226,7 @@ AST_Type::unaliased_type (void)
}
bool
-AST_Type::legal_for_primary_key (void) const
+AST_Type::legal_for_primary_key () const
{
return true;
}
@@ -535,7 +535,7 @@ AST_Type::ast_accept (ast_visitor *visitor)
}
void
-AST_Type::destroy (void)
+AST_Type::destroy ()
{
delete [] this->nested_type_name_;
this->nested_type_name_ = nullptr;
diff --git a/TAO/TAO_IDL/ast/ast_typedef.cpp b/TAO/TAO_IDL/ast/ast_typedef.cpp
index d76cad36244..4e5bca93988 100644
--- a/TAO/TAO_IDL/ast/ast_typedef.cpp
+++ b/TAO/TAO_IDL/ast/ast_typedef.cpp
@@ -97,14 +97,14 @@ AST_Typedef::AST_Typedef (AST_Type *bt,
{
}
-AST_Typedef::~AST_Typedef (void)
+AST_Typedef::~AST_Typedef ()
{
}
// Given a typedef node, traverse the chain of base types until they are no
// more typedefs, and return that most primitive base type.
AST_Type *
-AST_Typedef::primitive_base_type (void) const
+AST_Typedef::primitive_base_type () const
{
AST_Type *d = const_cast<AST_Typedef *> (this);
AST_Typedef *temp = nullptr;
@@ -121,25 +121,25 @@ AST_Typedef::primitive_base_type (void) const
// Redefinition of inherited virtual operations.
AST_Type *
-AST_Typedef::base_type (void) const
+AST_Typedef::base_type () const
{
return this->ref_type_;
}
bool
-AST_Typedef::legal_for_primary_key (void) const
+AST_Typedef::legal_for_primary_key () const
{
return this->primitive_base_type ()->legal_for_primary_key ();
}
bool
-AST_Typedef::is_local (void)
+AST_Typedef::is_local ()
{
return this->ref_type_->is_local ();
}
bool
-AST_Typedef::owns_base_type (void) const
+AST_Typedef::owns_base_type () const
{
return this->owns_base_type_;
}
@@ -162,7 +162,7 @@ AST_Typedef::dump (ACE_OSTREAM_TYPE &o)
// Compute the size type of the node in question.
int
-AST_Typedef::compute_size_type (void)
+AST_Typedef::compute_size_type ()
{
AST_Type *type = this->ref_type_;
@@ -190,7 +190,7 @@ AST_Typedef::ast_accept (ast_visitor *visitor)
}
void
-AST_Typedef::destroy (void)
+AST_Typedef::destroy ()
{
this->AST_Field::destroy ();
this->AST_Type::destroy ();
diff --git a/TAO/TAO_IDL/ast/ast_union.cpp b/TAO/TAO_IDL/ast/ast_union.cpp
index 5e15b08d45b..34bb18159a8 100644
--- a/TAO/TAO_IDL/ast/ast_union.cpp
+++ b/TAO/TAO_IDL/ast/ast_union.cpp
@@ -191,7 +191,7 @@ AST_Union::AST_Union (AST_ConcreteType *dt,
}
}
-AST_Union::~AST_Union (void)
+AST_Union::~AST_Union ()
{
}
@@ -220,7 +220,7 @@ AST_Union::redefine (AST_Structure *from)
// Return the default_index.
int
-AST_Union::default_index (void)
+AST_Union::default_index ()
{
if (this->default_index_ == -2)
{
@@ -309,7 +309,7 @@ AST_Union::in_recursion (ACE_Unbounded_Queue<AST_Type *> &list)
// Look up the default branch in union.
AST_UnionBranch *
-AST_Union::lookup_default (void)
+AST_Union::lookup_default ()
{
AST_UnionBranch *b = nullptr;
AST_Decl *d = nullptr;
@@ -527,7 +527,7 @@ AST_Union::default_value (AST_Union::DefaultValue &dv)
// Determine the default value (if any).
int
-AST_Union::compute_default_value (void)
+AST_Union::compute_default_value ()
{
// Check if we really need a default value. This will be true if there is an
// explicit default case OR if an implicit default exists because not all
@@ -862,7 +862,7 @@ AST_Union::compute_default_value (void)
// Compute the default index.
int
-AST_Union::compute_default_index (void)
+AST_Union::compute_default_index ()
{
AST_Decl *d = nullptr;
AST_UnionBranch *ub = nullptr;
@@ -976,7 +976,7 @@ AST_Union::dump (ACE_OSTREAM_TYPE &o)
// Compute the size type of the node in question.
int
-AST_Union::compute_size_type (void)
+AST_Union::compute_size_type ()
{
for (UTL_ScopeActiveIterator si (this, UTL_Scope::IK_decls);
!si.is_done ();
@@ -1021,13 +1021,13 @@ AST_Union::ast_accept (ast_visitor *visitor)
// Data accessors.
AST_ConcreteType *
-AST_Union::disc_type (void)
+AST_Union::disc_type ()
{
return this->pd_disc_type;
}
AST_Expression::ExprType
-AST_Union::udisc_type (void)
+AST_Union::udisc_type ()
{
return this->pd_udisc_type;
}
diff --git a/TAO/TAO_IDL/ast/ast_union_branch.cpp b/TAO/TAO_IDL/ast/ast_union_branch.cpp
index ca7a968330f..e3748740404 100644
--- a/TAO/TAO_IDL/ast/ast_union_branch.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_branch.cpp
@@ -94,7 +94,7 @@ AST_UnionBranch::AST_UnionBranch (UTL_LabelList *ll,
{
}
-AST_UnionBranch::~AST_UnionBranch (void)
+AST_UnionBranch::~AST_UnionBranch ()
{
}
@@ -130,7 +130,7 @@ AST_UnionBranch::ast_accept (ast_visitor *visitor)
}
void
-AST_UnionBranch::destroy (void)
+AST_UnionBranch::destroy ()
{
this->pd_ll->destroy ();
delete this->pd_ll;
@@ -140,7 +140,7 @@ AST_UnionBranch::destroy (void)
}
UTL_LabelList *
-AST_UnionBranch::labels (void) const
+AST_UnionBranch::labels () const
{
return this->pd_ll;
}
@@ -166,7 +166,7 @@ AST_UnionBranch::label (unsigned long index)
}
unsigned long
-AST_UnionBranch::label_list_length (void)
+AST_UnionBranch::label_list_length ()
{
if (this->pd_ll)
{
diff --git a/TAO/TAO_IDL/ast/ast_union_fwd.cpp b/TAO/TAO_IDL/ast/ast_union_fwd.cpp
index 97aa9e76881..26b00ec7e71 100644
--- a/TAO/TAO_IDL/ast/ast_union_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_fwd.cpp
@@ -23,7 +23,7 @@ AST_UnionFwd::AST_UnionFwd (AST_Union *dummy,
{
}
-AST_UnionFwd::~AST_UnionFwd (void)
+AST_UnionFwd::~AST_UnionFwd ()
{
}
@@ -44,7 +44,7 @@ AST_UnionFwd::ast_accept (ast_visitor *visitor)
}
void
-AST_UnionFwd::destroy (void)
+AST_UnionFwd::destroy ()
{
this->AST_StructureFwd::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_union_label.cpp b/TAO/TAO_IDL/ast/ast_union_label.cpp
index 91d89f84bd9..e84e554fe26 100644
--- a/TAO/TAO_IDL/ast/ast_union_label.cpp
+++ b/TAO/TAO_IDL/ast/ast_union_label.cpp
@@ -85,7 +85,7 @@ AST_UnionLabel::AST_UnionLabel (UnionLabel lk,
}
}
-AST_UnionLabel::~AST_UnionLabel (void)
+AST_UnionLabel::~AST_UnionLabel ()
{
}
@@ -112,7 +112,7 @@ AST_UnionLabel::ast_accept (ast_visitor *visitor)
}
void
-AST_UnionLabel::destroy (void)
+AST_UnionLabel::destroy ()
{
// Otherwise (default label) our label value is 0.
if (UL_label == this->pd_label_kind)
@@ -126,13 +126,13 @@ AST_UnionLabel::destroy (void)
// Data accessors.
AST_UnionLabel::UnionLabel
-AST_UnionLabel::label_kind (void)
+AST_UnionLabel::label_kind ()
{
return this->pd_label_kind;
}
AST_Expression *
-AST_UnionLabel::label_val (void)
+AST_UnionLabel::label_val ()
{
return this->pd_label_val;
}
diff --git a/TAO/TAO_IDL/ast/ast_uses.cpp b/TAO/TAO_IDL/ast/ast_uses.cpp
index b770da8229a..14c36fcf911 100644
--- a/TAO/TAO_IDL/ast/ast_uses.cpp
+++ b/TAO/TAO_IDL/ast/ast_uses.cpp
@@ -18,18 +18,18 @@ AST_Uses::AST_Uses (UTL_ScopedName *n,
{
}
-AST_Uses::~AST_Uses (void)
+AST_Uses::~AST_Uses ()
{
}
AST_Type *
-AST_Uses::uses_type (void) const
+AST_Uses::uses_type () const
{
return this->field_type ();
}
bool
-AST_Uses::is_multiple (void) const
+AST_Uses::is_multiple () const
{
return this->is_multiple_;
}
@@ -48,7 +48,7 @@ AST_Uses::ast_accept (ast_visitor *visitor)
}
void
-AST_Uses::destroy (void)
+AST_Uses::destroy ()
{
this->AST_Field::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_valuebox.cpp b/TAO/TAO_IDL/ast/ast_valuebox.cpp
index 87ea113e996..f0e70503289 100644
--- a/TAO/TAO_IDL/ast/ast_valuebox.cpp
+++ b/TAO/TAO_IDL/ast/ast_valuebox.cpp
@@ -17,12 +17,12 @@ AST_ValueBox::AST_ValueBox (UTL_ScopedName *n,
{
}
-AST_ValueBox::~AST_ValueBox (void)
+AST_ValueBox::~AST_ValueBox ()
{
}
AST_Type *
-AST_ValueBox::boxed_type (void) const
+AST_ValueBox::boxed_type () const
{
return this->pd_boxed_type;
}
@@ -45,7 +45,7 @@ AST_ValueBox::ast_accept (ast_visitor *visitor)
}
void
-AST_ValueBox::destroy (void)
+AST_ValueBox::destroy ()
{
this->AST_ConcreteType::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_valuetype.cpp b/TAO/TAO_IDL/ast/ast_valuetype.cpp
index 8df73c43d5e..5bce86c9f98 100644
--- a/TAO/TAO_IDL/ast/ast_valuetype.cpp
+++ b/TAO/TAO_IDL/ast/ast_valuetype.cpp
@@ -77,7 +77,7 @@ AST_ValueType::AST_ValueType (UTL_ScopedName *n,
}
}
-AST_ValueType::~AST_ValueType (void)
+AST_ValueType::~AST_ValueType ()
{
}
@@ -204,43 +204,43 @@ AST_ValueType::redefine (AST_Interface *from)
}
AST_Type **
-AST_ValueType::supports (void) const
+AST_ValueType::supports () const
{
return this->pd_supports;
}
long
-AST_ValueType::n_supports (void) const
+AST_ValueType::n_supports () const
{
return this->pd_n_supports;
}
AST_Type *
-AST_ValueType::inherits_concrete (void) const
+AST_ValueType::inherits_concrete () const
{
return this->pd_inherits_concrete;
}
AST_Type *
-AST_ValueType::supports_concrete (void) const
+AST_ValueType::supports_concrete () const
{
return this->pd_supports_concrete;
}
bool
-AST_ValueType::truncatable (void) const
+AST_ValueType::truncatable () const
{
return this->pd_truncatable;
}
bool
-AST_ValueType::custom (void) const
+AST_ValueType::custom () const
{
return this->pd_custom;
}
bool
-AST_ValueType::will_have_factory (void)
+AST_ValueType::will_have_factory ()
{
return false;
}
@@ -335,7 +335,7 @@ AST_ValueType::special_lookup (UTL_ScopedName *e,
}
bool
-AST_ValueType::legal_for_primary_key (void) const
+AST_ValueType::legal_for_primary_key () const
{
AST_ValueType *pk_base = this->lookup_primary_key_base ();
@@ -395,7 +395,7 @@ AST_ValueType::legal_for_primary_key (void) const
}
void
-AST_ValueType::destroy (void)
+AST_ValueType::destroy ()
{
this->AST_Interface::destroy ();
@@ -516,7 +516,7 @@ AST_ValueType::derived_from_primary_key_base (const AST_ValueType *node,
}
AST_ValueType *
-AST_ValueType::lookup_primary_key_base (void) const
+AST_ValueType::lookup_primary_key_base () const
{
AST_ValueType *retval = idl_global->primary_key_base ();
diff --git a/TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp b/TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp
index 09c082c9f20..301ded280b3 100644
--- a/TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp
+++ b/TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp
@@ -19,7 +19,7 @@ AST_ValueTypeFwd::AST_ValueTypeFwd (AST_Interface *dummy,
{
}
-AST_ValueTypeFwd::~AST_ValueTypeFwd (void)
+AST_ValueTypeFwd::~AST_ValueTypeFwd ()
{
}
@@ -46,7 +46,7 @@ AST_ValueTypeFwd::ast_accept (ast_visitor *visitor)
}
void
-AST_ValueTypeFwd::destroy (void)
+AST_ValueTypeFwd::destroy ()
{
this->AST_InterfaceFwd::destroy ();
}
diff --git a/TAO/TAO_IDL/ast/ast_visitor.cpp b/TAO/TAO_IDL/ast/ast_visitor.cpp
index 662179b4154..d90421c3d82 100644
--- a/TAO/TAO_IDL/ast/ast_visitor.cpp
+++ b/TAO/TAO_IDL/ast/ast_visitor.cpp
@@ -1,11 +1,11 @@
#include "ast_visitor.h"
#include "ace/config-all.h"
-ast_visitor::ast_visitor (void)
+ast_visitor::ast_visitor ()
{
}
-ast_visitor::~ast_visitor (void)
+ast_visitor::~ast_visitor ()
{
}
diff --git a/TAO/TAO_IDL/ast/ast_visitor_context.cpp b/TAO/TAO_IDL/ast/ast_visitor_context.cpp
index 4ea0767a563..d08b49cc2c3 100644
--- a/TAO/TAO_IDL/ast/ast_visitor_context.cpp
+++ b/TAO/TAO_IDL/ast/ast_visitor_context.cpp
@@ -12,7 +12,7 @@
#include "ast_visitor_context.h"
-ast_visitor_context::ast_visitor_context (void)
+ast_visitor_context::ast_visitor_context ()
: template_params_ (nullptr),
template_args_ (nullptr)
{
@@ -24,12 +24,12 @@ ast_visitor_context::ast_visitor_context (const ast_visitor_context &ctx)
{
}
-ast_visitor_context::~ast_visitor_context (void)
+ast_visitor_context::~ast_visitor_context ()
{
}
FE_Utils::T_PARAMLIST_INFO *
-ast_visitor_context::template_params (void) const
+ast_visitor_context::template_params () const
{
return this->template_params_;
}
@@ -41,7 +41,7 @@ ast_visitor_context::template_params (FE_Utils::T_PARAMLIST_INFO *params)
}
FE_Utils::T_ARGLIST const *
-ast_visitor_context::template_args (void) const
+ast_visitor_context::template_args () const
{
return this->template_args_;
}
diff --git a/TAO/TAO_IDL/ast/ast_visitor_reifying.cpp b/TAO/TAO_IDL/ast/ast_visitor_reifying.cpp
index 3409df49814..c3282d8947e 100644
--- a/TAO/TAO_IDL/ast/ast_visitor_reifying.cpp
+++ b/TAO/TAO_IDL/ast/ast_visitor_reifying.cpp
@@ -42,12 +42,12 @@ ast_visitor_reifying::ast_visitor_reifying (
{
}
-ast_visitor_reifying::~ast_visitor_reifying (void)
+ast_visitor_reifying::~ast_visitor_reifying ()
{
}
AST_Decl *
-ast_visitor_reifying::reified_node (void) const
+ast_visitor_reifying::reified_node () const
{
return this->reified_node_;
}
diff --git a/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp b/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp
index 48a41a75afd..759370f41a3 100644
--- a/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp
+++ b/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp
@@ -62,7 +62,7 @@ ast_visitor_tmpl_module_inst::ast_visitor_tmpl_module_inst (
{
}
-ast_visitor_tmpl_module_inst::~ast_visitor_tmpl_module_inst (void)
+ast_visitor_tmpl_module_inst::~ast_visitor_tmpl_module_inst ()
{
}
diff --git a/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp b/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp
index 87b91c971b0..e96bb6a8121 100644
--- a/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp
+++ b/TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp
@@ -22,7 +22,7 @@ ast_visitor_tmpl_module_ref::ast_visitor_tmpl_module_ref (
{
}
-ast_visitor_tmpl_module_ref::~ast_visitor_tmpl_module_ref (void)
+ast_visitor_tmpl_module_ref::~ast_visitor_tmpl_module_ref ()
{
}
diff --git a/TAO/TAO_IDL/be/be_argument.cpp b/TAO/TAO_IDL/be/be_argument.cpp
index 95d72a2c683..dc26f7e01e1 100644
--- a/TAO/TAO_IDL/be/be_argument.cpp
+++ b/TAO/TAO_IDL/be/be_argument.cpp
@@ -61,7 +61,7 @@ be_argument::accept (be_visitor *visitor)
}
void
-be_argument::destroy (void)
+be_argument::destroy ()
{
this->be_decl::destroy ();
this->AST_Argument::destroy ();
diff --git a/TAO/TAO_IDL/be/be_array.cpp b/TAO/TAO_IDL/be/be_array.cpp
index 05b13feba41..beb3256d603 100644
--- a/TAO/TAO_IDL/be/be_array.cpp
+++ b/TAO/TAO_IDL/be/be_array.cpp
@@ -52,12 +52,12 @@ be_array::be_array (UTL_ScopedName *n,
}
}
-be_array::~be_array (void)
+be_array::~be_array ()
{
}
int
-be_array::create_name (void)
+be_array::create_name ()
{
char namebuf [NAMEBUFSIZE];
unsigned long i;
@@ -151,7 +151,7 @@ be_array::create_name (void)
// Overriden method.
void
-be_array::compute_tc_name (void)
+be_array::compute_tc_name ()
{
// Array TypeCodes can only be accessed through an alias
// TypeCode. Generate a TypeCode name that is meant for internal
@@ -341,7 +341,7 @@ be_array::accept (be_visitor *visitor)
}
void
-be_array::destroy (void)
+be_array::destroy ()
{
this->be_type::destroy ();
this->AST_Array::destroy ();
diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp
index eb429bb3e33..76fb0955062 100644
--- a/TAO/TAO_IDL/be/be_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_attribute.cpp
@@ -49,7 +49,7 @@ be_attribute::be_attribute (bool ro,
}
be_type *
-be_attribute::field_type (void) const
+be_attribute::field_type () const
{
return dynamic_cast<be_type*> (this->AST_Attribute::field_type ());
}
@@ -61,7 +61,7 @@ be_attribute::accept (be_visitor *visitor)
}
void
-be_attribute::destroy (void)
+be_attribute::destroy ()
{
this->be_decl::destroy ();
this->AST_Attribute::destroy ();
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 5aad12917c3..6b2859ef63a 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -30,7 +30,7 @@
TAO_CodeGen * tao_cg = nullptr;
-TAO_CodeGen::TAO_CodeGen (void)
+TAO_CodeGen::TAO_CodeGen ()
: client_header_ (nullptr),
client_stubs_ (nullptr),
client_inline_ (nullptr),
@@ -59,7 +59,7 @@ TAO_CodeGen::TAO_CodeGen (void)
}
// destructor
-TAO_CodeGen::~TAO_CodeGen (void)
+TAO_CodeGen::~TAO_CodeGen ()
{
}
@@ -341,7 +341,7 @@ TAO_CodeGen::start_client_header (const char *fname)
// Get the client header stream.
TAO_OutStream *
-TAO_CodeGen::client_header (void)
+TAO_CodeGen::client_header ()
{
return this->client_header_;
}
@@ -392,7 +392,7 @@ TAO_CodeGen::start_client_stubs (const char *fname)
// Get the client stubs stream.
TAO_OutStream *
-TAO_CodeGen::client_stubs (void)
+TAO_CodeGen::client_stubs ()
{
return this->client_stubs_;
}
@@ -425,7 +425,7 @@ TAO_CodeGen::start_client_inline (const char *fname)
// Get the client inline stream.
TAO_OutStream *
-TAO_CodeGen::client_inline (void)
+TAO_CodeGen::client_inline ()
{
return this->client_inline_;
}
@@ -549,7 +549,7 @@ TAO_CodeGen::start_server_header (const char *fname)
// Get the server header stream.
TAO_OutStream *
-TAO_CodeGen::server_header (void)
+TAO_CodeGen::server_header ()
{
return this->server_header_;
}
@@ -608,7 +608,7 @@ TAO_CodeGen::start_server_template_header (const char *fname)
// Get the server header stream.
TAO_OutStream *
-TAO_CodeGen::server_template_header (void)
+TAO_CodeGen::server_template_header ()
{
return this->server_template_header_;
}
@@ -670,7 +670,7 @@ TAO_CodeGen::start_server_skeletons (const char *fname)
// Get the server skeletons stream.
TAO_OutStream *
-TAO_CodeGen::server_skeletons (void)
+TAO_CodeGen::server_skeletons ()
{
return this->server_skeletons_;
}
@@ -723,7 +723,7 @@ TAO_CodeGen::start_server_template_skeletons (const char *fname)
// Get the server template skeletons stream.
TAO_OutStream *
-TAO_CodeGen::server_template_skeletons (void)
+TAO_CodeGen::server_template_skeletons ()
{
return this->server_template_skeletons_;
}
@@ -972,13 +972,13 @@ TAO_CodeGen::start_anyop_source (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::anyop_header (void)
+TAO_CodeGen::anyop_header ()
{
return this->anyop_header_;
}
TAO_OutStream *
-TAO_CodeGen::anyop_source (void)
+TAO_CodeGen::anyop_source ()
{
return this->anyop_source_;
}
@@ -1255,25 +1255,25 @@ TAO_CodeGen::start_ciao_svnt_template_source (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_svnt_header (void)
+TAO_CodeGen::ciao_svnt_header ()
{
return this->ciao_svnt_header_;
}
TAO_OutStream *
-TAO_CodeGen::ciao_svnt_source (void)
+TAO_CodeGen::ciao_svnt_source ()
{
return this->ciao_svnt_source_;
}
TAO_OutStream *
-TAO_CodeGen::ciao_svnt_template_header (void)
+TAO_CodeGen::ciao_svnt_template_header ()
{
return this->ciao_svnt_template_header_;
}
TAO_OutStream *
-TAO_CodeGen::ciao_svnt_template_source (void)
+TAO_CodeGen::ciao_svnt_template_source ()
{
return this->ciao_svnt_template_source_;
}
@@ -1364,13 +1364,13 @@ TAO_CodeGen::start_ciao_exec_source (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_exec_header (void)
+TAO_CodeGen::ciao_exec_header ()
{
return this->ciao_exec_header_;
}
TAO_OutStream *
-TAO_CodeGen::ciao_exec_source (void)
+TAO_CodeGen::ciao_exec_source ()
{
return this->ciao_exec_source_;
}
@@ -1413,7 +1413,7 @@ TAO_CodeGen::start_ciao_exec_idl (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_exec_idl (void)
+TAO_CodeGen::ciao_exec_idl ()
{
return this->ciao_exec_idl_;
}
@@ -1484,7 +1484,7 @@ TAO_CodeGen::start_ciao_conn_header (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_conn_header (void)
+TAO_CodeGen::ciao_conn_header ()
{
return this->ciao_conn_header_;
}
@@ -1528,7 +1528,7 @@ TAO_CodeGen::start_ciao_conn_source (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_conn_source (void)
+TAO_CodeGen::ciao_conn_source ()
{
return this->ciao_conn_source_;
}
@@ -1571,7 +1571,7 @@ TAO_CodeGen::start_ciao_ami_conn_idl (const char *fname)
}
TAO_OutStream *
-TAO_CodeGen::ciao_ami_conn_idl (void)
+TAO_CodeGen::ciao_ami_conn_idl ()
{
return this->ciao_ami_conn_idl_;
}
@@ -1627,7 +1627,7 @@ TAO_CodeGen::start_implementation_header (const char *fname)
// Get the implementation header stream.
TAO_OutStream *
-TAO_CodeGen::implementation_header (void)
+TAO_CodeGen::implementation_header ()
{
return this->implementation_header_;
}
@@ -1670,14 +1670,14 @@ TAO_CodeGen::start_implementation_skeleton (const char *fname)
// Get the implementation header stream.
TAO_OutStream *
-TAO_CodeGen::implementation_skeleton (void)
+TAO_CodeGen::implementation_skeleton ()
{
return this->implementation_skeleton_;
}
// Put the last #endif in the client and server headers.
int
-TAO_CodeGen::end_client_header (void)
+TAO_CodeGen::end_client_header ()
{
// Generate the <<= and >>= operators here.
@@ -1716,7 +1716,7 @@ TAO_CodeGen::end_client_header (void)
}
void
-TAO_CodeGen::end_client_inline (void)
+TAO_CodeGen::end_client_inline ()
{
*this->client_inline_ << "\n";
@@ -1728,7 +1728,7 @@ TAO_CodeGen::end_client_inline (void)
}
void
-TAO_CodeGen::end_client_stubs (void)
+TAO_CodeGen::end_client_stubs ()
{
*this->client_stubs_ << "\n";
@@ -1740,7 +1740,7 @@ TAO_CodeGen::end_client_stubs (void)
}
int
-TAO_CodeGen::end_server_header (void)
+TAO_CodeGen::end_server_header ()
{
TAO_OutStream *os = this->server_header_;
@@ -1823,7 +1823,7 @@ TAO_CodeGen::end_implementation_header (const char *fname)
}
int
-TAO_CodeGen::end_server_template_header (void)
+TAO_CodeGen::end_server_template_header ()
{
*this->server_template_header_ << be_nl_2 << "// TAO_IDL - Generated from"
<< be_nl << "// "
@@ -1869,7 +1869,7 @@ TAO_CodeGen::end_server_template_header (void)
}
int
-TAO_CodeGen::end_server_template_skeletons (void)
+TAO_CodeGen::end_server_template_skeletons ()
{
// End versioned namespace support. Do not place include directives
// before this.
@@ -1883,7 +1883,7 @@ TAO_CodeGen::end_server_template_skeletons (void)
}
int
-TAO_CodeGen::end_server_skeletons (void)
+TAO_CodeGen::end_server_skeletons ()
{
// End versioned namespace support. Do not place include directives
// before this.
@@ -1897,7 +1897,7 @@ TAO_CodeGen::end_server_skeletons (void)
}
int
-TAO_CodeGen::end_anyop_header (void)
+TAO_CodeGen::end_anyop_header ()
{
// End versioned namespace support. Do not place include directives
// before this.
@@ -1918,7 +1918,7 @@ TAO_CodeGen::end_anyop_header (void)
}
int
-TAO_CodeGen::end_anyop_source (void)
+TAO_CodeGen::end_anyop_source ()
{
// End versioned namespace support. Do not place include directives
// before this.
@@ -1930,7 +1930,7 @@ TAO_CodeGen::end_anyop_source (void)
}
int
-TAO_CodeGen::end_ciao_svnt_header (void)
+TAO_CodeGen::end_ciao_svnt_header ()
{
if (be_global->post_include () != nullptr)
{
@@ -1945,7 +1945,7 @@ TAO_CodeGen::end_ciao_svnt_header (void)
}
int
-TAO_CodeGen::end_ciao_svnt_source (void)
+TAO_CodeGen::end_ciao_svnt_source ()
{
*this->ciao_svnt_source_ << "\n";
@@ -1953,7 +1953,7 @@ TAO_CodeGen::end_ciao_svnt_source (void)
}
int
-TAO_CodeGen::end_ciao_svnt_template_header (void)
+TAO_CodeGen::end_ciao_svnt_template_header ()
{
*this->ciao_svnt_template_header_ << be_nl_2
<< "#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)"
@@ -1982,7 +1982,7 @@ TAO_CodeGen::end_ciao_svnt_template_header (void)
}
int
-TAO_CodeGen::end_ciao_svnt_template_source (void)
+TAO_CodeGen::end_ciao_svnt_template_source ()
{
*this->ciao_svnt_template_source_ << "\n\n#endif /* ifndef */\n";
@@ -1992,7 +1992,7 @@ TAO_CodeGen::end_ciao_svnt_template_source (void)
}
int
-TAO_CodeGen::end_ciao_exec_header (void)
+TAO_CodeGen::end_ciao_exec_header ()
{
if (be_global->post_include () != nullptr)
{
@@ -2007,7 +2007,7 @@ TAO_CodeGen::end_ciao_exec_header (void)
}
int
-TAO_CodeGen::end_ciao_exec_source (void)
+TAO_CodeGen::end_ciao_exec_source ()
{
*this->ciao_exec_source_ << "\n";
@@ -2015,7 +2015,7 @@ TAO_CodeGen::end_ciao_exec_source (void)
}
int
-TAO_CodeGen::end_ciao_exec_idl (void)
+TAO_CodeGen::end_ciao_exec_idl ()
{
*this->ciao_exec_idl_ << "\n\n#endif /* ifndef */\n";
@@ -2023,7 +2023,7 @@ TAO_CodeGen::end_ciao_exec_idl (void)
}
int
-TAO_CodeGen::end_ciao_conn_header (void)
+TAO_CodeGen::end_ciao_conn_header ()
{
if (be_global->post_include () != nullptr)
{
@@ -2038,7 +2038,7 @@ TAO_CodeGen::end_ciao_conn_header (void)
}
int
-TAO_CodeGen::end_ciao_conn_source (void)
+TAO_CodeGen::end_ciao_conn_source ()
{
*this->ciao_conn_source_ << "\n";
@@ -2046,7 +2046,7 @@ TAO_CodeGen::end_ciao_conn_source (void)
}
int
-TAO_CodeGen::end_ciao_ami_conn_idl (void)
+TAO_CodeGen::end_ciao_ami_conn_idl ()
{
*this->ciao_ami_conn_idl_ << "\n\n#endif /* ifndef */\n";
@@ -2066,7 +2066,7 @@ TAO_CodeGen::gperf_input_stream (TAO_OutStream *os)
}
TAO_OutStream *
-TAO_CodeGen::gperf_input_stream (void)
+TAO_CodeGen::gperf_input_stream ()
{
return this->gperf_input_stream_;
}
@@ -2079,7 +2079,7 @@ TAO_CodeGen::gperf_input_filename (char *filename)
}
char *
-TAO_CodeGen::gperf_input_filename (void)
+TAO_CodeGen::gperf_input_filename ()
{
return this->gperf_input_filename_;
}
@@ -2096,7 +2096,7 @@ TAO_CodeGen::gen_ident_string (TAO_OutStream *stream) const
}
void
-TAO_CodeGen::gen_export_files (void)
+TAO_CodeGen::gen_export_files ()
{
if (be_global->gen_stub_export_hdr_file ()
&& be_global->stub_export_macro () != nullptr
@@ -2359,7 +2359,7 @@ TAO_CodeGen::gen_ifndef_string (const char *fname,
}
void
-TAO_CodeGen::gen_stub_hdr_includes (void)
+TAO_CodeGen::gen_stub_hdr_includes ()
{
// Include valuetype and Any/TypeCode headers before ORB core
// headers to make sure some things are parsed before some templates
@@ -2659,7 +2659,7 @@ TAO_CodeGen::gen_stub_hdr_includes (void)
}
void
-TAO_CodeGen::gen_stub_src_includes (void)
+TAO_CodeGen::gen_stub_src_includes ()
{
// Generate the include statement for the precompiled header file.
if (be_global->pch_include ())
@@ -2805,7 +2805,7 @@ TAO_CodeGen::gen_stub_src_includes (void)
}
void
-TAO_CodeGen::gen_skel_hdr_includes (void)
+TAO_CodeGen::gen_skel_hdr_includes ()
{
// Include the definitions for the PortableServer namespace,
// this forces the application to link the POA library, a good
@@ -2836,7 +2836,7 @@ TAO_CodeGen::gen_skel_hdr_includes (void)
}
void
-TAO_CodeGen::gen_skel_src_includes (void)
+TAO_CodeGen::gen_skel_src_includes ()
{
// Only non-local interfaces generate anything in the skeleton.
if (!(idl_global->non_local_iface_seen_
@@ -2947,7 +2947,7 @@ TAO_CodeGen::gen_skel_src_includes (void)
}
void
-TAO_CodeGen::gen_seq_file_includes (void)
+TAO_CodeGen::gen_seq_file_includes ()
{
// @@@ (JP) These can get more specialized, after the TAO seq template
// files have been split up.
@@ -3011,7 +3011,7 @@ TAO_CodeGen::gen_any_file_includes (TAO_OutStream * stream)
}
void
-TAO_CodeGen::gen_var_file_includes (void)
+TAO_CodeGen::gen_var_file_includes ()
{
this->gen_cond_file_include (
idl_global->valuetype_seen_
@@ -3463,7 +3463,7 @@ TAO_CodeGen::gen_svnt_src_includes (TAO_OutStream *stream)
}
void
-TAO_CodeGen::gen_exec_hdr_includes (void)
+TAO_CodeGen::gen_exec_hdr_includes ()
{
// All CIAO examples so far have component skeleton and servant
// generated code in the same library, using the skel export macro,
@@ -3483,7 +3483,7 @@ TAO_CodeGen::gen_exec_hdr_includes (void)
}
void
-TAO_CodeGen::gen_exec_src_includes (void)
+TAO_CodeGen::gen_exec_src_includes ()
{
// Generate the include statement for the exec source.
this->gen_standard_include (
@@ -3499,7 +3499,7 @@ TAO_CodeGen::gen_exec_src_includes (void)
}
void
-TAO_CodeGen::gen_exec_idl_includes (void)
+TAO_CodeGen::gen_exec_idl_includes ()
{
if (!be_global->gen_noeventccm ())
{
@@ -3613,7 +3613,7 @@ TAO_CodeGen::is_system_file (const char * idl_name) const
}
void
-TAO_CodeGen::gen_conn_hdr_includes (void)
+TAO_CodeGen::gen_conn_hdr_includes ()
{
ACE_Unbounded_Queue<char *> &lem_file_names =
idl_global->ciao_lem_file_names ();
@@ -3716,7 +3716,7 @@ TAO_CodeGen::gen_conn_hdr_includes (void)
}
void
-TAO_CodeGen::gen_conn_src_includes (void)
+TAO_CodeGen::gen_conn_src_includes ()
{
// Generate the include statement for the connector exec source.
this->gen_standard_include (
@@ -3733,7 +3733,7 @@ TAO_CodeGen::gen_conn_src_includes (void)
}
void
-TAO_CodeGen::gen_ami_conn_idl_includes (void)
+TAO_CodeGen::gen_ami_conn_idl_includes ()
{
// Include the AMI4CCM library entry point, if AMI4CCM is enabled.
if (be_global->ami4ccm_call_back ())
@@ -3836,7 +3836,7 @@ TAO_CodeGen::gen_conn_ts_includes (
}
void
-TAO_CodeGen::destroy (void)
+TAO_CodeGen::destroy ()
{
delete this->client_header_;
delete this->server_header_;
diff --git a/TAO/TAO_IDL/be/be_component.cpp b/TAO/TAO_IDL/be/be_component.cpp
index f9f18465a61..28b866663db 100644
--- a/TAO/TAO_IDL/be/be_component.cpp
+++ b/TAO/TAO_IDL/be/be_component.cpp
@@ -73,12 +73,12 @@ be_component::be_component (UTL_ScopedName *n,
this->has_constructor (true);
}
-be_component::~be_component (void)
+be_component::~be_component ()
{
}
be_component *
-be_component::base_component (void) const
+be_component::base_component () const
{
return dynamic_cast<be_component*> (this->AST_Component::base_component ());
}
@@ -119,49 +119,49 @@ be_component::be_add_typedef (AST_Typedef *t)
}
ACE_CDR::ULong
-be_component::n_provides (void) const
+be_component::n_provides () const
{
return this->n_provides_;
}
ACE_CDR::ULong
-be_component::n_remote_provides (void) const
+be_component::n_remote_provides () const
{
return this->n_remote_provides_;
}
ACE_CDR::ULong
-be_component::n_uses (void) const
+be_component::n_uses () const
{
return this->n_uses_;
}
ACE_CDR::ULong
-be_component::n_remote_uses (void) const
+be_component::n_remote_uses () const
{
return this->n_remote_uses_;
}
bool
-be_component::has_uses_multiple (void) const
+be_component::has_uses_multiple () const
{
return this->has_uses_multiple_;
}
ACE_CDR::ULong
-be_component::n_publishes (void) const
+be_component::n_publishes () const
{
return this->n_publishes_;
}
ACE_CDR::ULong
-be_component::n_consumes (void) const
+be_component::n_consumes () const
{
return this->n_consumes_;
}
ACE_CDR::ULong
-be_component::n_emits (void) const
+be_component::n_emits () const
{
return this->n_emits_;
}
diff --git a/TAO/TAO_IDL/be/be_component_fwd.cpp b/TAO/TAO_IDL/be/be_component_fwd.cpp
index 961d969663f..8efa3c94efd 100644
--- a/TAO/TAO_IDL/be/be_component_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_component_fwd.cpp
@@ -36,12 +36,12 @@ be_component_fwd::be_component_fwd (AST_Interface *dummy,
this->size_type (AST_Type::VARIABLE);
}
-be_component_fwd::~be_component_fwd (void)
+be_component_fwd::~be_component_fwd ()
{
}
void
-be_component_fwd::destroy (void)
+be_component_fwd::destroy ()
{
this->AST_ComponentFwd::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_connector.cpp b/TAO/TAO_IDL/be/be_connector.cpp
index 26ffe39d631..fb1863a9759 100644
--- a/TAO/TAO_IDL/be/be_connector.cpp
+++ b/TAO/TAO_IDL/be/be_connector.cpp
@@ -57,12 +57,12 @@ be_connector::be_connector (
}
}
-be_connector::~be_connector (void)
+be_connector::~be_connector ()
{
}
void
-be_connector::destroy (void)
+be_connector::destroy ()
{
this->AST_Connector::destroy ();
this->be_component::destroy ();
@@ -75,19 +75,19 @@ be_connector::accept (be_visitor *visitor)
}
bool
-be_connector::dds_connector (void)
+be_connector::dds_connector ()
{
return this->dds_connector_;
}
bool
-be_connector::ami_connector (void)
+be_connector::ami_connector ()
{
return this->ami_connector_;
}
void
-be_connector::check_ancestors (void)
+be_connector::check_ancestors ()
{
AST_Connector *base = this;
diff --git a/TAO/TAO_IDL/be/be_constant.cpp b/TAO/TAO_IDL/be/be_constant.cpp
index 2e08aa3a757..faec5c24b21 100644
--- a/TAO/TAO_IDL/be/be_constant.cpp
+++ b/TAO/TAO_IDL/be/be_constant.cpp
@@ -33,7 +33,7 @@ be_constant::accept (be_visitor *visitor)
}
void
-be_constant::destroy (void)
+be_constant::destroy ()
{
this->be_decl::destroy ();
this->AST_Constant::destroy ();
diff --git a/TAO/TAO_IDL/be/be_consumes.cpp b/TAO/TAO_IDL/be/be_consumes.cpp
index b38cafc0813..319930737e3 100644
--- a/TAO/TAO_IDL/be/be_consumes.cpp
+++ b/TAO/TAO_IDL/be/be_consumes.cpp
@@ -20,12 +20,12 @@ be_consumes::be_consumes (UTL_ScopedName *n,
{
}
-be_consumes::~be_consumes (void)
+be_consumes::~be_consumes ()
{
}
be_eventtype *
-be_consumes::consumes_type (void) const
+be_consumes::consumes_type () const
{
return
dynamic_cast<be_eventtype*> (
@@ -39,7 +39,7 @@ be_consumes::accept (be_visitor *visitor)
}
void
-be_consumes::destroy (void)
+be_consumes::destroy ()
{
this->AST_Consumes::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp
index 41dbf41a5ae..07d121b3427 100644
--- a/TAO/TAO_IDL/be/be_decl.cpp
+++ b/TAO/TAO_IDL/be/be_decl.cpp
@@ -94,7 +94,7 @@ be_decl::be_decl (AST_Decl::NodeType type,
{
}
-be_decl::~be_decl (void)
+be_decl::~be_decl ()
{
}
@@ -233,7 +233,7 @@ be_decl::compute_flat_name (const char *prefix,
}
void
-be_decl::destroy (void)
+be_decl::destroy ()
{
}
@@ -245,7 +245,7 @@ be_decl::set_local (bool val)
// Return the scope created by this node (if one exists, else NULL).
be_scope *
-be_decl::scope (void)
+be_decl::scope ()
{
be_decl *d = this;
@@ -296,271 +296,271 @@ be_decl::scope (void)
// Boolean methods to test if code was already generated.
bool
-be_decl::cli_hdr_gen (void)
+be_decl::cli_hdr_gen ()
{
return this->cli_hdr_gen_;
}
bool
-be_decl::cli_stub_gen (void)
+be_decl::cli_stub_gen ()
{
return this->cli_stub_gen_;
}
bool
-be_decl::cli_hdr_any_op_gen (void)
+be_decl::cli_hdr_any_op_gen ()
{
return this->cli_hdr_any_op_gen_;
}
bool
-be_decl::cli_stub_any_op_gen (void)
+be_decl::cli_stub_any_op_gen ()
{
return this->cli_stub_any_op_gen_;
}
bool
-be_decl::cli_hdr_cdr_op_gen (void)
+be_decl::cli_hdr_cdr_op_gen ()
{
return this->cli_hdr_cdr_op_gen_;
}
bool
-be_decl::cli_stub_cdr_op_gen (void)
+be_decl::cli_stub_cdr_op_gen ()
{
return this->cli_stub_cdr_op_gen_;
}
bool
-be_decl::cli_inline_cdr_op_gen (void)
+be_decl::cli_inline_cdr_op_gen ()
{
return this->cli_inline_cdr_op_gen_;
}
bool
-be_decl::cli_inline_cdr_decl_gen (void)
+be_decl::cli_inline_cdr_decl_gen ()
{
return this->cli_inline_cdr_decl_gen_;
}
bool
-be_decl::cli_traits_gen (void)
+be_decl::cli_traits_gen ()
{
return this->cli_traits_gen_;
}
bool
-be_decl::cli_arg_traits_gen (void)
+be_decl::cli_arg_traits_gen ()
{
return this->cli_arg_traits_gen_;
}
bool
-be_decl::srv_arg_traits_gen (void)
+be_decl::srv_arg_traits_gen ()
{
return this->srv_arg_traits_gen_;
}
bool
-be_decl::srv_sarg_traits_gen (void)
+be_decl::srv_sarg_traits_gen ()
{
return this->srv_sarg_traits_gen_;
}
bool
-be_decl::cli_pragma_inst_gen (void)
+be_decl::cli_pragma_inst_gen ()
{
return this->cli_pragma_inst_gen_;
}
bool
-be_decl::cli_inarg_tmpl_class_gen (void)
+be_decl::cli_inarg_tmpl_class_gen ()
{
return this->cli_inarg_tmpl_class_gen_;
}
bool
-be_decl::cli_inarg_pragma_inst_gen (void)
+be_decl::cli_inarg_pragma_inst_gen ()
{
return this->cli_inarg_pragma_inst_gen_;
}
bool
-be_decl::cli_inoutarg_tmpl_class_gen (void)
+be_decl::cli_inoutarg_tmpl_class_gen ()
{
return this->cli_inoutarg_tmpl_class_gen_;
}
bool
-be_decl::cli_inoutarg_pragma_inst_gen (void)
+be_decl::cli_inoutarg_pragma_inst_gen ()
{
return this->cli_inoutarg_pragma_inst_gen_;
}
bool
-be_decl::cli_outarg_tmpl_class_gen (void)
+be_decl::cli_outarg_tmpl_class_gen ()
{
return this->cli_outarg_tmpl_class_gen_;
}
bool
-be_decl::cli_outarg_pragma_inst_gen (void)
+be_decl::cli_outarg_pragma_inst_gen ()
{
return this->cli_outarg_pragma_inst_gen_;
}
bool
-be_decl::cli_retarg_tmpl_class_gen (void)
+be_decl::cli_retarg_tmpl_class_gen ()
{
return this->cli_retarg_tmpl_class_gen_;
}
bool
-be_decl::cli_retarg_pragma_inst_gen (void)
+be_decl::cli_retarg_pragma_inst_gen ()
{
return this->cli_retarg_pragma_inst_gen_;
}
bool
-be_decl::srv_tmpl_class_gen (void)
+be_decl::srv_tmpl_class_gen ()
{
return this->srv_tmpl_class_gen_;
}
bool
-be_decl::srv_pragma_inst_gen (void)
+be_decl::srv_pragma_inst_gen ()
{
return this->srv_pragma_inst_gen_;
}
bool
-be_decl::srv_inarg_tmpl_class_gen (void)
+be_decl::srv_inarg_tmpl_class_gen ()
{
return this->srv_inarg_tmpl_class_gen_;
}
bool
-be_decl::srv_inarg_pragma_inst_gen (void)
+be_decl::srv_inarg_pragma_inst_gen ()
{
return this->srv_inarg_pragma_inst_gen_;
}
bool
-be_decl::srv_inoutarg_tmpl_class_gen (void)
+be_decl::srv_inoutarg_tmpl_class_gen ()
{
return this->srv_inoutarg_tmpl_class_gen_;
}
bool
-be_decl::srv_inoutarg_pragma_inst_gen (void)
+be_decl::srv_inoutarg_pragma_inst_gen ()
{
return this->srv_inoutarg_pragma_inst_gen_;
}
bool
-be_decl::srv_outarg_tmpl_class_gen (void)
+be_decl::srv_outarg_tmpl_class_gen ()
{
return this->srv_outarg_tmpl_class_gen_;
}
bool
-be_decl::srv_outarg_pragma_inst_gen (void)
+be_decl::srv_outarg_pragma_inst_gen ()
{
return this->srv_outarg_pragma_inst_gen_;
}
bool
-be_decl::srv_retarg_tmpl_class_gen (void)
+be_decl::srv_retarg_tmpl_class_gen ()
{
return this->srv_retarg_tmpl_class_gen_;
}
bool
-be_decl::srv_retarg_pragma_inst_gen (void)
+be_decl::srv_retarg_pragma_inst_gen ()
{
return this->cli_retarg_pragma_inst_gen_;
}
bool
-be_decl::cli_inline_gen (void)
+be_decl::cli_inline_gen ()
{
return this->cli_inline_gen_;
}
bool
-be_decl::srv_hdr_gen (void)
+be_decl::srv_hdr_gen ()
{
return this->srv_hdr_gen_;
}
bool
-be_decl::impl_hdr_gen (void)
+be_decl::impl_hdr_gen ()
{
return this->impl_hdr_gen_;
}
bool
-be_decl::srv_skel_gen (void)
+be_decl::srv_skel_gen ()
{
return this->srv_skel_gen_;
}
bool
-be_decl::impl_skel_gen (void)
+be_decl::impl_skel_gen ()
{
return this->impl_skel_gen_;
}
bool
-be_decl::srv_inline_gen (void)
+be_decl::srv_inline_gen ()
{
return this->srv_inline_gen_;
}
bool
-be_decl::tie_skel_gen (void)
+be_decl::tie_skel_gen ()
{
return this->tie_skel_gen_;
}
bool
-be_decl::ccm_pre_proc_gen (void)
+be_decl::ccm_pre_proc_gen ()
{
return this->ccm_pre_proc_gen_;
}
bool
-be_decl::ex_idl_facet_gen (void)
+be_decl::ex_idl_facet_gen ()
{
return this->ex_idl_facet_gen_;
}
bool
-be_decl::svnt_hdr_facet_gen (void)
+be_decl::svnt_hdr_facet_gen ()
{
return this->svnt_hdr_facet_gen_;
}
bool
-be_decl::svnt_src_facet_gen (void)
+be_decl::svnt_src_facet_gen ()
{
return this->svnt_src_facet_gen_;
}
bool
-be_decl::exec_hdr_facet_gen (void)
+be_decl::exec_hdr_facet_gen ()
{
return this->exec_hdr_facet_gen_;
}
bool
-be_decl::exec_src_facet_gen (void)
+be_decl::exec_src_facet_gen ()
{
return this->exec_src_facet_gen_;
}
bool
-be_decl::ami4ccm_ex_idl_gen (void)
+be_decl::ami4ccm_ex_idl_gen ()
{
return this->ami4ccm_ex_idl_gen_;
}
diff --git a/TAO/TAO_IDL/be/be_emits.cpp b/TAO/TAO_IDL/be/be_emits.cpp
index acd34dd794d..6e973c144b7 100644
--- a/TAO/TAO_IDL/be/be_emits.cpp
+++ b/TAO/TAO_IDL/be/be_emits.cpp
@@ -20,12 +20,12 @@ be_emits::be_emits (UTL_ScopedName *n,
{
}
-be_emits::~be_emits (void)
+be_emits::~be_emits ()
{
}
be_eventtype *
-be_emits::emits_type (void) const
+be_emits::emits_type () const
{
return
dynamic_cast<be_eventtype*> (
@@ -39,7 +39,7 @@ be_emits::accept (be_visitor *visitor)
}
void
-be_emits::destroy (void)
+be_emits::destroy ()
{
this->AST_Emits::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index 8e47fa45c85..40d419fe28a 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -76,7 +76,7 @@ be_enum::gen_ostream_operator (TAO_OutStream *os,
}
void
-be_enum::destroy (void)
+be_enum::destroy ()
{
// Call the destroy methods of our base classes.
// No need to call be_scope::destroy(). It has no
diff --git a/TAO/TAO_IDL/be/be_enum_val.cpp b/TAO/TAO_IDL/be/be_enum_val.cpp
index 5f614198e58..d16c0aefb4a 100644
--- a/TAO/TAO_IDL/be/be_enum_val.cpp
+++ b/TAO/TAO_IDL/be/be_enum_val.cpp
@@ -37,7 +37,7 @@ be_enum_val::accept (be_visitor *visitor)
}
void
-be_enum_val::destroy (void)
+be_enum_val::destroy ()
{
this->AST_EnumVal::destroy ();
this->be_decl::destroy ();
diff --git a/TAO/TAO_IDL/be/be_eventtype.cpp b/TAO/TAO_IDL/be/be_eventtype.cpp
index f2d8fc5ea5f..8ca3b873ff4 100644
--- a/TAO/TAO_IDL/be/be_eventtype.cpp
+++ b/TAO/TAO_IDL/be/be_eventtype.cpp
@@ -92,7 +92,7 @@ be_eventtype::be_eventtype (UTL_ScopedName *n,
{
}
-be_eventtype::~be_eventtype (void)
+be_eventtype::~be_eventtype ()
{
}
@@ -107,7 +107,7 @@ be_eventtype::accept (be_visitor *visitor)
}
void
-be_eventtype::destroy (void)
+be_eventtype::destroy ()
{
this->be_valuetype::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_eventtype_fwd.cpp b/TAO/TAO_IDL/be/be_eventtype_fwd.cpp
index b51c7e839b3..c87fcae4c87 100644
--- a/TAO/TAO_IDL/be/be_eventtype_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_eventtype_fwd.cpp
@@ -42,7 +42,7 @@ be_eventtype_fwd::be_eventtype_fwd (AST_Interface *dummy,
{
}
-be_eventtype_fwd::~be_eventtype_fwd (void)
+be_eventtype_fwd::~be_eventtype_fwd ()
{
}
@@ -55,7 +55,7 @@ be_eventtype_fwd::accept (be_visitor *visitor)
}
void
-be_eventtype_fwd::destroy (void)
+be_eventtype_fwd::destroy ()
{
this->be_valuetype_fwd::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp
index d6600b1381d..84fda87d53a 100644
--- a/TAO/TAO_IDL/be/be_exception.cpp
+++ b/TAO/TAO_IDL/be/be_exception.cpp
@@ -55,7 +55,7 @@ be_exception::be_exception (UTL_ScopedName *n,
}
void
-be_exception::destroy (void)
+be_exception::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_extended_port.cpp b/TAO/TAO_IDL/be/be_extended_port.cpp
index 5a6d46b7abd..01ffd7b9130 100644
--- a/TAO/TAO_IDL/be/be_extended_port.cpp
+++ b/TAO/TAO_IDL/be/be_extended_port.cpp
@@ -22,12 +22,12 @@ be_extended_port::be_extended_port (
{
}
-be_extended_port::~be_extended_port (void)
+be_extended_port::~be_extended_port ()
{
}
be_porttype *
-be_extended_port::port_type (void) const
+be_extended_port::port_type () const
{
return
dynamic_cast<be_porttype*> (
@@ -35,7 +35,7 @@ be_extended_port::port_type (void) const
}
void
-be_extended_port::destroy (void)
+be_extended_port::destroy ()
{
this->AST_Extended_Port::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_factory.cpp b/TAO/TAO_IDL/be/be_factory.cpp
index a2187595975..e1c1f936b2f 100644
--- a/TAO/TAO_IDL/be/be_factory.cpp
+++ b/TAO/TAO_IDL/be/be_factory.cpp
@@ -35,12 +35,12 @@ be_factory::be_factory (UTL_ScopedName *n)
{
}
-be_factory::~be_factory (void)
+be_factory::~be_factory ()
{
}
void
-be_factory::destroy (void)
+be_factory::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_field.cpp b/TAO/TAO_IDL/be/be_field.cpp
index 07052492f59..55c1e689cc3 100644
--- a/TAO/TAO_IDL/be/be_field.cpp
+++ b/TAO/TAO_IDL/be/be_field.cpp
@@ -42,7 +42,7 @@ be_field::be_field (AST_Type *ft,
}
be_type *
-be_field::field_type (void) const
+be_field::field_type () const
{
return
dynamic_cast<be_type*> (
@@ -63,7 +63,7 @@ be_field::gen_member_ostream_operator (TAO_OutStream *os,
}
bool
-be_field::port_name_prefixed (void) const
+be_field::port_name_prefixed () const
{
return this->port_name_prefixed_;
}
@@ -81,7 +81,7 @@ be_field::accept (be_visitor *visitor)
}
void
-be_field::destroy (void)
+be_field::destroy ()
{
this->be_decl::destroy ();
this->AST_Field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_finder.cpp b/TAO/TAO_IDL/be/be_finder.cpp
index 80540a5a1db..229df018592 100644
--- a/TAO/TAO_IDL/be/be_finder.cpp
+++ b/TAO/TAO_IDL/be/be_finder.cpp
@@ -29,12 +29,12 @@ be_finder::be_finder (UTL_ScopedName *n)
{
}
-be_finder::~be_finder (void)
+be_finder::~be_finder ()
{
}
void
-be_finder::destroy (void)
+be_finder::destroy ()
{
// Call the destroy methods of our base classes.
this->be_factory::destroy ();
diff --git a/TAO/TAO_IDL/be/be_global.cpp b/TAO/TAO_IDL/be/be_global.cpp
index 2c959f8ed43..7b93bf1e9ba 100644
--- a/TAO/TAO_IDL/be/be_global.cpp
+++ b/TAO/TAO_IDL/be/be_global.cpp
@@ -32,7 +32,7 @@
TAO_IDL_BE_Export BE_GlobalData *be_global = nullptr;
-BE_GlobalData::BE_GlobalData (void)
+BE_GlobalData::BE_GlobalData ()
: changing_standard_include_files_ (1),
skel_export_macro_ (nullptr),
skel_export_include_ (nullptr),
@@ -161,7 +161,7 @@ BE_GlobalData::BE_GlobalData (void)
{
}
-BE_GlobalData::~BE_GlobalData (void)
+BE_GlobalData::~BE_GlobalData ()
{
}
@@ -176,7 +176,7 @@ BE_GlobalData::changing_standard_include_files (size_t changing)
}
size_t
-BE_GlobalData::changing_standard_include_files (void)
+BE_GlobalData::changing_standard_include_files ()
{
return this->changing_standard_include_files_;
}
@@ -598,7 +598,7 @@ BE_GlobalData::be_get_client_hdr_fname (
}
const char *
-BE_GlobalData::be_get_client_stub_fname (void)
+BE_GlobalData::be_get_client_stub_fname ()
{
return
be_get_client_stub (idl_global->stripped_filename ());
@@ -650,14 +650,14 @@ BE_GlobalData::be_get_server_template_hdr_fname (
}
const char *
-BE_GlobalData::be_get_server_skeleton_fname (void)
+BE_GlobalData::be_get_server_skeleton_fname ()
{
return
be_get_server_skeleton (idl_global->stripped_filename ());
}
const char *
-BE_GlobalData::be_get_implementation_skeleton_fname (void)
+BE_GlobalData::be_get_implementation_skeleton_fname ()
{
return
be_get_implementation_skel (idl_global->stripped_filename ());
@@ -808,7 +808,7 @@ BE_GlobalData::be_get_ciao_ami_conn_impl_src_fname (
}
const char*
-BE_GlobalData::skel_export_macro (void) const
+BE_GlobalData::skel_export_macro () const
{
if (this->skel_export_macro_ == nullptr)
{
@@ -826,7 +826,7 @@ BE_GlobalData::skel_export_macro (const char *s)
}
const char*
-BE_GlobalData::skel_export_include (void) const
+BE_GlobalData::skel_export_include () const
{
return this->skel_export_include_;
}
@@ -839,7 +839,7 @@ BE_GlobalData::skel_export_include (const char *s)
}
const char*
-BE_GlobalData::skel_export_file (void) const
+BE_GlobalData::skel_export_file () const
{
return this->skel_export_file_;
}
@@ -852,7 +852,7 @@ BE_GlobalData::skel_export_file (const char *s)
}
const char*
-BE_GlobalData::stub_export_macro (void) const
+BE_GlobalData::stub_export_macro () const
{
if (this->stub_export_macro_ == nullptr)
{
@@ -870,7 +870,7 @@ BE_GlobalData::stub_export_macro (const char *s)
}
const char*
-BE_GlobalData::stub_export_include (void) const
+BE_GlobalData::stub_export_include () const
{
return this->stub_export_include_;
}
@@ -883,7 +883,7 @@ BE_GlobalData::stub_export_include (const char *s)
}
const char*
-BE_GlobalData::stub_export_file (void) const
+BE_GlobalData::stub_export_file () const
{
return this->stub_export_file_;
}
@@ -896,7 +896,7 @@ BE_GlobalData::stub_export_file (const char *s)
}
const char*
-BE_GlobalData::anyop_export_macro (void) const
+BE_GlobalData::anyop_export_macro () const
{
if (this->anyop_export_macro_ == nullptr)
{
@@ -914,7 +914,7 @@ BE_GlobalData::anyop_export_macro (const char *s)
}
const char*
-BE_GlobalData::anyop_export_include (void) const
+BE_GlobalData::anyop_export_include () const
{
return this->anyop_export_include_;
}
@@ -927,7 +927,7 @@ BE_GlobalData::anyop_export_include (const char *s)
}
const char*
-BE_GlobalData::exec_export_macro (void) const
+BE_GlobalData::exec_export_macro () const
{
if (this->exec_export_macro_ == nullptr)
{
@@ -945,7 +945,7 @@ BE_GlobalData::exec_export_macro (const char *s)
}
const char*
-BE_GlobalData::exec_export_include (void) const
+BE_GlobalData::exec_export_include () const
{
return this->exec_export_include_;
}
@@ -958,7 +958,7 @@ BE_GlobalData::exec_export_include (const char *s)
}
const char*
-BE_GlobalData::svnt_export_macro (void) const
+BE_GlobalData::svnt_export_macro () const
{
if (this->svnt_export_macro_ == nullptr)
{
@@ -976,7 +976,7 @@ BE_GlobalData::svnt_export_macro (const char *s)
}
const char*
-BE_GlobalData::svnt_export_include (void) const
+BE_GlobalData::svnt_export_include () const
{
return this->svnt_export_include_;
}
@@ -989,7 +989,7 @@ BE_GlobalData::svnt_export_include (const char *s)
}
const char*
-BE_GlobalData::conn_export_macro (void) const
+BE_GlobalData::conn_export_macro () const
{
if (this->conn_export_macro_ == nullptr)
{
@@ -1007,7 +1007,7 @@ BE_GlobalData::conn_export_macro (const char *s)
}
const char*
-BE_GlobalData::conn_export_include (void) const
+BE_GlobalData::conn_export_include () const
{
return this->conn_export_include_;
}
@@ -1020,7 +1020,7 @@ BE_GlobalData::conn_export_include (const char *s)
}
const char*
-BE_GlobalData::pch_include (void) const
+BE_GlobalData::pch_include () const
{
return this->pch_include_;
}
@@ -1033,7 +1033,7 @@ BE_GlobalData::pch_include (const char *s)
}
const char*
-BE_GlobalData::pre_include (void) const
+BE_GlobalData::pre_include () const
{
return this->pre_include_;
}
@@ -1046,7 +1046,7 @@ BE_GlobalData::pre_include (const char *s)
}
const char*
-BE_GlobalData::post_include (void) const
+BE_GlobalData::post_include () const
{
return this->post_include_;
}
@@ -1059,7 +1059,7 @@ BE_GlobalData::post_include (const char *s)
}
const char*
-BE_GlobalData::include_guard (void) const
+BE_GlobalData::include_guard () const
{
return this->include_guard_;
}
@@ -1072,7 +1072,7 @@ BE_GlobalData::include_guard (const char *s)
}
const char*
-BE_GlobalData::safe_include (void) const
+BE_GlobalData::safe_include () const
{
return this->safe_include_;
}
@@ -1085,7 +1085,7 @@ BE_GlobalData::safe_include (const char *s)
}
const char*
-BE_GlobalData::unique_include (void) const
+BE_GlobalData::unique_include () const
{
return this->unique_include_;
}
@@ -1098,7 +1098,7 @@ BE_GlobalData::unique_include (const char *s)
}
const char*
-BE_GlobalData::stripped_filename (void) const
+BE_GlobalData::stripped_filename () const
{
return this->stripped_filename_;
}
@@ -1111,7 +1111,7 @@ BE_GlobalData::stripped_filename (const char *s)
}
const char *
-BE_GlobalData::versioning_begin (void) const
+BE_GlobalData::versioning_begin () const
{
return this->versioning_begin_.c_str ();
}
@@ -1123,13 +1123,13 @@ BE_GlobalData::versioning_include (const char * s)
}
const char *
-BE_GlobalData::versioning_include (void) const
+BE_GlobalData::versioning_include () const
{
return this->versioning_include_.c_str ();
}
const char *
-BE_GlobalData::core_versioning_begin (void) const
+BE_GlobalData::core_versioning_begin () const
{
return this->core_versioning_begin_.c_str ();
}
@@ -1163,13 +1163,13 @@ BE_GlobalData::versioning_begin (const char * s)
}
const char *
-BE_GlobalData::versioning_end (void) const
+BE_GlobalData::versioning_end () const
{
return this->versioning_end_.c_str ();
}
const char *
-BE_GlobalData::core_versioning_end (void) const
+BE_GlobalData::core_versioning_end () const
{
return this->core_versioning_end_.c_str ();
}
@@ -1184,7 +1184,7 @@ BE_GlobalData::client_hdr_ending (const char* s)
// Get the client_hdr_ending.
const char*
-BE_GlobalData::client_hdr_ending (void) const
+BE_GlobalData::client_hdr_ending () const
{
return this->client_hdr_ending_;
}
@@ -1197,7 +1197,7 @@ BE_GlobalData::client_inline_ending (const char* s)
}
const char*
-BE_GlobalData::client_inline_ending (void) const
+BE_GlobalData::client_inline_ending () const
{
return this->client_inline_ending_;
}
@@ -1211,7 +1211,7 @@ BE_GlobalData::client_stub_ending (const char* s)
}
const char*
-BE_GlobalData::client_stub_ending (void) const
+BE_GlobalData::client_stub_ending () const
{
return this->client_stub_ending_;
}
@@ -1224,7 +1224,7 @@ BE_GlobalData::server_hdr_ending (const char* s)
}
const char*
-BE_GlobalData::server_hdr_ending (void) const
+BE_GlobalData::server_hdr_ending () const
{
return this->server_hdr_ending_;
}
@@ -1258,25 +1258,25 @@ BE_GlobalData::impl_class_suffix (const char* s)
}
const char*
-BE_GlobalData::impl_class_prefix (void) const
+BE_GlobalData::impl_class_prefix () const
{
return this->impl_class_prefix_;
}
const char*
-BE_GlobalData::implementation_hdr_ending (void) const
+BE_GlobalData::implementation_hdr_ending () const
{
return this->implementation_hdr_ending_;
}
const char*
-BE_GlobalData::impl_class_suffix (void) const
+BE_GlobalData::impl_class_suffix () const
{
return this->impl_class_suffix_;
}
const char*
-BE_GlobalData::implementation_skel_ending (void) const
+BE_GlobalData::implementation_skel_ending () const
{
return this->implementation_skel_ending_;
}
@@ -1289,7 +1289,7 @@ BE_GlobalData::server_template_hdr_ending (const char* s)
}
const char*
-BE_GlobalData::server_template_hdr_ending (void) const
+BE_GlobalData::server_template_hdr_ending () const
{
return this->server_template_hdr_ending_;
}
@@ -1302,7 +1302,7 @@ BE_GlobalData::server_skeleton_ending (const char* s)
}
const char*
-BE_GlobalData::server_skeleton_ending (void) const
+BE_GlobalData::server_skeleton_ending () const
{
return this->server_skeleton_ending_;
}
@@ -1315,7 +1315,7 @@ BE_GlobalData::server_template_skeleton_ending (const char* s)
}
const char*
-BE_GlobalData::server_template_skeleton_ending (void) const
+BE_GlobalData::server_template_skeleton_ending () const
{
return this->server_template_skeleton_ending_;
}
@@ -1334,13 +1334,13 @@ BE_GlobalData::use_clonable_in_args (bool clonable)
}
bool
-BE_GlobalData::use_clonable_in_args (void) const
+BE_GlobalData::use_clonable_in_args () const
{
return this->use_clonable_in_args_;
}
bool
-BE_GlobalData::gen_template_export (void) const
+BE_GlobalData::gen_template_export () const
{
return this->gen_template_export_;
}
@@ -1352,7 +1352,7 @@ BE_GlobalData::gen_template_export (bool val)
}
bool
-BE_GlobalData::gen_ostream_operators (void) const
+BE_GlobalData::gen_ostream_operators () const
{
return this->gen_ostream_operators_;
}
@@ -1365,7 +1365,7 @@ BE_GlobalData::gen_ostream_operators (bool val)
bool
-BE_GlobalData::gen_static_desc_operations (void) const
+BE_GlobalData::gen_static_desc_operations () const
{
return this->gen_static_desc_operations_;
}
@@ -1377,7 +1377,7 @@ BE_GlobalData::gen_static_desc_operations (bool val)
}
const char*
-BE_GlobalData::anyop_header_ending (void) const
+BE_GlobalData::anyop_header_ending () const
{
return this->anyop_hdr_ending_;
}
@@ -1390,7 +1390,7 @@ BE_GlobalData::anyop_source_ending (const char* s)
}
const char*
-BE_GlobalData::anyop_source_ending (void) const
+BE_GlobalData::anyop_source_ending () const
{
return this->anyop_src_ending_;
}
@@ -1403,7 +1403,7 @@ BE_GlobalData::ciao_svnt_header_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_svnt_header_ending (void) const
+BE_GlobalData::ciao_svnt_header_ending () const
{
return this->ciao_svnt_hdr_ending_;
}
@@ -1416,7 +1416,7 @@ BE_GlobalData::ciao_svnt_source_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_svnt_source_ending (void) const
+BE_GlobalData::ciao_svnt_source_ending () const
{
return this->ciao_svnt_src_ending_;
}
@@ -1429,7 +1429,7 @@ BE_GlobalData::ciao_svnt_header_template_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_svnt_header_template_ending (void) const
+BE_GlobalData::ciao_svnt_header_template_ending () const
{
return this->ciao_svnt_hdr_template_ending_;
}
@@ -1442,7 +1442,7 @@ BE_GlobalData::ciao_svnt_source_template_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_svnt_source_template_ending (void) const
+BE_GlobalData::ciao_svnt_source_template_ending () const
{
return this->ciao_svnt_src_template_ending_;
}
@@ -1455,7 +1455,7 @@ BE_GlobalData::ciao_exec_header_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_exec_header_ending (void) const
+BE_GlobalData::ciao_exec_header_ending () const
{
return this->ciao_exec_hdr_ending_;
}
@@ -1468,7 +1468,7 @@ BE_GlobalData::ciao_exec_source_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_exec_source_ending (void) const
+BE_GlobalData::ciao_exec_source_ending () const
{
return this->ciao_exec_src_ending_;
}
@@ -1481,7 +1481,7 @@ BE_GlobalData::ciao_exec_stub_header_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_exec_stub_header_ending (void) const
+BE_GlobalData::ciao_exec_stub_header_ending () const
{
return this->ciao_exec_stub_hdr_ending_;
}
@@ -1494,7 +1494,7 @@ BE_GlobalData::ciao_exec_idl_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_exec_idl_ending (void) const
+BE_GlobalData::ciao_exec_idl_ending () const
{
return this->ciao_exec_idl_ending_;
}
@@ -1507,7 +1507,7 @@ BE_GlobalData::ciao_conn_header_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_conn_header_ending (void) const
+BE_GlobalData::ciao_conn_header_ending () const
{
return this->ciao_conn_hdr_ending_;
}
@@ -1520,7 +1520,7 @@ BE_GlobalData::ciao_conn_source_ending (const char* s)
}
const char*
-BE_GlobalData::ciao_conn_source_ending (void) const
+BE_GlobalData::ciao_conn_source_ending () const
{
return this->ciao_conn_src_ending_;
}
@@ -1533,7 +1533,7 @@ BE_GlobalData::dds_typesupport_hdr_ending (const char* s)
}
const char*
-BE_GlobalData::dds_typesupport_hdr_ending (void) const
+BE_GlobalData::dds_typesupport_hdr_ending () const
{
return this->dds_typesupport_hdr_ending_;
}
@@ -1546,7 +1546,7 @@ BE_GlobalData::ciao_ami_conn_idl_ending (const char* s)
}
const char *
-BE_GlobalData::ciao_ami_conn_idl_ending (void) const
+BE_GlobalData::ciao_ami_conn_idl_ending () const
{
return this->ciao_ami_conn_idl_ending_;
}
@@ -1559,7 +1559,7 @@ BE_GlobalData::ciao_ami_conn_impl_hdr_ending (const char* s)
}
const char *
-BE_GlobalData::ciao_ami_conn_impl_hdr_ending (void) const
+BE_GlobalData::ciao_ami_conn_impl_hdr_ending () const
{
return this->ciao_ami_conn_impl_hdr_ending_;
}
@@ -1572,7 +1572,7 @@ BE_GlobalData::ciao_ami_conn_impl_src_ending (const char* s)
}
const char *
-BE_GlobalData::ciao_ami_conn_impl_src_ending (void) const
+BE_GlobalData::ciao_ami_conn_impl_src_ending () const
{
return this->ciao_ami_conn_impl_src_ending_;
}
@@ -1585,7 +1585,7 @@ BE_GlobalData::ciao_container_type (const char* s)
}
const char *
-BE_GlobalData::ciao_container_type (void) const
+BE_GlobalData::ciao_container_type () const
{
return this->ciao_container_type_;
}
@@ -1598,12 +1598,12 @@ BE_GlobalData::output_dir (const char* s)
}
const char*
-BE_GlobalData::output_dir (void) const
+BE_GlobalData::output_dir () const
{
return this->output_dir_;
}
bool
-BE_GlobalData::overwrite_not_exec (void) const
+BE_GlobalData::overwrite_not_exec () const
{
return this->overwrite_not_exec_;
}
@@ -1622,7 +1622,7 @@ BE_GlobalData::skel_output_dir (const char* s)
}
const char*
-BE_GlobalData::skel_output_dir (void) const
+BE_GlobalData::skel_output_dir () const
{
return this->skel_output_dir_;
}
@@ -1635,7 +1635,7 @@ BE_GlobalData::stub_include_dir (const char* s)
}
const char*
-BE_GlobalData::stub_include_dir (void) const
+BE_GlobalData::stub_include_dir () const
{
return this->stub_include_dir_;
}
@@ -1648,7 +1648,7 @@ BE_GlobalData::anyop_output_dir (const char* s)
}
const char*
-BE_GlobalData::anyop_output_dir (void) const
+BE_GlobalData::anyop_output_dir () const
{
return this->anyop_output_dir_;
}
@@ -1661,7 +1661,7 @@ BE_GlobalData::exec_output_dir (const char* s)
}
const char*
-BE_GlobalData::exec_output_dir (void) const
+BE_GlobalData::exec_output_dir () const
{
return this->exec_output_dir_;
}
@@ -1672,7 +1672,7 @@ BE_GlobalData::any_support (bool val)
}
bool
-BE_GlobalData::any_support (void) const
+BE_GlobalData::any_support () const
{
return this->any_support_;
}
@@ -1684,7 +1684,7 @@ BE_GlobalData::cdr_support (bool val)
}
bool
-BE_GlobalData::cdr_support (void) const
+BE_GlobalData::cdr_support () const
{
return this->cdr_support_;
}
@@ -1696,7 +1696,7 @@ BE_GlobalData::tc_support (bool val)
}
bool
-BE_GlobalData::tc_support (void) const
+BE_GlobalData::tc_support () const
{
return this->tc_support_;
}
@@ -1708,7 +1708,7 @@ BE_GlobalData::obv_opt_accessor (bool val)
}
bool
-BE_GlobalData::obv_opt_accessor (void) const
+BE_GlobalData::obv_opt_accessor () const
{
return this->obv_opt_accessor_;
}
@@ -1720,7 +1720,7 @@ BE_GlobalData::gen_impl_files (bool val)
}
bool
-BE_GlobalData::gen_impl_files (void) const
+BE_GlobalData::gen_impl_files () const
{
return this->gen_impl_files_;
}
@@ -1732,7 +1732,7 @@ BE_GlobalData::gen_impl_debug_info (bool val)
}
bool
-BE_GlobalData::gen_impl_debug_info (void) const
+BE_GlobalData::gen_impl_debug_info () const
{
return this->gen_impl_debug_info_;
}
@@ -1744,7 +1744,7 @@ BE_GlobalData::gen_copy_ctor (bool val)
}
bool
-BE_GlobalData::gen_copy_ctor (void) const
+BE_GlobalData::gen_copy_ctor () const
{
return this->gen_copy_ctor_;
}
@@ -1756,7 +1756,7 @@ BE_GlobalData::gen_assign_op (bool val)
}
bool
-BE_GlobalData::gen_assign_op (void) const
+BE_GlobalData::gen_assign_op () const
{
return this->gen_assign_op_;
}
@@ -1768,7 +1768,7 @@ BE_GlobalData::gen_thru_poa_collocation (bool val)
}
bool
-BE_GlobalData::gen_thru_poa_collocation (void) const
+BE_GlobalData::gen_thru_poa_collocation () const
{
return this->gen_thru_poa_collocation_;
}
@@ -1780,7 +1780,7 @@ BE_GlobalData::gen_direct_collocation (bool val)
}
bool
-BE_GlobalData::gen_direct_collocation (void) const
+BE_GlobalData::gen_direct_collocation () const
{
return this->gen_direct_collocation_;
}
@@ -1792,7 +1792,7 @@ BE_GlobalData::gen_corba_e (bool val)
}
bool
-BE_GlobalData::gen_corba_e (void) const
+BE_GlobalData::gen_corba_e () const
{
return this->gen_corba_e_;
}
@@ -1804,7 +1804,7 @@ BE_GlobalData::gen_minimum_corba (bool val)
}
bool
-BE_GlobalData::gen_minimum_corba (void) const
+BE_GlobalData::gen_minimum_corba () const
{
return this->gen_minimum_corba_;
}
@@ -1816,7 +1816,7 @@ BE_GlobalData::gen_noeventccm (bool val)
}
bool
-BE_GlobalData::gen_noeventccm (void) const
+BE_GlobalData::gen_noeventccm () const
{
return this->gen_noeventccm_;
}
@@ -1828,7 +1828,7 @@ BE_GlobalData::gen_lwccm (bool val)
}
bool
-BE_GlobalData::gen_lwccm (void) const
+BE_GlobalData::gen_lwccm () const
{
return this->gen_lwccm_;
}
@@ -1841,7 +1841,7 @@ BE_GlobalData::opt_tc (bool val)
}
bool
-BE_GlobalData::opt_tc (void) const
+BE_GlobalData::opt_tc () const
{
return this->opt_tc_;
}
@@ -1853,7 +1853,7 @@ BE_GlobalData::ami4ccm_call_back (bool val)
}
bool
-BE_GlobalData::ami4ccm_call_back (void) const
+BE_GlobalData::ami4ccm_call_back () const
{
return this->ami4ccm_call_back_;
}
@@ -1865,7 +1865,7 @@ BE_GlobalData::ami_call_back (bool val)
}
bool
-BE_GlobalData::ami_call_back (void) const
+BE_GlobalData::ami_call_back () const
{
return this->ami_call_back_;
}
@@ -1877,7 +1877,7 @@ BE_GlobalData::gen_amh_classes (bool val)
}
bool
-BE_GlobalData::gen_amh_classes (void) const
+BE_GlobalData::gen_amh_classes () const
{
return this->gen_amh_classes_;
}
@@ -1889,7 +1889,7 @@ BE_GlobalData::gen_tie_classes (bool val)
}
bool
-BE_GlobalData::gen_tie_classes (void) const
+BE_GlobalData::gen_tie_classes () const
{
return this->gen_tie_classes_;
}
@@ -1901,7 +1901,7 @@ BE_GlobalData::gen_smart_proxies (bool val)
}
bool
-BE_GlobalData::gen_smart_proxies (void) const
+BE_GlobalData::gen_smart_proxies () const
{
return this->gen_smart_proxies_;
}
@@ -1913,7 +1913,7 @@ BE_GlobalData::gen_inline_constants (bool val)
}
bool
-BE_GlobalData::gen_inline_constants (void) const
+BE_GlobalData::gen_inline_constants () const
{
return this->gen_inline_constants_;
}
@@ -1925,7 +1925,7 @@ BE_GlobalData::gen_orb_h_include (bool val)
}
bool
-BE_GlobalData::gen_orb_h_include (void) const
+BE_GlobalData::gen_orb_h_include () const
{
return this->gen_orb_h_include_;
}
@@ -1937,7 +1937,7 @@ BE_GlobalData::gen_empty_anyop_header (bool val)
}
bool
-BE_GlobalData::gen_empty_anyop_header (void) const
+BE_GlobalData::gen_empty_anyop_header () const
{
return this->gen_empty_anyop_header_;
}
@@ -1949,7 +1949,7 @@ BE_GlobalData::lookup_strategy (LOOKUP_STRATEGY s)
}
BE_GlobalData::LOOKUP_STRATEGY
-BE_GlobalData::lookup_strategy (void) const
+BE_GlobalData::lookup_strategy () const
{
return this->lookup_strategy_;
}
@@ -1986,13 +1986,13 @@ BE_GlobalData::dds_impl (char const * const val)
}
BE_GlobalData::DDS_IMPL
-BE_GlobalData::dds_impl (void) const
+BE_GlobalData::dds_impl () const
{
return this->dds_impl_;
}
void
-BE_GlobalData::destroy (void)
+BE_GlobalData::destroy ()
{
ACE::strdelete (this->skel_export_macro_);
this->skel_export_macro_ = nullptr;
@@ -2184,7 +2184,7 @@ BE_GlobalData::destroy (void)
}
AST_PredefinedType *
-BE_GlobalData:: void_type (void)
+BE_GlobalData:: void_type ()
{
if (nullptr == this->void_type_)
{
@@ -2199,7 +2199,7 @@ BE_GlobalData:: void_type (void)
}
be_interface *
-BE_GlobalData::ccmobject (void)
+BE_GlobalData::ccmobject ()
{
if (nullptr == this->ccmobject_)
{
@@ -2240,7 +2240,7 @@ BE_GlobalData::ccmobject (void)
}
be_module *
-BE_GlobalData::messaging (void)
+BE_GlobalData::messaging ()
{
if (nullptr == this->messaging_)
{
@@ -2267,7 +2267,7 @@ BE_GlobalData::messaging (void)
}
be_valuetype *
-BE_GlobalData::messaging_exceptionholder (void)
+BE_GlobalData::messaging_exceptionholder ()
{
if (nullptr == this->messaging_exceptionholder_)
{
@@ -2332,7 +2332,7 @@ BE_GlobalData::messaging_exceptionholder (void)
}
be_interface *
-BE_GlobalData::messaging_replyhandler (void)
+BE_GlobalData::messaging_replyhandler ()
{
if (nullptr == this->messaging_replyhandler_)
{
@@ -2390,7 +2390,7 @@ BE_GlobalData::messaging_replyhandler (void)
}
bool
-BE_GlobalData::gen_anyop_files (void) const
+BE_GlobalData::gen_anyop_files () const
{
return this->gen_anyop_files_;
}
@@ -2402,7 +2402,7 @@ BE_GlobalData::gen_anyop_files (bool val)
}
bool
-BE_GlobalData::gen_skel_files (void) const
+BE_GlobalData::gen_skel_files () const
{
return this->gen_skel_files_;
}
@@ -2414,7 +2414,7 @@ BE_GlobalData::gen_skel_files (bool val)
}
bool
-BE_GlobalData::gen_svnt_cpp_files (void) const
+BE_GlobalData::gen_svnt_cpp_files () const
{
return this->gen_svnt_cpp_files_;
}
@@ -2426,7 +2426,7 @@ BE_GlobalData::gen_svnt_cpp_files (bool val)
}
bool
-BE_GlobalData::gen_svnt_t_files (void) const
+BE_GlobalData::gen_svnt_t_files () const
{
return this->gen_svnt_t_files_;
}
@@ -2438,7 +2438,7 @@ BE_GlobalData::gen_svnt_t_files (bool val)
}
bool
-BE_GlobalData::gen_client_inline (void) const
+BE_GlobalData::gen_client_inline () const
{
return this->gen_client_inline_;
}
@@ -2450,7 +2450,7 @@ BE_GlobalData::gen_client_inline (bool val)
}
bool
-BE_GlobalData::gen_client_stub (void) const
+BE_GlobalData::gen_client_stub () const
{
return this->gen_client_stub_;
}
@@ -2462,7 +2462,7 @@ BE_GlobalData::gen_client_stub (bool val)
}
bool
-BE_GlobalData::gen_client_header (void) const
+BE_GlobalData::gen_client_header () const
{
return this->gen_client_header_;
}
@@ -2474,7 +2474,7 @@ BE_GlobalData::gen_client_header (bool val)
}
bool
-BE_GlobalData::gen_server_skeleton (void) const
+BE_GlobalData::gen_server_skeleton () const
{
return this->gen_server_skeleton_;
}
@@ -2486,7 +2486,7 @@ BE_GlobalData::gen_server_skeleton (bool val)
}
bool
-BE_GlobalData::gen_server_header (void) const
+BE_GlobalData::gen_server_header () const
{
return this->gen_server_header_;
}
@@ -2498,7 +2498,7 @@ BE_GlobalData::gen_server_header (bool val)
}
bool
-BE_GlobalData::gen_local_iface_anyops (void) const
+BE_GlobalData::gen_local_iface_anyops () const
{
return this->gen_local_iface_anyops_;
}
@@ -2510,7 +2510,7 @@ BE_GlobalData::gen_local_iface_anyops (bool val)
}
bool
-BE_GlobalData::gen_custom_ending (void) const
+BE_GlobalData::gen_custom_ending () const
{
return this->gen_custom_ending_;
}
@@ -2522,7 +2522,7 @@ BE_GlobalData::gen_custom_ending (bool val)
}
bool
-BE_GlobalData::gen_unique_guards (void) const
+BE_GlobalData::gen_unique_guards () const
{
return this->gen_unique_guards_;
}
@@ -2534,7 +2534,7 @@ BE_GlobalData::gen_unique_guards (bool val)
}
bool
-BE_GlobalData::gen_ciao_svnt (void) const
+BE_GlobalData::gen_ciao_svnt () const
{
return this->gen_ciao_svnt_;
}
@@ -2546,7 +2546,7 @@ BE_GlobalData::gen_ciao_svnt (bool val)
}
bool
-BE_GlobalData::gen_ciao_exec_idl (void) const
+BE_GlobalData::gen_ciao_exec_idl () const
{
return this->gen_ciao_exec_idl_;
}
@@ -2558,7 +2558,7 @@ BE_GlobalData::gen_ciao_exec_idl (bool val)
}
bool
-BE_GlobalData::gen_ciao_exec_impl (void) const
+BE_GlobalData::gen_ciao_exec_impl () const
{
return this->gen_ciao_exec_impl_;
}
@@ -2570,7 +2570,7 @@ BE_GlobalData::gen_ciao_exec_impl (bool val)
}
bool
-BE_GlobalData::gen_ciao_exec_reactor_impl (void) const
+BE_GlobalData::gen_ciao_exec_reactor_impl () const
{
return this->gen_ciao_exec_reactor_impl_;
}
@@ -2582,7 +2582,7 @@ BE_GlobalData::gen_ciao_exec_reactor_impl (bool val)
}
bool
-BE_GlobalData::gen_ciao_conn_impl (void) const
+BE_GlobalData::gen_ciao_conn_impl () const
{
return this->gen_ciao_conn_impl_;
}
@@ -2594,7 +2594,7 @@ BE_GlobalData::gen_ciao_conn_impl (bool val)
}
bool
-BE_GlobalData::gen_dds_typesupport_idl (void) const
+BE_GlobalData::gen_dds_typesupport_idl () const
{
return this->gen_dds_typesupport_idl_;
}
@@ -2606,7 +2606,7 @@ BE_GlobalData::gen_dds_typesupport_idl (bool val)
}
bool
-BE_GlobalData::gen_ciao_valuefactory_reg (void) const
+BE_GlobalData::gen_ciao_valuefactory_reg () const
{
return this->gen_ciao_valuefactory_reg_;
}
@@ -2618,7 +2618,7 @@ BE_GlobalData::gen_ciao_valuefactory_reg (bool val)
}
bool
-BE_GlobalData::gen_stub_export_hdr_file (void) const
+BE_GlobalData::gen_stub_export_hdr_file () const
{
return this->gen_stub_export_hdr_file_;
}
@@ -2630,7 +2630,7 @@ BE_GlobalData::gen_stub_export_hdr_file (bool val)
}
bool
-BE_GlobalData::gen_skel_export_hdr_file (void) const
+BE_GlobalData::gen_skel_export_hdr_file () const
{
return this->gen_skel_export_hdr_file_;
}
@@ -2642,7 +2642,7 @@ BE_GlobalData::gen_skel_export_hdr_file (bool val)
}
bool
-BE_GlobalData::gen_svnt_export_hdr_file (void) const
+BE_GlobalData::gen_svnt_export_hdr_file () const
{
return this->gen_svnt_export_hdr_file_;
}
@@ -2654,7 +2654,7 @@ BE_GlobalData::gen_svnt_export_hdr_file (bool val)
}
bool
-BE_GlobalData::gen_exec_export_hdr_file (void) const
+BE_GlobalData::gen_exec_export_hdr_file () const
{
return this->gen_exec_export_hdr_file_;
}
@@ -2666,7 +2666,7 @@ BE_GlobalData::gen_exec_export_hdr_file (bool val)
}
bool
-BE_GlobalData::gen_conn_export_hdr_file (void) const
+BE_GlobalData::gen_conn_export_hdr_file () const
{
return this->gen_conn_export_hdr_file_;
}
@@ -2678,7 +2678,7 @@ BE_GlobalData::gen_conn_export_hdr_file (bool val)
}
bool
-BE_GlobalData::alt_mapping (void) const
+BE_GlobalData::alt_mapping () const
{
return this->alt_mapping_;
}
@@ -2690,7 +2690,7 @@ BE_GlobalData::alt_mapping (bool val)
}
bool
-BE_GlobalData::in_facet_servant (void) const
+BE_GlobalData::in_facet_servant () const
{
return this->in_facet_servant_;
}
@@ -2702,7 +2702,7 @@ BE_GlobalData::in_facet_servant (bool val)
}
bool
-BE_GlobalData::gen_arg_traits (void) const
+BE_GlobalData::gen_arg_traits () const
{
return this->gen_arg_traits_;
}
@@ -2714,7 +2714,7 @@ BE_GlobalData::gen_arg_traits (bool val)
}
bool
-BE_GlobalData::gen_anytypecode_adapter (void) const
+BE_GlobalData::gen_anytypecode_adapter () const
{
return this->gen_anytypecode_adapter_;
}
@@ -2738,7 +2738,7 @@ BE_GlobalData::no_fixed_err (bool val)
}
unsigned long
-BE_GlobalData::tab_size (void) const
+BE_GlobalData::tab_size () const
{
return this->tab_size_;
}
@@ -2750,7 +2750,7 @@ BE_GlobalData::tab_size (unsigned long val)
}
ACE_CString
-BE_GlobalData::spawn_options (void)
+BE_GlobalData::spawn_options ()
{
return idl_global->idl_flags ();
}
diff --git a/TAO/TAO_IDL/be/be_helper.cpp b/TAO/TAO_IDL/be/be_helper.cpp
index 47629c91ddd..1a0ed5e84a7 100644
--- a/TAO/TAO_IDL/be/be_helper.cpp
+++ b/TAO/TAO_IDL/be/be_helper.cpp
@@ -46,12 +46,12 @@ static const char copyright[] =
" * https://www.dre.vanderbilt.edu/~schmidt/TAO.html\n"
" **/";
-TAO_NL::TAO_NL (void)
+TAO_NL::TAO_NL ()
{
ACE_UNUSED_ARG (copyright);
}
-TAO_NL_2::TAO_NL_2 (void)
+TAO_NL_2::TAO_NL_2 ()
{
ACE_UNUSED_ARG (copyright);
}
@@ -75,7 +75,7 @@ const TAO_UNINDENT be_uidt_nl (1);
// Methods of the TAO_OutStream class.
-TAO_OutStream::TAO_OutStream (void)
+TAO_OutStream::TAO_OutStream ()
: fp_ (nullptr),
st_ (TAO_CLI_HDR),
indent_level_ (0)
@@ -86,7 +86,7 @@ TAO_OutStream::TAO_OutStream (void)
}
}
-TAO_OutStream::~TAO_OutStream (void)
+TAO_OutStream::~TAO_OutStream ()
{
// Close the underlying I/O handle only if it exists.
if (this->fp_ != nullptr)
@@ -140,7 +140,7 @@ TAO_OutStream::stream_type (TAO_OutStream::STREAM_TYPE st)
}
TAO_OutStream::STREAM_TYPE
-TAO_OutStream::stream_type (void)
+TAO_OutStream::stream_type ()
{
return this->st_;
}
@@ -148,7 +148,7 @@ TAO_OutStream::stream_type (void)
// Return the underlying lowlevel file pointer.
// indentation.
FILE *&
-TAO_OutStream::file (void)
+TAO_OutStream::file ()
{
return this->fp_;
}
@@ -192,7 +192,7 @@ TAO_OutStream::decr_indent (unsigned short flag)
}
int
-TAO_OutStream::reset (void)
+TAO_OutStream::reset ()
{
this->indent_level_ = 0;
return 0;
@@ -200,7 +200,7 @@ TAO_OutStream::reset (void)
// Indented print.
int
-TAO_OutStream::indent (void)
+TAO_OutStream::indent ()
{
// Based on the current indentation level, leave appropriate number of blank
// spaces in the output.
@@ -216,7 +216,7 @@ TAO_OutStream::indent (void)
}
int
-TAO_OutStream::nl (void)
+TAO_OutStream::nl ()
{
ACE_OS::fprintf (this->fp_, "\n");
this->indent ();
@@ -287,7 +287,7 @@ TAO_OutStream::gen_ifdef_macro (const char *flat_name,
}
int
-TAO_OutStream::gen_endif (void)
+TAO_OutStream::gen_endif ()
{
*this << "\n\n#endif /* end #if !defined */";
diff --git a/TAO/TAO_IDL/be/be_home.cpp b/TAO/TAO_IDL/be/be_home.cpp
index 2e802998aa6..b3e00cc5739 100644
--- a/TAO/TAO_IDL/be/be_home.cpp
+++ b/TAO/TAO_IDL/be/be_home.cpp
@@ -80,7 +80,7 @@ be_home::be_home (UTL_ScopedName *n,
idl_global->object_arg_seen_ = true;
}
-be_home::~be_home (void)
+be_home::~be_home ()
{
}
@@ -116,7 +116,7 @@ be_home::scan (UTL_Scope *s)
}
void
-be_home::destroy (void)
+be_home::destroy ()
{
delete [] this->full_skel_name_;
this->full_skel_name_ = nullptr;
diff --git a/TAO/TAO_IDL/be/be_init.cpp b/TAO/TAO_IDL/be/be_init.cpp
index 691eb0056cd..cb617133710 100644
--- a/TAO/TAO_IDL/be/be_init.cpp
+++ b/TAO/TAO_IDL/be/be_init.cpp
@@ -3,7 +3,7 @@
#include "../../tao/Version.h"
TAO_IDL_BE_Export void
-BE_version (void)
+BE_version ()
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO_IDL_BE, version ") ACE_TEXT (TAO_VERSION)
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 1d9a9153f53..7cb827f423c 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -141,12 +141,12 @@ be_interface::be_interface (UTL_ScopedName *n,
}
}
-be_interface::~be_interface (void)
+be_interface::~be_interface ()
{
}
const char *
-be_interface::local_name (void)
+be_interface::local_name ()
{
// Return the local name.
// return this->strategy_->local_name ();
@@ -154,7 +154,7 @@ be_interface::local_name (void)
}
const char *
-be_interface::full_skel_name (void)
+be_interface::full_skel_name ()
{
if (this->full_skel_name_ == nullptr)
{
@@ -533,7 +533,7 @@ be_interface::relative_name (const char *localname,
// Am I in some kind of a multiple inheritance?
int
-be_interface::in_mult_inheritance (void)
+be_interface::in_mult_inheritance ()
{
if (this->in_mult_inheritance_ == -1)
{
@@ -564,7 +564,7 @@ be_interface::in_mult_inheritance (int mi)
}
bool
-be_interface::has_rw_attributes (void) const
+be_interface::has_rw_attributes () const
{
return this->has_rw_attributes_;
}
@@ -734,7 +734,7 @@ be_interface::gen_stub_ctor (TAO_OutStream *os)
// interface _var and _out template classes, as well as by the
// template sequence classes for object references.
void
-be_interface::gen_var_out_seq_decls (void)
+be_interface::gen_var_out_seq_decls ()
{
if (this->var_out_seq_decls_gen_)
{
@@ -808,7 +808,7 @@ be_interface::gen_var_out_seq_decls (void)
// ****************************************************************
TAO_IDL_Inheritance_Hierarchy_Worker::~TAO_IDL_Inheritance_Hierarchy_Worker (
- void)
+ )
{
}
@@ -2490,7 +2490,7 @@ be_interface::op_attr_decl_helper (be_interface * /*derived */,
}
void
-be_interface::destroy (void)
+be_interface::destroy ()
{
delete [] this->full_skel_name_;
this->full_skel_name_ = nullptr;
@@ -2541,13 +2541,13 @@ be_interface::original_interface (be_interface *original_interface)
}
be_interface *
-be_interface::original_interface (void)
+be_interface::original_interface ()
{
return this->original_interface_;
}
bool
-be_interface::is_event_consumer (void)
+be_interface::is_event_consumer ()
{
return
this->pd_n_inherits == 1
@@ -2628,7 +2628,7 @@ be_interface::enqueue_base_home_r (AST_Home *node)
}
bool
-be_interface::dds_connector_traits_done (void) const
+be_interface::dds_connector_traits_done () const
{
return this->dds_connector_traits_done_;
}
@@ -2879,7 +2879,7 @@ be_interface::gen_ami4ccm_idl (TAO_OutStream *os)
}
bool
-be_interface::is_ami_rh (void) const
+be_interface::is_ami_rh () const
{
return this->is_ami_rh_;
}
@@ -2891,7 +2891,7 @@ be_interface::is_ami_rh (bool val)
}
bool
-be_interface::is_ami4ccm_rh (void) const
+be_interface::is_ami4ccm_rh () const
{
return this->is_ami4ccm_rh_;
}
@@ -2903,7 +2903,7 @@ be_interface::is_ami4ccm_rh (bool val)
}
const char *
-be_interface::direct_proxy_impl_name (void)
+be_interface::direct_proxy_impl_name ()
{
if (this->direct_proxy_impl_name_ == nullptr)
{
@@ -2919,7 +2919,7 @@ be_interface::direct_proxy_impl_name (void)
}
const char *
-be_interface::full_direct_proxy_impl_name (void)
+be_interface::full_direct_proxy_impl_name ()
{
if (this->full_direct_proxy_impl_name_ == nullptr)
{
@@ -2944,7 +2944,7 @@ be_interface::full_direct_proxy_impl_name (void)
const char *
-be_interface::client_enclosing_scope (void)
+be_interface::client_enclosing_scope ()
{
if (this->client_scope_ == nullptr)
{
@@ -2965,7 +2965,7 @@ be_interface::client_enclosing_scope (void)
}
const char *
-be_interface::flat_client_enclosing_scope (void)
+be_interface::flat_client_enclosing_scope ()
{
if (this->flat_client_scope_ == nullptr)
{
@@ -2990,7 +2990,7 @@ be_interface::flat_client_enclosing_scope (void)
}
const char *
-be_interface::server_enclosing_scope (void)
+be_interface::server_enclosing_scope ()
{
if (this->server_scope_ == nullptr)
{
diff --git a/TAO/TAO_IDL/be/be_interface_fwd.cpp b/TAO/TAO_IDL/be/be_interface_fwd.cpp
index 6494d4948c1..e1134961c1e 100644
--- a/TAO/TAO_IDL/be/be_interface_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_interface_fwd.cpp
@@ -35,7 +35,7 @@ be_interface_fwd::be_interface_fwd (AST_Interface *dummy,
this->size_type (AST_Type::VARIABLE);
}
-be_interface_fwd::~be_interface_fwd (void)
+be_interface_fwd::~be_interface_fwd ()
{
}
@@ -58,7 +58,7 @@ be_interface_fwd::seen_in_operation (bool val)
}
void
-be_interface_fwd::destroy (void)
+be_interface_fwd::destroy ()
{
this->be_type::destroy ();
this->AST_InterfaceFwd::destroy ();
diff --git a/TAO/TAO_IDL/be/be_mirror_port.cpp b/TAO/TAO_IDL/be/be_mirror_port.cpp
index 12d583c5ca9..48c2f84d19d 100644
--- a/TAO/TAO_IDL/be/be_mirror_port.cpp
+++ b/TAO/TAO_IDL/be/be_mirror_port.cpp
@@ -26,12 +26,12 @@ be_mirror_port::be_mirror_port (
{
}
-be_mirror_port::~be_mirror_port (void)
+be_mirror_port::~be_mirror_port ()
{
}
void
-be_mirror_port::destroy (void)
+be_mirror_port::destroy ()
{
this->AST_Mirror_Port::destroy ();
this->be_extended_port::destroy ();
diff --git a/TAO/TAO_IDL/be/be_module.cpp b/TAO/TAO_IDL/be/be_module.cpp
index c989e4cecee..71d6a3b04db 100644
--- a/TAO/TAO_IDL/be/be_module.cpp
+++ b/TAO/TAO_IDL/be/be_module.cpp
@@ -24,7 +24,7 @@ be_module::be_module (UTL_ScopedName *n, AST_Module *previous)
}
void
-be_module::destroy (void)
+be_module::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_native.cpp b/TAO/TAO_IDL/be/be_native.cpp
index aee4989e65e..8bc0e1eb352 100644
--- a/TAO/TAO_IDL/be/be_native.cpp
+++ b/TAO/TAO_IDL/be/be_native.cpp
@@ -43,19 +43,19 @@ be_native::be_native (UTL_ScopedName *n)
}
int
-be_native::gen_typecode (void)
+be_native::gen_typecode ()
{
return 0;
}
long
-be_native::tc_size (void)
+be_native::tc_size ()
{
return 0;
}
void
-be_native::destroy (void)
+be_native::destroy ()
{
this->be_exception::destroy ();
this->AST_Native::destroy ();
diff --git a/TAO/TAO_IDL/be/be_null_return_emitter.cpp b/TAO/TAO_IDL/be/be_null_return_emitter.cpp
index 350bb316b90..f8a3fa23c9a 100644
--- a/TAO/TAO_IDL/be/be_null_return_emitter.cpp
+++ b/TAO/TAO_IDL/be/be_null_return_emitter.cpp
@@ -26,7 +26,7 @@ be_null_return_emitter::be_null_return_emitter (
{
}
-be_null_return_emitter::~be_null_return_emitter (void)
+be_null_return_emitter::~be_null_return_emitter ()
{
}
diff --git a/TAO/TAO_IDL/be/be_operation.cpp b/TAO/TAO_IDL/be/be_operation.cpp
index f7bda2708c0..60fdf5067fd 100644
--- a/TAO/TAO_IDL/be/be_operation.cpp
+++ b/TAO/TAO_IDL/be/be_operation.cpp
@@ -62,12 +62,12 @@ be_operation::be_operation (AST_Type *rt,
}
}
-be_operation::~be_operation (void)
+be_operation::~be_operation ()
{
}
void
-be_operation::destroy (void)
+be_operation::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
@@ -104,7 +104,7 @@ be_operation::be_insert_exception (AST_Exception *ex)
}
bool
-be_operation::is_sendc_ami (void) const
+be_operation::is_sendc_ami () const
{
return this->is_sendc_ami_;
}
@@ -116,7 +116,7 @@ be_operation::is_sendc_ami (bool val)
}
bool
-be_operation::is_excep_ami (void) const
+be_operation::is_excep_ami () const
{
return this->is_excep_ami_;
}
@@ -128,7 +128,7 @@ be_operation::is_excep_ami (bool val)
}
bool
-be_operation::is_attr_op (void) const
+be_operation::is_attr_op () const
{
return this->is_attr_op_;
}
diff --git a/TAO/TAO_IDL/be/be_param_holder.cpp b/TAO/TAO_IDL/be/be_param_holder.cpp
index c74d051e18e..0388f2aa116 100644
--- a/TAO/TAO_IDL/be/be_param_holder.cpp
+++ b/TAO/TAO_IDL/be/be_param_holder.cpp
@@ -31,7 +31,7 @@ be_param_holder::be_param_holder (UTL_ScopedName *parameter_name,
{
}
-be_param_holder::~be_param_holder (void)
+be_param_holder::~be_param_holder ()
{
}
@@ -42,7 +42,7 @@ be_param_holder::accept (be_visitor *visitor)
}
void
-be_param_holder::destroy (void)
+be_param_holder::destroy ()
{
this->AST_Param_Holder::destroy ();
this->be_type::destroy ();
diff --git a/TAO/TAO_IDL/be/be_porttype.cpp b/TAO/TAO_IDL/be/be_porttype.cpp
index 2f3393621ee..58d776165c6 100644
--- a/TAO/TAO_IDL/be/be_porttype.cpp
+++ b/TAO/TAO_IDL/be/be_porttype.cpp
@@ -18,12 +18,12 @@ be_porttype::be_porttype (UTL_ScopedName *n)
{
}
-be_porttype::~be_porttype (void)
+be_porttype::~be_porttype ()
{
}
void
-be_porttype::destroy (void)
+be_porttype::destroy ()
{
this->AST_PortType::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_predefined_type.cpp b/TAO/TAO_IDL/be/be_predefined_type.cpp
index b6943001da8..7aa8a813c9b 100644
--- a/TAO/TAO_IDL/be/be_predefined_type.cpp
+++ b/TAO/TAO_IDL/be/be_predefined_type.cpp
@@ -123,7 +123,7 @@ be_predefined_type::gen_member_ostream_operator (TAO_OutStream *os,
// Overriden method.
void
-be_predefined_type::compute_tc_name (void)
+be_predefined_type::compute_tc_name ()
{
// Start with the head as the CORBA namespace.
Identifier *corba_id = nullptr;
@@ -235,7 +235,7 @@ be_predefined_type::compute_tc_name (void)
}
void
-be_predefined_type::compute_repoID (void)
+be_predefined_type::compute_repoID ()
{
switch (this->pt ())
{
@@ -256,7 +256,7 @@ be_predefined_type::accept (be_visitor *visitor)
}
void
-be_predefined_type::destroy (void)
+be_predefined_type::destroy ()
{
this->AST_PredefinedType::destroy ();
this->be_type::destroy ();
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index b6a02317d79..052b3145f4e 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -76,14 +76,14 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// Clean up before exit, whether successful or not.
TAO_IDL_BE_Export void
-BE_cleanup (void)
+BE_cleanup ()
{
idl_global->destroy ();
}
// Abort this run of the BE.
TAO_IDL_BE_Export void
-BE_abort (void)
+BE_abort ()
{
ACE_ERROR ((LM_ERROR,
"Fatal Error - Aborting\n"));
@@ -112,7 +112,7 @@ BE_visit_root (be_visitor_decl &root_visitor,
// Do the work of this BE. This is the starting point for code generation.
TAO_IDL_BE_Export void
-BE_produce (void)
+BE_produce ()
{
be_visitor_context ctx;
diff --git a/TAO/TAO_IDL/be/be_provides.cpp b/TAO/TAO_IDL/be/be_provides.cpp
index f7100a85ffe..8d89b138c4f 100644
--- a/TAO/TAO_IDL/be/be_provides.cpp
+++ b/TAO/TAO_IDL/be/be_provides.cpp
@@ -32,12 +32,12 @@ be_provides::be_provides (UTL_ScopedName *n,
{
}
-be_provides::~be_provides (void)
+be_provides::~be_provides ()
{
}
be_type *
-be_provides::provides_type (void) const
+be_provides::provides_type () const
{
return
dynamic_cast<be_type*> (
@@ -51,7 +51,7 @@ be_provides::accept (be_visitor *visitor)
}
void
-be_provides::destroy (void)
+be_provides::destroy ()
{
this->AST_Provides::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_publishes.cpp b/TAO/TAO_IDL/be/be_publishes.cpp
index 7b5a9c8ce09..ff23536a39b 100644
--- a/TAO/TAO_IDL/be/be_publishes.cpp
+++ b/TAO/TAO_IDL/be/be_publishes.cpp
@@ -20,12 +20,12 @@ be_publishes::be_publishes (UTL_ScopedName *n,
{
}
-be_publishes::~be_publishes (void)
+be_publishes::~be_publishes ()
{
}
be_eventtype *
-be_publishes::publishes_type (void) const
+be_publishes::publishes_type () const
{
return
dynamic_cast<be_eventtype*> (
@@ -39,7 +39,7 @@ be_publishes::accept (be_visitor *visitor)
}
void
-be_publishes::destroy (void)
+be_publishes::destroy ()
{
this->AST_Publishes::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_root.cpp b/TAO/TAO_IDL/be/be_root.cpp
index 1c1fe1638e0..430ac4d1f37 100644
--- a/TAO/TAO_IDL/be/be_root.cpp
+++ b/TAO/TAO_IDL/be/be_root.cpp
@@ -31,12 +31,12 @@ be_root::be_root (UTL_ScopedName *n)
{
}
-be_root::~be_root (void)
+be_root::~be_root ()
{
}
void
-be_root::destroy (void)
+be_root::destroy ()
{
// Call the destroy methods of our base classes.
diff --git a/TAO/TAO_IDL/be/be_scope.cpp b/TAO/TAO_IDL/be/be_scope.cpp
index 34bb4b93cc8..cdbf44f9635 100644
--- a/TAO/TAO_IDL/be/be_scope.cpp
+++ b/TAO/TAO_IDL/be/be_scope.cpp
@@ -15,7 +15,7 @@
#include "be_visitor.h"
// Default Constructor.
-be_scope::be_scope (void)
+be_scope::be_scope ()
: UTL_Scope (),
comma_ (0)
{
@@ -28,7 +28,7 @@ be_scope::be_scope (AST_Decl::NodeType type)
{
}
-be_scope::~be_scope (void)
+be_scope::~be_scope ()
{
}
@@ -53,14 +53,14 @@ be_scope::comma (unsigned short comma)
}
int
-be_scope::comma (void) const
+be_scope::comma () const
{
return this->comma_;
}
// Return the scope created by this node (if one exists, else NULL).
be_decl *
-be_scope::decl (void)
+be_scope::decl ()
{
switch (this->scope_node_type ())
{
@@ -100,7 +100,7 @@ be_scope::decl (void)
}
void
-be_scope::destroy (void)
+be_scope::destroy ()
{
}
diff --git a/TAO/TAO_IDL/be/be_sequence.cpp b/TAO/TAO_IDL/be/be_sequence.cpp
index 525c4e6d03f..e59a718ad6d 100644
--- a/TAO/TAO_IDL/be/be_sequence.cpp
+++ b/TAO/TAO_IDL/be/be_sequence.cpp
@@ -123,7 +123,7 @@ be_sequence::be_sequence (AST_Expression *v,
}
be_type *
-be_sequence::base_type (void) const
+be_sequence::base_type () const
{
return
dynamic_cast<be_type*> (
@@ -132,7 +132,7 @@ be_sequence::base_type (void) const
// Helper to create_name.
char *
-be_sequence::gen_name (void)
+be_sequence::gen_name ()
{
char namebuf [NAMEBUFSIZE];
be_type *bt = nullptr;
@@ -275,7 +275,7 @@ be_sequence::create_name (be_typedef *node)
// Does this sequence have a managed type sequence element?
be_sequence::MANAGED_TYPE
-be_sequence::managed_type (void)
+be_sequence::managed_type ()
{
if (this->mt_ == be_sequence::MNG_UNKNOWN) // Not calculated yet.
{
@@ -372,7 +372,7 @@ be_sequence::fe_add_sequence (AST_Sequence *t)
// Overridden method
be_decl *
-be_sequence::decl (void)
+be_sequence::decl ()
{
return this;
}
@@ -794,7 +794,7 @@ be_sequence::gen_base_class_name (TAO_OutStream *os,
}
be_field *
-be_sequence::field_node (void) const
+be_sequence::field_node () const
{
return this->field_node_;
}
@@ -807,7 +807,7 @@ be_sequence::field_node (be_field *node)
// Overriden method.
void
-be_sequence::compute_tc_name (void)
+be_sequence::compute_tc_name ()
{
// Sequence TypeCodes can only be accessed through an alias
// TypeCode. Generate a TypeCode name that is meant for internal
@@ -870,7 +870,7 @@ be_sequence::smart_fwd_helper_name (AST_Decl *ctx_scope,
}
void
-be_sequence::destroy (void)
+be_sequence::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_string.cpp b/TAO/TAO_IDL/be/be_string.cpp
index 561a6b17990..fa08fc47ec9 100644
--- a/TAO/TAO_IDL/be/be_string.cpp
+++ b/TAO/TAO_IDL/be/be_string.cpp
@@ -95,7 +95,7 @@ be_string::gen_member_ostream_operator (TAO_OutStream *os,
// Overriden method.
void
-be_string::compute_tc_name (void)
+be_string::compute_tc_name ()
{
Identifier * id = nullptr;
ACE_CDR::ULong val = 0UL;
@@ -169,7 +169,7 @@ be_string::accept (be_visitor * visitor)
}
void
-be_string::destroy (void)
+be_string::destroy ()
{
this->be_type::destroy ();
this->AST_String::destroy ();
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index 414bac439fd..24874c51167 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -145,7 +145,7 @@ be_structure::gen_ostream_operator (TAO_OutStream *os,
}
void
-be_structure::destroy (void)
+be_structure::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_structure_fwd.cpp b/TAO/TAO_IDL/be/be_structure_fwd.cpp
index df1e2da1ee8..fb789735705 100644
--- a/TAO/TAO_IDL/be/be_structure_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_structure_fwd.cpp
@@ -29,12 +29,12 @@ be_structure_fwd::be_structure_fwd (AST_Structure *dummy,
{
}
-be_structure_fwd::~be_structure_fwd (void)
+be_structure_fwd::~be_structure_fwd ()
{
}
void
-be_structure_fwd::destroy (void)
+be_structure_fwd::destroy ()
{
this->be_type::destroy ();
this->AST_StructureFwd::destroy ();
diff --git a/TAO/TAO_IDL/be/be_template_module.cpp b/TAO/TAO_IDL/be/be_template_module.cpp
index de9cfca408d..a82a7413057 100644
--- a/TAO/TAO_IDL/be/be_template_module.cpp
+++ b/TAO/TAO_IDL/be/be_template_module.cpp
@@ -20,12 +20,12 @@ be_template_module::be_template_module (
{
}
-be_template_module::~be_template_module (void)
+be_template_module::~be_template_module ()
{
}
void
-be_template_module::destroy (void)
+be_template_module::destroy ()
{
this->AST_Template_Module::destroy ();
this->be_scope::destroy ();
diff --git a/TAO/TAO_IDL/be/be_template_module_inst.cpp b/TAO/TAO_IDL/be/be_template_module_inst.cpp
index a3c2973dc4d..bcc5ac8ce25 100644
--- a/TAO/TAO_IDL/be/be_template_module_inst.cpp
+++ b/TAO/TAO_IDL/be/be_template_module_inst.cpp
@@ -24,12 +24,12 @@ be_template_module_inst::be_template_module_inst (
{
}
-be_template_module_inst::~be_template_module_inst (void)
+be_template_module_inst::~be_template_module_inst ()
{
}
void
-be_template_module_inst::destroy (void)
+be_template_module_inst::destroy ()
{
this->AST_Template_Module_Inst::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_template_module_ref.cpp b/TAO/TAO_IDL/be/be_template_module_ref.cpp
index ae93fe72cea..3fa20740229 100644
--- a/TAO/TAO_IDL/be/be_template_module_ref.cpp
+++ b/TAO/TAO_IDL/be/be_template_module_ref.cpp
@@ -24,12 +24,12 @@ be_template_module_ref::be_template_module_ref (
{
}
-be_template_module_ref::~be_template_module_ref (void)
+be_template_module_ref::~be_template_module_ref ()
{
}
void
-be_template_module_ref::destroy (void)
+be_template_module_ref::destroy ()
{
this->AST_Template_Module_Ref::destroy ();
this->be_field::destroy ();
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index 6b5d0ed1749..dcc4bf6f369 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -46,7 +46,7 @@ be_type::be_type (AST_Decl::NodeType nt,
}
}
-be_type::~be_type (void)
+be_type::~be_type ()
{
}
@@ -56,7 +56,7 @@ be_type::~be_type (void)
// predefined types.
void
-be_type::compute_tc_name (void)
+be_type::compute_tc_name ()
{
static char namebuf [NAMEBUFSIZE];
UTL_ScopedName *n = this->name ();
@@ -122,7 +122,7 @@ be_type::compute_tc_name (void)
// Retrieve typecode name.
UTL_ScopedName *
-be_type::tc_name (void)
+be_type::tc_name ()
{
// Compute and init the member.
if (this->tc_name_ == nullptr)
@@ -185,7 +185,7 @@ be_type::nested_sp_type_name (be_decl *use_scope,
}
void
-be_type::gen_fwd_helper_name (void)
+be_type::gen_fwd_helper_name ()
{
AST_Decl *parent = ScopeAsDecl (this->defined_in ());
Identifier *segment = nullptr;
@@ -235,7 +235,7 @@ be_type::gen_member_ostream_operator (TAO_OutStream *os,
}
const char *
-be_type::fwd_helper_name (void) const
+be_type::fwd_helper_name () const
{
return this->fwd_helper_name_.fast_rep ();
}
@@ -346,7 +346,7 @@ be_type::gen_stub_decls (TAO_OutStream *os)
}
bool
-be_type::seen_in_sequence (void) const
+be_type::seen_in_sequence () const
{
return this->seen_in_sequence_;
}
@@ -358,7 +358,7 @@ be_type::seen_in_sequence (bool val)
}
bool
-be_type::seen_in_operation (void) const
+be_type::seen_in_operation () const
{
return this->seen_in_operation_;
}
@@ -370,14 +370,14 @@ be_type::seen_in_operation (bool val)
}
AST_Decl::NodeType
-be_type::base_node_type (void) const
+be_type::base_node_type () const
{
return const_cast<be_type*> (this)->node_type ();
}
// Cleanup method
void
-be_type::destroy (void)
+be_type::destroy ()
{
if (this->tc_name_ != nullptr)
{
diff --git a/TAO/TAO_IDL/be/be_typedef.cpp b/TAO/TAO_IDL/be/be_typedef.cpp
index a1aa30cbc58..bee4349fe04 100644
--- a/TAO/TAO_IDL/be/be_typedef.cpp
+++ b/TAO/TAO_IDL/be/be_typedef.cpp
@@ -56,7 +56,7 @@ be_typedef::seen_in_sequence (bool val)
// Some compilers seems to have a problem with a function
// that's both virtual and overloaded.
bool
-be_typedef::seen_in_operation (void) const
+be_typedef::seen_in_operation () const
{
return this->be_type::seen_in_operation ();
}
@@ -70,7 +70,7 @@ be_typedef::seen_in_operation (bool val)
// Given a typedef node, traverse the chain of base types until they are no
// more typedefs, and return that most primitive base type.
be_type *
-be_typedef::primitive_base_type (void)
+be_typedef::primitive_base_type ()
{
be_type *d = this;
be_typedef *temp = nullptr;
@@ -85,7 +85,7 @@ be_typedef::primitive_base_type (void)
}
AST_Decl::NodeType
-be_typedef::base_node_type (void) const
+be_typedef::base_node_type () const
{
be_typedef *td = const_cast<be_typedef *> (this);
@@ -107,7 +107,7 @@ be_typedef::gen_member_ostream_operator (TAO_OutStream *os,
}
void
-be_typedef::destroy (void)
+be_typedef::destroy ()
{
this->AST_Typedef::destroy ();
this->be_type::destroy ();
diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp
index 371152a2cb0..f13367ddab0 100644
--- a/TAO/TAO_IDL/be/be_union.cpp
+++ b/TAO/TAO_IDL/be/be_union.cpp
@@ -72,7 +72,7 @@ be_union::redefine (AST_Structure *from)
}
bool
-be_union::has_duplicate_case_labels (void)
+be_union::has_duplicate_case_labels ()
{
for (UTL_ScopeActiveIterator si (this, UTL_Scope::IK_decls);
!si.is_done ();
@@ -181,7 +181,7 @@ be_union::gen_ostream_operator (TAO_OutStream *os,
}
void
-be_union::destroy (void)
+be_union::destroy ()
{
// Call the destroy methods of our base classes.
this->be_scope::destroy ();
@@ -198,7 +198,7 @@ be_union::accept (be_visitor *visitor)
}
bool
-be_union::gen_empty_default_label (void)
+be_union::gen_empty_default_label ()
{
// A non-empty explicit default label will be generated.
if (this->default_index () != -1)
@@ -266,7 +266,7 @@ be_union::be_add_union_branch (AST_UnionBranch *b)
}
ACE_UINT64
-be_union::nlabels (void)
+be_union::nlabels ()
{
ACE_UINT64 retval = 0;
diff --git a/TAO/TAO_IDL/be/be_union_branch.cpp b/TAO/TAO_IDL/be/be_union_branch.cpp
index 41312179c73..217857d51bf 100644
--- a/TAO/TAO_IDL/be/be_union_branch.cpp
+++ b/TAO/TAO_IDL/be/be_union_branch.cpp
@@ -183,7 +183,7 @@ be_union_branch::accept (be_visitor *visitor)
}
void
-be_union_branch::destroy (void)
+be_union_branch::destroy ()
{
this->be_decl::destroy ();
this->AST_UnionBranch::destroy ();
diff --git a/TAO/TAO_IDL/be/be_union_fwd.cpp b/TAO/TAO_IDL/be/be_union_fwd.cpp
index 5ffcca78e35..0980994c2ee 100644
--- a/TAO/TAO_IDL/be/be_union_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_union_fwd.cpp
@@ -34,12 +34,12 @@ be_union_fwd::be_union_fwd (AST_Union *dummy,
{
}
-be_union_fwd::~be_union_fwd (void)
+be_union_fwd::~be_union_fwd ()
{
}
void
-be_union_fwd::destroy (void)
+be_union_fwd::destroy ()
{
this->be_structure_fwd::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_union_label.cpp b/TAO/TAO_IDL/be/be_union_label.cpp
index 9d0cd9f3c84..7b15a4fad7e 100644
--- a/TAO/TAO_IDL/be/be_union_label.cpp
+++ b/TAO/TAO_IDL/be/be_union_label.cpp
@@ -15,7 +15,7 @@ be_union_label::accept (be_visitor *visitor)
}
void
-be_union_label::destroy (void)
+be_union_label::destroy ()
{
this->AST_UnionLabel::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_uses.cpp b/TAO/TAO_IDL/be/be_uses.cpp
index 1c7e8b67254..46e35d90690 100644
--- a/TAO/TAO_IDL/be/be_uses.cpp
+++ b/TAO/TAO_IDL/be/be_uses.cpp
@@ -23,12 +23,12 @@ be_uses::be_uses (UTL_ScopedName *n,
{
}
-be_uses::~be_uses (void)
+be_uses::~be_uses ()
{
}
be_type *
-be_uses::uses_type (void) const
+be_uses::uses_type () const
{
return
dynamic_cast<be_type*> (
@@ -42,7 +42,7 @@ be_uses::accept (be_visitor *visitor)
}
void
-be_uses::destroy (void)
+be_uses::destroy ()
{
this->AST_Uses::destroy ();
this->be_field::destroy ();
@@ -55,7 +55,7 @@ be_uses::original_uses (be_uses *original_uses)
}
be_uses *
-be_uses::original_uses (void)
+be_uses::original_uses ()
{
return this->original_uses_;
}
diff --git a/TAO/TAO_IDL/be/be_util.cpp b/TAO/TAO_IDL/be/be_util.cpp
index 8a0c0fada54..980ab36b945 100644
--- a/TAO/TAO_IDL/be/be_util.cpp
+++ b/TAO/TAO_IDL/be/be_util.cpp
@@ -326,7 +326,7 @@ be_util::prep_be_arg (char *s)
}
void
-be_util::arg_post_proc (void)
+be_util::arg_post_proc ()
{
// Let us try to use Perfect Hashing Operation Lookup Strategy. Let
// us check whether things are fine with GPERF.
@@ -384,7 +384,7 @@ be_util::arg_post_proc (void)
}
void
-be_util::usage (void)
+be_util::usage ()
{
ACE_DEBUG ((
LM_DEBUG,
@@ -940,7 +940,7 @@ be_util::usage (void)
}
AST_Generator *
-be_util::generator_init (void)
+be_util::generator_init ()
{
tao_cg = TAO_CODEGEN::instance ();
diff --git a/TAO/TAO_IDL/be/be_valuebox.cpp b/TAO/TAO_IDL/be/be_valuebox.cpp
index e9ec804ac2e..eca86d93483 100644
--- a/TAO/TAO_IDL/be/be_valuebox.cpp
+++ b/TAO/TAO_IDL/be/be_valuebox.cpp
@@ -57,7 +57,7 @@ be_valuebox::accept (be_visitor *visitor)
void
-be_valuebox::destroy (void)
+be_valuebox::destroy ()
{
// Call the destroy methods of our base classes.
this->AST_ValueBox::destroy ();
diff --git a/TAO/TAO_IDL/be/be_valuetype.cpp b/TAO/TAO_IDL/be/be_valuetype.cpp
index 13191558703..d924ac798e0 100644
--- a/TAO/TAO_IDL/be/be_valuetype.cpp
+++ b/TAO/TAO_IDL/be/be_valuetype.cpp
@@ -131,7 +131,7 @@ be_valuetype::be_valuetype (UTL_ScopedName *n,
}
}
-be_valuetype::~be_valuetype (void)
+be_valuetype::~be_valuetype ()
{
}
@@ -153,14 +153,14 @@ be_valuetype::redefine (AST_Interface *from)
// Is true if non-virtual accessor and modifier should be generated
// If #pragma TAO OBV opt_accessor (todo) is used or -Wb,obv_opt_accessor.
bool
-be_valuetype::opt_accessor (void)
+be_valuetype::opt_accessor ()
{
return be_global->obv_opt_accessor ();
}
// Compute stringified fully scoped skeleton name (OBV_name).
void
-be_valuetype::compute_fullobvskelname (void)
+be_valuetype::compute_fullobvskelname ()
{
this->compute_full_skel_name ("OBV_",
this->full_obv_skel_name_);
@@ -168,7 +168,7 @@ be_valuetype::compute_fullobvskelname (void)
// Retrieve the fully scoped skeleton name.
const char*
-be_valuetype::full_obv_skel_name (void)
+be_valuetype::full_obv_skel_name ()
{
if (nullptr == this->full_obv_skel_name_)
{
@@ -179,13 +179,13 @@ be_valuetype::full_obv_skel_name (void)
}
const char *
-be_valuetype::fwd_helper_name (void) const
+be_valuetype::fwd_helper_name () const
{
return this->fwd_helper_name_.fast_rep ();
}
be_valuetype::FactoryStyle
-be_valuetype::determine_factory_style (void)
+be_valuetype::determine_factory_style ()
{
FactoryStyle factory_style = FS_UNKNOWN;
@@ -249,7 +249,7 @@ be_valuetype::determine_factory_style (void)
}
bool
-be_valuetype::have_operation (void)
+be_valuetype::have_operation ()
{
// Check whatever scope we get for operations/attributes.
@@ -397,7 +397,7 @@ be_valuetype::have_supported_op (be_interface * node)
}
bool
-be_valuetype::will_have_factory (void)
+be_valuetype::will_have_factory ()
{
FactoryStyle fs = this->determine_factory_style ();
@@ -405,7 +405,7 @@ be_valuetype::will_have_factory (void)
}
bool
-be_valuetype::has_member (void)
+be_valuetype::has_member ()
{
AST_Type *parent = this->pd_inherits_concrete;
@@ -435,7 +435,7 @@ be_valuetype::has_member (void)
}
bool
-be_valuetype::is_amh_excep_holder (void) const
+be_valuetype::is_amh_excep_holder () const
{
return this->is_amh_excep_holder_;
}
@@ -551,7 +551,7 @@ be_valuetype::gen_ostream_operator (TAO_OutStream *os,
// interface _var and _out template classes, as well as by the
// template sequence classes for object references.
void
-be_valuetype::gen_var_out_seq_decls (void)
+be_valuetype::gen_var_out_seq_decls ()
{
if (this->var_out_seq_decls_gen_)
{
@@ -589,19 +589,19 @@ be_valuetype::gen_var_out_seq_decls (void)
// For building the pre and postfix of private data fields.
const char *
-be_valuetype::field_pd_prefix (void)
+be_valuetype::field_pd_prefix ()
{
return "_pd_";
}
const char *
-be_valuetype::field_pd_postfix (void)
+be_valuetype::field_pd_postfix ()
{
return "";
}
be_valuetype *
-be_valuetype::statefull_inherit (void)
+be_valuetype::statefull_inherit ()
{
if (this->pd_inherits_concrete != nullptr)
{
@@ -623,7 +623,7 @@ be_valuetype::accept (be_visitor *visitor)
}
void
-be_valuetype::destroy (void)
+be_valuetype::destroy ()
{
delete [] this->full_obv_skel_name_;
this->full_obv_skel_name_ = nullptr;
@@ -672,7 +672,7 @@ be_valuetype::data_members_count (AST_Field::Visibility vis)
}
bool
-be_valuetype::supports_abstract (void) const
+be_valuetype::supports_abstract () const
{
return this->supports_abstract_;
}
diff --git a/TAO/TAO_IDL/be/be_valuetype_fwd.cpp b/TAO/TAO_IDL/be/be_valuetype_fwd.cpp
index 56fc75defc9..b6151ea0f69 100644
--- a/TAO/TAO_IDL/be/be_valuetype_fwd.cpp
+++ b/TAO/TAO_IDL/be/be_valuetype_fwd.cpp
@@ -36,7 +36,7 @@ be_valuetype_fwd::be_valuetype_fwd (AST_Interface *dummy,
{
}
-be_valuetype_fwd::~be_valuetype_fwd (void)
+be_valuetype_fwd::~be_valuetype_fwd ()
{
}
@@ -47,7 +47,7 @@ be_valuetype_fwd::accept (be_visitor *visitor)
}
void
-be_valuetype_fwd::destroy (void)
+be_valuetype_fwd::destroy ()
{
this->be_interface_fwd::destroy ();
}
diff --git a/TAO/TAO_IDL/be/be_visitor.cpp b/TAO/TAO_IDL/be/be_visitor.cpp
index bd4b8ff125c..e8b1736bb77 100644
--- a/TAO/TAO_IDL/be/be_visitor.cpp
+++ b/TAO/TAO_IDL/be/be_visitor.cpp
@@ -21,11 +21,11 @@
#include "ace/config-all.h"
-be_visitor::be_visitor (void)
+be_visitor::be_visitor ()
{
}
-be_visitor::~be_visitor (void)
+be_visitor::~be_visitor ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
index 564b30a082b..87b095402ab 100644
--- a/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
@@ -32,7 +32,7 @@ be_visitor_amh_pre_proc::be_visitor_amh_pre_proc (be_visitor_context *ctx)
{
}
-be_visitor_amh_pre_proc::~be_visitor_amh_pre_proc (void)
+be_visitor_amh_pre_proc::~be_visitor_amh_pre_proc ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
index 4d312589825..cc0145cd2e8 100644
--- a/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
@@ -40,7 +40,7 @@ be_visitor_ami_pre_proc::be_visitor_ami_pre_proc (be_visitor_context *ctx)
{
}
-be_visitor_ami_pre_proc::~be_visitor_ami_pre_proc (void)
+be_visitor_ami_pre_proc::~be_visitor_ami_pre_proc ()
{
}
@@ -1078,7 +1078,7 @@ be_visitor_ami_pre_proc::create_inheritance_list (be_interface *node,
}
int
-be_visitor_ami_pre_proc::generate_ami4ccm_idl (void)
+be_visitor_ami_pre_proc::generate_ami4ccm_idl ()
{
/// The interfaces in the list below are from this IDL file,
/// which then must be processed with the -GC option, so we
diff --git a/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp b/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
index 743a429e301..727c236143c 100644
--- a/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
@@ -29,7 +29,7 @@ be_visitor_any_extracted_type_decl::be_visitor_any_extracted_type_decl (
}
be_visitor_any_extracted_type_decl::~be_visitor_any_extracted_type_decl (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp b/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
index 8eee5d3ec5f..67a02e82e40 100644
--- a/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
@@ -51,7 +51,7 @@ be_visitor_arg_traits::be_visitor_arg_traits (const char *S,
{
}
-be_visitor_arg_traits::~be_visitor_arg_traits (void)
+be_visitor_arg_traits::~be_visitor_arg_traits ()
{
delete [] this->S_;
}
@@ -1242,7 +1242,7 @@ be_visitor_arg_traits::generated (be_decl *node,
}
const char *
-be_visitor_arg_traits::insert_policy (void)
+be_visitor_arg_traits::insert_policy ()
{
if (be_global->any_support ())
{
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
index 86e9a04f458..432928452bd 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
@@ -22,7 +22,7 @@ be_visitor_args_arglist::be_visitor_args_arglist (be_visitor_context *ctx)
{
}
-be_visitor_args_arglist::~be_visitor_args_arglist (void)
+be_visitor_args_arglist::~be_visitor_args_arglist ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
index eb00fc3af60..5bad138dd40 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
@@ -18,7 +18,7 @@ be_visitor_args::be_visitor_args (be_visitor_context *ctx)
{
}
-be_visitor_args::~be_visitor_args (void)
+be_visitor_args::~be_visitor_args ()
{
}
@@ -67,7 +67,7 @@ be_visitor_args::type_name (be_type *node,
// Helper that returns the direction type of the argument
AST_Argument::Direction
-be_visitor_args::direction (void)
+be_visitor_args::direction ()
{
if (this->fixed_direction_ != -1)
{
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp b/TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp
index 1d29b63b725..bba3d3ed72e 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp
@@ -22,7 +22,7 @@ be_visitor_args_invoke_cs (be_visitor_context *ctx)
}
be_visitor_args_invoke_cs::
-~be_visitor_args_invoke_cs (void)
+~be_visitor_args_invoke_cs ()
{
}
@@ -447,7 +447,7 @@ be_visitor_args_invoke_cs::visit_home (
}
-int be_visitor_args_invoke_cs::emit_common (void)
+int be_visitor_args_invoke_cs::emit_common ()
{
TAO_OutStream *os = this->ctx_->stream ();
be_argument *arg =
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
index d1246f9c4e3..6b3f0e041bf 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
@@ -24,7 +24,7 @@ be_visitor_args_marshal_ss (be_visitor_context *ctx)
}
be_visitor_args_marshal_ss::
-~be_visitor_args_marshal_ss (void)
+~be_visitor_args_marshal_ss ()
{
}
@@ -439,7 +439,7 @@ be_visitor_args_marshal_ss::visit_home (
}
int
-be_visitor_args_marshal_ss::emit_common (void)
+be_visitor_args_marshal_ss::emit_common ()
{
TAO_OutStream *os = this->ctx_->stream ();
be_argument *arg =
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
index bcb4afbd2c6..47685db6143 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
@@ -21,7 +21,7 @@ be_visitor_args_upcall_ss::be_visitor_args_upcall_ss (be_visitor_context *ctx)
{
}
-be_visitor_args_upcall_ss::~be_visitor_args_upcall_ss (void)
+be_visitor_args_upcall_ss::~be_visitor_args_upcall_ss ()
{
}
@@ -343,7 +343,7 @@ be_visitor_args_upcall_ss::visit_eventtype_fwd (
return this->visit_valuetype_fwd (node);
}
-int be_visitor_args_upcall_ss::emit_common (void)
+int be_visitor_args_upcall_ss::emit_common ()
{
TAO_OutStream *os = this->ctx_->stream ();
be_argument *arg =
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
index d0ca1908a4b..f8505ad354a 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
@@ -23,7 +23,7 @@ be_visitor_args_vardecl_ss::be_visitor_args_vardecl_ss (
{
}
-be_visitor_args_vardecl_ss::~be_visitor_args_vardecl_ss (void)
+be_visitor_args_vardecl_ss::~be_visitor_args_vardecl_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
index 602ab334825..67a4d2d56bf 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_array_any_op_ch::be_visitor_array_any_op_ch (
{
}
-be_visitor_array_any_op_ch::~be_visitor_array_any_op_ch (void)
+be_visitor_array_any_op_ch::~be_visitor_array_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
index 030d1358756..6f37294187f 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_array_any_op_cs::be_visitor_array_any_op_cs (
{
}
-be_visitor_array_any_op_cs::~be_visitor_array_any_op_cs (void)
+be_visitor_array_any_op_cs::~be_visitor_array_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array.cpp b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
index c98b321b6f2..a64f84367e1 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array.cpp
@@ -16,7 +16,7 @@ be_visitor_array::be_visitor_array (be_visitor_context *ctx)
{
}
-be_visitor_array::~be_visitor_array (void)
+be_visitor_array::~be_visitor_array ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
index eec3b5f8f76..b499783f07a 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_array_ch::be_visitor_array_ch (be_visitor_context *ctx)
{
}
-be_visitor_array_ch::~be_visitor_array_ch (void)
+be_visitor_array_ch::~be_visitor_array_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
index 724626e31a2..b8455fbae3f 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_array_ci::be_visitor_array_ci (be_visitor_context *ctx)
{
}
-be_visitor_array_ci::~be_visitor_array_ci (void)
+be_visitor_array_ci::~be_visitor_array_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
index 34ccc617a61..af82023fa96 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_array_cs::be_visitor_array_cs (be_visitor_context *ctx)
{
}
-be_visitor_array_cs::~be_visitor_array_cs (void)
+be_visitor_array_cs::~be_visitor_array_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
index c0095d458df..7d9a2616112 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_array_cdr_op_ch::be_visitor_array_cdr_op_ch (
{
}
-be_visitor_array_cdr_op_ch::~be_visitor_array_cdr_op_ch (void)
+be_visitor_array_cdr_op_ch::~be_visitor_array_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
index 5ee8fc0b448..160bf640597 100644
--- a/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_array_cdr_op_cs::be_visitor_array_cdr_op_cs (
{
}
-be_visitor_array_cdr_op_cs::~be_visitor_array_cdr_op_cs (void)
+be_visitor_array_cdr_op_cs::~be_visitor_array_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp b/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
index f348ac69cea..51fd3762802 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
@@ -23,7 +23,7 @@ be_visitor_attr_assign::be_visitor_attr_assign (
{
}
-be_visitor_attr_assign::~be_visitor_attr_assign (void)
+be_visitor_attr_assign::~be_visitor_attr_assign ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_init.cpp b/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
index 5808490dcfc..752eea411f0 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_init.cpp
@@ -22,7 +22,7 @@ be_visitor_attr_init::be_visitor_attr_init (
{
}
-be_visitor_attr_init::~be_visitor_attr_init (void)
+be_visitor_attr_init::~be_visitor_attr_init ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_return.cpp b/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
index 3188dc0ac90..37873af1783 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_return.cpp
@@ -22,7 +22,7 @@ be_visitor_attr_return::be_visitor_attr_return (
{
}
-be_visitor_attr_return::~be_visitor_attr_return (void)
+be_visitor_attr_return::~be_visitor_attr_return ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp b/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
index ef3fe9132b3..b434a50014c 100644
--- a/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
@@ -21,7 +21,7 @@ be_visitor_attr_setarg_type::be_visitor_attr_setarg_type (
{
}
-be_visitor_attr_setarg_type::~be_visitor_attr_setarg_type (void)
+be_visitor_attr_setarg_type::~be_visitor_attr_setarg_type ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
index 3e9f53f2540..a7069c430a8 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
@@ -45,7 +45,7 @@ be_visitor_attribute::be_visitor_attribute (be_visitor_context *ctx)
{
}
-be_visitor_attribute::~be_visitor_attribute (void)
+be_visitor_attribute::~be_visitor_attribute ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp
index 8c23987cac9..7175cdf71f9 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp
@@ -20,7 +20,7 @@ be_visitor_attribute_ccm_init::be_visitor_attribute_ccm_init (
}
be_visitor_attribute_ccm_init::~be_visitor_attribute_ccm_init (
- void)
+ )
{
}
@@ -165,7 +165,7 @@ be_visitor_attribute_ccm_init::visit_valuetype (
}
void
-be_visitor_attribute_ccm_init::emit_init_block (void)
+be_visitor_attribute_ccm_init::emit_init_block ()
{
this->open_if_block ();
@@ -228,7 +228,7 @@ be_visitor_attribute_ccm_init::emit_error (
}
void
-be_visitor_attribute_ccm_init::open_if_block (void)
+be_visitor_attribute_ccm_init::open_if_block ()
{
os_ << be_nl_2
<< "if (ACE_OS::strcmp (descr_name, \""
@@ -239,7 +239,7 @@ be_visitor_attribute_ccm_init::open_if_block (void)
}
void
-be_visitor_attribute_ccm_init::close_if_block (void)
+be_visitor_attribute_ccm_init::close_if_block ()
{
os_ << be_nl
<< "continue;" << be_uidt_nl
diff --git a/TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp b/TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp
index 38e66df8bb6..47583e17a98 100644
--- a/TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp
@@ -19,7 +19,7 @@ be_visitor_attribute_set_from_extracted::be_visitor_attribute_set_from_extracted
}
be_visitor_attribute_set_from_extracted::~be_visitor_attribute_set_from_extracted (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp
index 4f8c7e572f6..2b0c7d847eb 100644
--- a/TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp
@@ -91,7 +91,7 @@ be_visitor_ccm_pre_proc::be_visitor_ccm_pre_proc (
{
}
-be_visitor_ccm_pre_proc::~be_visitor_ccm_pre_proc (void)
+be_visitor_ccm_pre_proc::~be_visitor_ccm_pre_proc ()
{
this->module_id_.destroy ();
}
@@ -1377,7 +1377,7 @@ be_visitor_ccm_pre_proc::gen_extended_port (be_porttype *pt)
}
int
-be_visitor_ccm_pre_proc::lookup_cookie (void)
+be_visitor_ccm_pre_proc::lookup_cookie ()
{
if (this->cookie_ == nullptr)
{
@@ -1410,7 +1410,7 @@ be_visitor_ccm_pre_proc::lookup_cookie (void)
}
int
-be_visitor_ccm_pre_proc::lookup_exceptions (void)
+be_visitor_ccm_pre_proc::lookup_exceptions ()
{
int status = 0;
@@ -1835,7 +1835,7 @@ be_visitor_ccm_pre_proc::compute_inheritance (be_home *node)
}
int
-be_visitor_ccm_pre_proc::generate_ami4ccm_uses (void)
+be_visitor_ccm_pre_proc::generate_ami4ccm_uses ()
{
/// The interfaces in the list below are from this IDL file,
/// which then must be processed with the -GC option, so we
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component.cpp b/TAO/TAO_IDL/be/be_visitor_component/component.cpp
index 4df9fdbecd2..72050e8148e 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component.cpp
@@ -16,7 +16,7 @@ be_visitor_component::be_visitor_component (be_visitor_context *ctx)
{
}
-be_visitor_component::~be_visitor_component (void)
+be_visitor_component::~be_visitor_component ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
index cde1dfd929c..1e3ed1925fb 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
@@ -21,7 +21,7 @@ be_visitor_component_ami_rh_ex_base::be_visitor_component_ami_rh_ex_base (
}
be_visitor_component_ami_rh_ex_base::~be_visitor_component_ami_rh_ex_base (
- void)
+ )
{
}
@@ -46,7 +46,7 @@ be_visitor_component_ami_rh_ex_base::post_process (be_decl *bd)
}
void
-be_visitor_component_ami_rh_ex_base::init (void)
+be_visitor_component_ami_rh_ex_base::init ()
{
UTL_Scope *s = this->iface_->defined_in ();
AST_Decl *scope = ScopeAsDecl (s);
@@ -94,7 +94,7 @@ be_visitor_component_ami_rh_ex_base::gen_excep_op (
}
void
-be_visitor_component_ami_rh_ex_base::gen_op_body (void)
+be_visitor_component_ami_rh_ex_base::gen_op_body ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp
index 2053bcb7ada..d304a7360c7 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp
@@ -18,7 +18,7 @@ be_visitor_component_ami_rh_exh::be_visitor_component_ami_rh_exh (
{
}
-be_visitor_component_ami_rh_exh::~be_visitor_component_ami_rh_exh (void)
+be_visitor_component_ami_rh_exh::~be_visitor_component_ami_rh_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp
index 7c09e8db40b..f881d964bf7 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp
@@ -19,7 +19,7 @@ be_visitor_component_ami_rh_exs::be_visitor_component_ami_rh_exs (
{
}
-be_visitor_component_ami_rh_exs::~be_visitor_component_ami_rh_exs (void)
+be_visitor_component_ami_rh_exs::~be_visitor_component_ami_rh_exs ()
{
}
@@ -225,7 +225,7 @@ be_visitor_component_ami_rh_exs::visit_argument (
}
void
-be_visitor_component_ami_rh_exs::gen_op_body (void)
+be_visitor_component_ami_rh_exs::gen_op_body ()
{
os_ << be_nl
<< "{" << be_idt_nl
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp
index 5fcd2665e55..35a2cdd0515 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp
@@ -18,7 +18,7 @@ be_visitor_component_ex_idl::be_visitor_component_ex_idl (
{
}
-be_visitor_component_ex_idl::~be_visitor_component_ex_idl (void)
+be_visitor_component_ex_idl::~be_visitor_component_ex_idl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp
index f5276e2a3a7..cfb2a7196aa 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp
@@ -22,7 +22,7 @@ be_visitor_component_exh::be_visitor_component_exh (
export_macro_ = be_global->exec_export_macro ();
}
-be_visitor_component_exh::~be_visitor_component_exh (void)
+be_visitor_component_exh::~be_visitor_component_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp
index e97c6f33018..b890516c0a1 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp
@@ -22,7 +22,7 @@ be_visitor_component_exs::be_visitor_component_exs (
export_macro_ = be_global->exec_export_macro ();
}
-be_visitor_component_exs::~be_visitor_component_exs (void)
+be_visitor_component_exs::~be_visitor_component_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp
index b15068af440..009fc949d27 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp
@@ -26,7 +26,7 @@ be_visitor_component_svh::be_visitor_component_svh (be_visitor_context *ctx)
}
}
-be_visitor_component_svh::~be_visitor_component_svh (void)
+be_visitor_component_svh::~be_visitor_component_svh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp
index 1ac52d3b0ba..d5030f23013 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp
@@ -26,7 +26,7 @@ be_visitor_component_svs::be_visitor_component_svs (be_visitor_context *ctx)
}
}
-be_visitor_component_svs::~be_visitor_component_svs (void)
+be_visitor_component_svs::~be_visitor_component_svs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp
index ea6c690aa15..50aa72bc274 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp
@@ -26,7 +26,7 @@ be_visitor_component_svth::be_visitor_component_svth (be_visitor_context *ctx)
}
}
-be_visitor_component_svth::~be_visitor_component_svth (void)
+be_visitor_component_svth::~be_visitor_component_svth ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp b/TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp
index ed37bc4fbdd..fa96d579498 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp
@@ -26,7 +26,7 @@ be_visitor_component_svts::be_visitor_component_svts (be_visitor_context *ctx)
}
}
-be_visitor_component_svts::~be_visitor_component_svts (void)
+be_visitor_component_svts::~be_visitor_component_svts ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp
index 7d9f4fc1884..1e0c8462031 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp
@@ -19,7 +19,7 @@ be_visitor_context_ex_idl::be_visitor_context_ex_idl (
}
be_visitor_context_ex_idl::~be_visitor_context_ex_idl (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp b/TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp
index 8a08a862fd1..40eafca117a 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp
@@ -17,7 +17,7 @@ be_visitor_context_svth::be_visitor_context_svth (be_visitor_context *ctx)
{
}
-be_visitor_context_svth::~be_visitor_context_svth (void)
+be_visitor_context_svth::~be_visitor_context_svth ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp b/TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp
index 8678ab83ed1..a852dc0b99b 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp
@@ -17,7 +17,7 @@ be_visitor_context_svts::be_visitor_context_svts (be_visitor_context *ctx)
{
}
-be_visitor_context_svts::~be_visitor_context_svts (void)
+be_visitor_context_svts::~be_visitor_context_svts ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp
index 92351e92038..9cdfad5b5a6 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp
@@ -19,7 +19,7 @@ be_visitor_executor_ex_idl::be_visitor_executor_ex_idl (
}
be_visitor_executor_ex_idl::~be_visitor_executor_ex_idl (
- void)
+ )
{
}
@@ -204,7 +204,7 @@ be_visitor_executor_ex_idl::visit_consumes (
}
void
-be_visitor_executor_ex_idl::gen_supported (void)
+be_visitor_executor_ex_idl::gen_supported ()
{
os_ << be_idt;
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
index 76f80a31c3d..8d754378186 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
@@ -24,7 +24,7 @@ be_visitor_executor_exh::be_visitor_executor_exh (
export_macro_ = be_global->exec_export_macro ();
}
-be_visitor_executor_exh::~be_visitor_executor_exh (void)
+be_visitor_executor_exh::~be_visitor_executor_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
index 22b717729f5..ad4f0abe99b 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
@@ -21,7 +21,7 @@ be_visitor_executor_exs::be_visitor_executor_exs (
{
}
-be_visitor_executor_exs::~be_visitor_executor_exs (void)
+be_visitor_executor_exs::~be_visitor_executor_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp
index e18fe809272..beb75e7c658 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp
@@ -19,7 +19,7 @@ be_visitor_executor_exs_attr_init::be_visitor_executor_exs_attr_init (
{
}
-be_visitor_executor_exs_attr_init::~be_visitor_executor_exs_attr_init (void)
+be_visitor_executor_exs_attr_init::~be_visitor_executor_exs_attr_init ()
{
}
@@ -100,7 +100,7 @@ be_visitor_executor_exs_attr_init::pre_process (be_decl *node)
}
bool
-be_visitor_executor_exs_attr_init::attr_generated (void) const
+be_visitor_executor_exs_attr_init::attr_generated () const
{
return this->semicolon_generated_;
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp
index 3c454482c49..8073752ac4c 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp
@@ -20,7 +20,7 @@ be_visitor_executor_private_exh::be_visitor_executor_private_exh (
{
}
-be_visitor_executor_private_exh::~be_visitor_executor_private_exh (void)
+be_visitor_executor_private_exh::~be_visitor_executor_private_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp b/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
index 1a16a9fe7c2..50a469d95ac 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
@@ -24,7 +24,7 @@ be_visitor_facet_exh::be_visitor_facet_exh (
export_macro_ = be_global->exec_export_macro ();
}
-be_visitor_facet_exh::~be_visitor_facet_exh (void)
+be_visitor_facet_exh::~be_visitor_facet_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
index 6d2b32ccfe4..019198e7639 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
@@ -20,7 +20,7 @@ be_visitor_facet_exs::be_visitor_facet_exs (
{
}
-be_visitor_facet_exs::~be_visitor_facet_exs (void)
+be_visitor_facet_exs::~be_visitor_facet_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp b/TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp
index b0078cfcab7..69f694f1f3a 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp
@@ -17,7 +17,7 @@ be_visitor_servant_svh::be_visitor_servant_svh (be_visitor_context *ctx)
{
}
-be_visitor_servant_svh::~be_visitor_servant_svh (void)
+be_visitor_servant_svh::~be_visitor_servant_svh ()
{
}
@@ -383,7 +383,7 @@ be_visitor_servant_svh::visit_consumes (be_consumes *node)
}
void
-be_visitor_servant_svh::gen_non_type_specific (void)
+be_visitor_servant_svh::gen_non_type_specific ()
{
os_ << be_nl_2
<< "// Base class overrides."
diff --git a/TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp b/TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp
index b9c9202f623..42d6631b98e 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp
@@ -17,7 +17,7 @@ be_visitor_servant_svs::be_visitor_servant_svs (be_visitor_context *ctx)
{
}
-be_visitor_servant_svs::~be_visitor_servant_svs (void)
+be_visitor_servant_svs::~be_visitor_servant_svs ()
{
}
@@ -648,7 +648,7 @@ be_visitor_servant_svs::visit_consumes (be_consumes *node)
}
void
-be_visitor_servant_svs::gen_provides_top (void)
+be_visitor_servant_svs::gen_provides_top ()
{
if (this->node_->n_provides () == 0UL)
{
@@ -702,7 +702,7 @@ be_visitor_servant_svs::gen_provides_top (void)
}
void
-be_visitor_servant_svs::gen_publishes_top (void)
+be_visitor_servant_svs::gen_publishes_top ()
{
ACE_CDR::ULong npubs = this->node_->n_publishes ();
@@ -809,7 +809,7 @@ be_visitor_servant_svs::gen_publishes_top (void)
}
void
-be_visitor_servant_svs::gen_uses_top (void)
+be_visitor_servant_svs::gen_uses_top ()
{
ACE_CDR::ULong nuses = this->node_->n_uses ();
@@ -916,7 +916,7 @@ be_visitor_servant_svs::gen_uses_top (void)
}
void
-be_visitor_servant_svs::gen_emits_top (void)
+be_visitor_servant_svs::gen_emits_top ()
{
/// Generated whether the component has emits ports
/// or not, except if we are generating a LwCCM
@@ -991,7 +991,7 @@ be_visitor_servant_svs::gen_emits_top (void)
}
void
-be_visitor_servant_svs::gen_get_all_emitters (void)
+be_visitor_servant_svs::gen_get_all_emitters ()
{
if (be_global->gen_lwccm () || be_global->gen_noeventccm () || this->node_->n_emits () == 0UL)
{
@@ -1039,7 +1039,7 @@ be_visitor_obv_factory_reg::be_visitor_obv_factory_reg (
{
}
-be_visitor_obv_factory_reg::~be_visitor_obv_factory_reg (void)
+be_visitor_obv_factory_reg::~be_visitor_obv_factory_reg ()
{
}
@@ -1087,7 +1087,7 @@ be_visitor_attr_set::be_visitor_attr_set (be_visitor_context *ctx)
{
}
-be_visitor_attr_set::~be_visitor_attr_set (void)
+be_visitor_attr_set::~be_visitor_attr_set ()
{
}
@@ -1168,7 +1168,7 @@ be_visitor_facet_executor_block::be_visitor_facet_executor_block (
}
be_visitor_facet_executor_block::~be_visitor_facet_executor_block (
- void)
+ )
{
}
@@ -1199,7 +1199,7 @@ be_visitor_connect_block::be_visitor_connect_block (
{
}
-be_visitor_connect_block::~be_visitor_connect_block (void)
+be_visitor_connect_block::~be_visitor_connect_block ()
{
}
@@ -1247,7 +1247,7 @@ be_visitor_disconnect_block::be_visitor_disconnect_block (
}
be_visitor_disconnect_block::~be_visitor_disconnect_block (
- void)
+ )
{
}
@@ -1295,7 +1295,7 @@ be_visitor_receptacle_desc::be_visitor_receptacle_desc (
}
be_visitor_receptacle_desc::~be_visitor_receptacle_desc (
- void)
+ )
{
}
@@ -1364,7 +1364,7 @@ be_visitor_subscribe_block::be_visitor_subscribe_block (
}
be_visitor_subscribe_block::~be_visitor_subscribe_block (
- void)
+ )
{
}
@@ -1400,7 +1400,7 @@ be_visitor_unsubscribe_block::be_visitor_unsubscribe_block (
}
be_visitor_unsubscribe_block::~be_visitor_unsubscribe_block (
- void)
+ )
{
}
@@ -1432,7 +1432,7 @@ be_visitor_event_source_desc::be_visitor_event_source_desc (
}
be_visitor_event_source_desc::~be_visitor_event_source_desc (
- void)
+ )
{
}
@@ -1478,7 +1478,7 @@ be_visitor_connect_consumer_block::be_visitor_connect_consumer_block (
{
}
-be_visitor_connect_consumer_block::~be_visitor_connect_consumer_block (void)
+be_visitor_connect_consumer_block::~be_visitor_connect_consumer_block ()
{
}
@@ -1516,7 +1516,7 @@ be_visitor_disconnect_consumer_block::be_visitor_disconnect_consumer_block (
}
be_visitor_disconnect_consumer_block::~be_visitor_disconnect_consumer_block (
- void)
+ )
{
}
@@ -1548,7 +1548,7 @@ be_visitor_emitter_desc::be_visitor_emitter_desc (
}
be_visitor_emitter_desc::~be_visitor_emitter_desc (
- void)
+ )
{
}
@@ -1583,7 +1583,7 @@ be_visitor_populate_port_tables::be_visitor_populate_port_tables (
}
be_visitor_populate_port_tables::~be_visitor_populate_port_tables (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp
index 7b3ee0415d6..f0a1f99be9f 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_component_fwd_any_op_ch::be_visitor_component_fwd_any_op_ch (
{
}
-be_visitor_component_fwd_any_op_ch::~be_visitor_component_fwd_any_op_ch (void)
+be_visitor_component_fwd_any_op_ch::~be_visitor_component_fwd_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp
index d8d155023ab..fa60dd92946 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_component_fwd_cdr_op_ch::be_visitor_component_fwd_cdr_op_ch (
{
}
-be_visitor_component_fwd_cdr_op_ch::~be_visitor_component_fwd_cdr_op_ch (void)
+be_visitor_component_fwd_cdr_op_ch::~be_visitor_component_fwd_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp
index 47443384619..68c6ce58147 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_component_fwd_ch::be_visitor_component_fwd_ch (
{
}
-be_visitor_component_fwd_ch::~be_visitor_component_fwd_ch (void)
+be_visitor_component_fwd_ch::~be_visitor_component_fwd_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
index b2f97c37c00..9e0b92736c3 100644
--- a/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component_scope.cpp
@@ -42,7 +42,7 @@ be_visitor_component_scope::be_visitor_component_scope (
}
be_visitor_component_scope::~be_visitor_component_scope (
- void)
+ )
{
}
@@ -224,7 +224,7 @@ be_visitor_component_scope::node (be_component *c)
}
void
-be_visitor_component_scope::gen_svnt_entrypoint_decl (void)
+be_visitor_component_scope::gen_svnt_entrypoint_decl ()
{
os_ << be_nl_2
<< "extern \"C\" " << export_macro_.c_str ()
@@ -239,7 +239,7 @@ be_visitor_component_scope::gen_svnt_entrypoint_decl (void)
}
void
-be_visitor_component_scope::gen_svnt_entrypoint_defn (void)
+be_visitor_component_scope::gen_svnt_entrypoint_defn ()
{
ACE_CString sname_str (
ScopeAsDecl (node_->defined_in ())->full_name ());
@@ -279,7 +279,7 @@ be_visitor_component_scope::gen_svnt_entrypoint_defn (void)
}
void
-be_visitor_component_scope::gen_exec_entrypoint_decl (void)
+be_visitor_component_scope::gen_exec_entrypoint_decl ()
{
os_ << be_nl_2
<< "/// Factory method and library entry point used by the middleware" << be_nl
@@ -291,7 +291,7 @@ be_visitor_component_scope::gen_exec_entrypoint_decl (void)
}
void
-be_visitor_component_scope::gen_exec_entrypoint_defn (void)
+be_visitor_component_scope::gen_exec_entrypoint_defn ()
{
os_ << be_nl_2
<< "extern \"C\" " << export_macro_.c_str ()
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp
index c7842a3f68c..2e9bc13474c 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp
@@ -22,7 +22,7 @@ be_visitor_connector_ami_exh::be_visitor_connector_ami_exh (
this->export_macro_ = be_global->conn_export_macro ();
}
-be_visitor_connector_ami_exh::~be_visitor_connector_ami_exh (void)
+be_visitor_connector_ami_exh::~be_visitor_connector_ami_exh ()
{
}
@@ -76,7 +76,7 @@ be_visitor_connector_ami_exh::visit_connector (be_connector *node)
}
void
-be_visitor_connector_ami_exh::gen_entrypoint (void)
+be_visitor_connector_ami_exh::gen_entrypoint ()
{
os_ << be_nl_2
<< "extern \"C\" " << this->export_macro_.c_str ()
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp
index 6c68a141a1f..a8b3d8a4477 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp
@@ -18,7 +18,7 @@ be_visitor_connector_ami_exs::be_visitor_connector_ami_exs (
{
}
-be_visitor_connector_ami_exs::~be_visitor_connector_ami_exs (void)
+be_visitor_connector_ami_exs::~be_visitor_connector_ami_exs ()
{
}
@@ -69,7 +69,7 @@ be_visitor_connector_ami_exs::visit_connector (be_connector *node)
}
void
-be_visitor_connector_ami_exs::gen_entrypoint (void)
+be_visitor_connector_ami_exs::gen_entrypoint ()
{
AST_Decl *s = ScopeAsDecl (this->node_->defined_in ());
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp
index 1c2bd8c1cca..b52a43f1df2 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp
@@ -34,7 +34,7 @@ be_visitor_connector_dds_ex_base::be_visitor_connector_dds_ex_base (
}
be_visitor_connector_dds_ex_base::~be_visitor_connector_dds_ex_base (
- void)
+ )
{
}
@@ -172,7 +172,7 @@ be_visitor_connector_dds_ex_base::process_template_args (
}
void
-be_visitor_connector_dds_ex_base::match_template_args (void)
+be_visitor_connector_dds_ex_base::match_template_args ()
{
/// If the connector was declared in an aliased templated
/// module, we want to populate our template args list with
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
index 1feb98aa731..bc6cbed0a46 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
@@ -33,7 +33,7 @@ be_visitor_connector_dds_exh::be_visitor_connector_dds_exh (
export_macro_ = be_global->conn_export_macro ();
}
-be_visitor_connector_dds_exh::~be_visitor_connector_dds_exh (void)
+be_visitor_connector_dds_exh::~be_visitor_connector_dds_exh ()
{
}
@@ -356,7 +356,7 @@ be_visitor_connector_dds_exh::gen_dds_traits (AST_Decl *datatype)
}
void
-be_visitor_connector_dds_exh::gen_connector_traits (void)
+be_visitor_connector_dds_exh::gen_connector_traits ()
{
AST_Decl *comp_scope =
ScopeAsDecl (this->node_->defined_in ());
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp
index 4d951143a82..dd06f3341b9 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp
@@ -24,7 +24,7 @@ be_visitor_connector_dds_exs::be_visitor_connector_dds_exs (
export_macro_ = be_global->conn_export_macro ();
}
-be_visitor_connector_dds_exs::~be_visitor_connector_dds_exs (void)
+be_visitor_connector_dds_exs::~be_visitor_connector_dds_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp
index 5bdd441b4b1..81ed0c13f74 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp
@@ -23,7 +23,7 @@ be_visitor_executor_ami_exh::be_visitor_executor_ami_exh (
export_macro_ = be_global->conn_export_macro ();
}
-be_visitor_executor_ami_exh::~be_visitor_executor_ami_exh (void)
+be_visitor_executor_ami_exh::~be_visitor_executor_ami_exh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp b/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp
index 8d6cffd5063..ae3d2f30984 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp
@@ -18,7 +18,7 @@ be_visitor_executor_ami_exs::be_visitor_executor_ami_exs (
{
}
-be_visitor_executor_ami_exs::~be_visitor_executor_ami_exs (void)
+be_visitor_executor_ami_exs::~be_visitor_executor_ami_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
index 15d97e0fda8..e4ed07fbbcb 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
@@ -30,7 +30,7 @@ be_visitor_facet_ami_exh::be_visitor_facet_ami_exh (
export_macro_ = be_global->conn_export_macro ();
}
-be_visitor_facet_ami_exh::~be_visitor_facet_ami_exh (void)
+be_visitor_facet_ami_exh::~be_visitor_facet_ami_exh ()
{
}
@@ -217,7 +217,7 @@ be_visitor_facet_ami_exh::init (bool for_impl)
}
int
-be_visitor_facet_ami_exh::gen_reply_handler_class (void)
+be_visitor_facet_ami_exh::gen_reply_handler_class ()
{
os_ << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__;
@@ -269,7 +269,7 @@ be_visitor_facet_ami_exh::gen_reply_handler_class (void)
}
int
-be_visitor_facet_ami_exh::gen_facet_executor_class (void)
+be_visitor_facet_ami_exh::gen_facet_executor_class ()
{
os_ << be_nl_2 << "// TAO_IDL - Generated from" << be_nl
<< "// " << __FILE__ << ":" << __LINE__;
diff --git a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp
index 9ed9c136c91..7d865123259 100644
--- a/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp
@@ -21,7 +21,7 @@ be_visitor_facet_ami_exs::be_visitor_facet_ami_exs (
{
}
-be_visitor_facet_ami_exs::~be_visitor_facet_ami_exs (void)
+be_visitor_facet_ami_exs::~be_visitor_facet_ami_exs ()
{
}
@@ -203,7 +203,7 @@ be_visitor_facet_ami_exs::post_process (be_decl *node)
return 0;
}
void
-be_visitor_facet_ami_exs::init (void)
+be_visitor_facet_ami_exs::init ()
{
UTL_Scope *s = this->iface_->defined_in ();
ACE_CString handler_str (
@@ -233,7 +233,7 @@ be_visitor_facet_ami_exs::init (void)
}
int
-be_visitor_facet_ami_exs::gen_reply_handler_class (void)
+be_visitor_facet_ami_exs::gen_reply_handler_class ()
{
this->for_reply_handler_ = true;
@@ -325,7 +325,7 @@ be_visitor_facet_ami_exs::gen_reply_handler_class (void)
}
int
-be_visitor_facet_ami_exs::gen_facet_executor_class (void)
+be_visitor_facet_ami_exs::gen_facet_executor_class ()
{
this->for_reply_handler_ = false;
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
index 99ab89df866..ef25afde9ca 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_constant_ch::be_visitor_constant_ch (be_visitor_context *ctx)
{
}
-be_visitor_constant_ch::~be_visitor_constant_ch (void)
+be_visitor_constant_ch::~be_visitor_constant_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
index 89f781e5174..1db7973d95f 100644
--- a/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_constant_cs::be_visitor_constant_cs (be_visitor_context *ctx)
{
}
-be_visitor_constant_cs::~be_visitor_constant_cs (void)
+be_visitor_constant_cs::~be_visitor_constant_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_context.cpp b/TAO/TAO_IDL/be/be_visitor_context.cpp
index 0c428f4faff..d56235baa5f 100644
--- a/TAO/TAO_IDL/be/be_visitor_context.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_context.cpp
@@ -13,7 +13,7 @@
#include "be_extern.h"
#include "be_helper.h"
-be_visitor_context::be_visitor_context (void)
+be_visitor_context::be_visitor_context ()
: ast_visitor_context (),
state_ (TAO_CodeGen::TAO_INITIAL),
sub_state_ (TAO_CodeGen::TAO_SUB_STATE_UNKNOWN),
@@ -67,7 +67,7 @@ be_visitor_context::operator= (const be_visitor_context &ctx)
return *this;
}
-be_visitor_context::~be_visitor_context (void)
+be_visitor_context::~be_visitor_context ()
{
// We do not own anything.
}
@@ -75,7 +75,7 @@ be_visitor_context::~be_visitor_context (void)
//= helpers
void
-be_visitor_context::reset (void)
+be_visitor_context::reset ()
{
this->state_ = TAO_CodeGen::TAO_INITIAL;
this->sub_state_ = TAO_CodeGen::TAO_SUB_STATE_UNKNOWN;
@@ -100,7 +100,7 @@ be_visitor_context::stream (TAO_OutStream *os)
}
TAO_OutStream *
-be_visitor_context::stream (void)
+be_visitor_context::stream ()
{
static TAO_OutStream null_stream;
return os_ ? os_ : &null_stream;
@@ -113,7 +113,7 @@ be_visitor_context::scope (be_scope *s)
}
be_scope *
-be_visitor_context::scope (void)
+be_visitor_context::scope ()
{
return this->scope_;
}
@@ -125,7 +125,7 @@ be_visitor_context::node (be_decl *n)
}
be_decl *
-be_visitor_context::node (void)
+be_visitor_context::node ()
{
return this->node_;
}
@@ -137,7 +137,7 @@ be_visitor_context::state (TAO_CodeGen::CG_STATE st)
}
TAO_CodeGen::CG_STATE
-be_visitor_context::state (void)
+be_visitor_context::state ()
{
return this->state_;
}
@@ -149,7 +149,7 @@ be_visitor_context::sub_state (TAO_CodeGen::CG_SUB_STATE st)
}
TAO_CodeGen::CG_SUB_STATE
-be_visitor_context::sub_state (void)
+be_visitor_context::sub_state ()
{
return this->sub_state_;
}
@@ -161,7 +161,7 @@ be_visitor_context::tdef (be_typedef *node)
}
be_typedef *
-be_visitor_context::tdef (void)
+be_visitor_context::tdef ()
{
return this->tdef_;
}
@@ -173,7 +173,7 @@ be_visitor_context::alias (be_typedef *node)
}
be_typedef *
-be_visitor_context::alias (void)
+be_visitor_context::alias ()
{
return this->alias_;
}
@@ -185,7 +185,7 @@ be_visitor_context::attribute (be_attribute *node)
}
be_attribute *
-be_visitor_context::attribute (void)
+be_visitor_context::attribute ()
{
return this->attr_;
}
@@ -197,7 +197,7 @@ be_visitor_context::exception (bool ib)
}
bool
-be_visitor_context::exception (void)
+be_visitor_context::exception ()
{
return this->exception_;
}
@@ -209,7 +209,7 @@ be_visitor_context::comma (bool ib)
}
bool
-be_visitor_context::comma (void)
+be_visitor_context::comma ()
{
return this->comma_;
}
@@ -221,19 +221,19 @@ be_visitor_context::interface (be_interface *interface)
}
be_interface *
-be_visitor_context::interface (void) const
+be_visitor_context::interface () const
{
return this->interface_;
}
ACE_CString &
-be_visitor_context::port_prefix (void)
+be_visitor_context::port_prefix ()
{
return this->port_prefix_;
}
const char *
-be_visitor_context::export_macro (void) const
+be_visitor_context::export_macro () const
{
switch (this->state_)
{
@@ -258,7 +258,7 @@ be_visitor_context::export_macro (void) const
}
const char *
-be_visitor_context::non_null_export_macro (void) const
+be_visitor_context::non_null_export_macro () const
{
const char *anyop_export = be_global->anyop_export_macro ();
diff --git a/TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp b/TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp
index 86723926996..ada0800b67c 100644
--- a/TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp
@@ -32,7 +32,7 @@ be_visitor_dds_ts_idl::be_visitor_dds_ts_idl (
{
}
-be_visitor_dds_ts_idl::~be_visitor_dds_ts_idl (void)
+be_visitor_dds_ts_idl::~be_visitor_dds_ts_idl ()
{
}
@@ -317,7 +317,7 @@ be_visitor_dds_ts_idl::gen_datareader (be_type *node)
}
int
-be_visitor_dds_ts_idl::init_file (void)
+be_visitor_dds_ts_idl::init_file ()
{
/// Open an IDL file for writing.
ACE_CString orig (
@@ -358,7 +358,7 @@ be_visitor_dds_ts_idl::init_file (void)
}
void
-be_visitor_dds_ts_idl::fini_file (void)
+be_visitor_dds_ts_idl::fini_file ()
{
*this->os_ptr_ << be_nl_2
<< "#endif /* ifndef */\n"
diff --git a/TAO/TAO_IDL/be/be_visitor_decl.cpp b/TAO/TAO_IDL/be/be_visitor_decl.cpp
index 7fb096e9108..c735b7bcc13 100644
--- a/TAO/TAO_IDL/be/be_visitor_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_decl.cpp
@@ -23,12 +23,12 @@ be_visitor_decl::be_visitor_decl (be_visitor_context *ctx)
{
}
-be_visitor_decl::~be_visitor_decl (void)
+be_visitor_decl::~be_visitor_decl ()
{
}
be_visitor_context *
-be_visitor_decl::ctx (void)
+be_visitor_decl::ctx ()
{
return this->ctx_;
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
index 5d65cb0f50c..cf94a17602c 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_enum_any_op_ch::be_visitor_enum_any_op_ch (
{
}
-be_visitor_enum_any_op_ch::~be_visitor_enum_any_op_ch (void)
+be_visitor_enum_any_op_ch::~be_visitor_enum_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
index 8d19bc0da75..401a69ae418 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_enum_any_op_cs::be_visitor_enum_any_op_cs (
{
}
-be_visitor_enum_any_op_cs::~be_visitor_enum_any_op_cs (void)
+be_visitor_enum_any_op_cs::~be_visitor_enum_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
index 4717ce4c8d6..5c0e63d33ac 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_enum_cdr_op_ch::be_visitor_enum_cdr_op_ch (be_visitor_context *ctx)
{
}
-be_visitor_enum_cdr_op_ch::~be_visitor_enum_cdr_op_ch (void)
+be_visitor_enum_cdr_op_ch::~be_visitor_enum_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp
index 4e269fca772..5ff226289aa 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_enum_cdr_op_cs::be_visitor_enum_cdr_op_cs (be_visitor_context *ctx)
{
}
-be_visitor_enum_cdr_op_cs::~be_visitor_enum_cdr_op_cs (void)
+be_visitor_enum_cdr_op_cs::~be_visitor_enum_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
index c08274dc244..d8c642eed23 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
@@ -22,7 +22,7 @@ be_visitor_enum_ch::be_visitor_enum_ch (be_visitor_context *ctx)
{
}
-be_visitor_enum_ch::~be_visitor_enum_ch (void)
+be_visitor_enum_ch::~be_visitor_enum_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
index 5def28c74e5..aeaac4931ed 100644
--- a/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
@@ -22,7 +22,7 @@ be_visitor_enum_cs::be_visitor_enum_cs (be_visitor_context *ctx)
{
}
-be_visitor_enum_cs::~be_visitor_enum_cs (void)
+be_visitor_enum_cs::~be_visitor_enum_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
index d27d97322e2..21e102f68b6 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_exception_any_op_ch::be_visitor_exception_any_op_ch (
{
}
-be_visitor_exception_any_op_ch::~be_visitor_exception_any_op_ch (void)
+be_visitor_exception_any_op_ch::~be_visitor_exception_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
index 7a844ffa0ae..3bbd359fa5e 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_exception_any_op_cs::be_visitor_exception_any_op_cs (
{
}
-be_visitor_exception_any_op_cs::~be_visitor_exception_any_op_cs (void)
+be_visitor_exception_any_op_cs::~be_visitor_exception_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
index 646b4b3b5ea..7c8541de940 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_exception_cdr_op_ch::be_visitor_exception_cdr_op_ch (
{
}
-be_visitor_exception_cdr_op_ch::~be_visitor_exception_cdr_op_ch (void)
+be_visitor_exception_cdr_op_ch::~be_visitor_exception_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp
index 7c18447874c..65897a6192a 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_exception_cdr_op_cs::be_visitor_exception_cdr_op_cs (
{
}
-be_visitor_exception_cdr_op_cs::~be_visitor_exception_cdr_op_cs (void)
+be_visitor_exception_cdr_op_cs::~be_visitor_exception_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp b/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
index 7d4786f5374..07949f99c42 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
@@ -19,7 +19,7 @@ be_visitor_exception_ctor_assign::be_visitor_exception_ctor_assign (
{
}
-be_visitor_exception_ctor_assign::~be_visitor_exception_ctor_assign (void)
+be_visitor_exception_ctor_assign::~be_visitor_exception_ctor_assign ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
index 6f41600faa1..f1e7c6b5fdb 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
@@ -17,7 +17,7 @@ be_visitor_exception::be_visitor_exception (be_visitor_context *ctx)
{
}
-be_visitor_exception::~be_visitor_exception (void)
+be_visitor_exception::~be_visitor_exception ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
index b1a89b0904d..c29bd84da8f 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_exception_ch::be_visitor_exception_ch (be_visitor_context *ctx)
{
}
-be_visitor_exception_ch::~be_visitor_exception_ch (void)
+be_visitor_exception_ch::~be_visitor_exception_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
index 69ffb0d436a..6cd46fd03e1 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_exception_ci::be_visitor_exception_ci (be_visitor_context *ctx)
{
}
-be_visitor_exception_ci::~be_visitor_exception_ci (void)
+be_visitor_exception_ci::~be_visitor_exception_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
index c0e0427d1ba..d0d71d046c0 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
@@ -21,7 +21,7 @@ be_visitor_exception_cs::be_visitor_exception_cs (be_visitor_context *ctx)
{
}
-be_visitor_exception_cs::~be_visitor_exception_cs (void)
+be_visitor_exception_cs::~be_visitor_exception_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
index e6cfc01e1c7..b4730800ba1 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
@@ -16,7 +16,7 @@ be_visitor_exception_ctor::be_visitor_exception_ctor (be_visitor_context *ctx)
{
}
-be_visitor_exception_ctor::~be_visitor_exception_ctor (void)
+be_visitor_exception_ctor::~be_visitor_exception_ctor ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp
index ae2fea80759..09909a0f4fe 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp
@@ -25,7 +25,7 @@ be_visitor_field_cdr_op_ch::be_visitor_field_cdr_op_ch (be_visitor_context *ctx)
}
// Destructor.
-be_visitor_field_cdr_op_ch::~be_visitor_field_cdr_op_ch (void)
+be_visitor_field_cdr_op_ch::~be_visitor_field_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
index 9f7c79b6cea..79c2c13aff0 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
@@ -21,7 +21,7 @@ be_visitor_field_cdr_op_cs::be_visitor_field_cdr_op_cs (
{
}
-be_visitor_field_cdr_op_cs::~be_visitor_field_cdr_op_cs (void)
+be_visitor_field_cdr_op_cs::~be_visitor_field_cdr_op_cs ()
{
}
@@ -404,7 +404,7 @@ be_visitor_field_cdr_op_cs::visit_eventtype_fwd (be_eventtype_fwd *node)
int
-be_visitor_field_cdr_op_cs::emit_valuetype_common (void)
+be_visitor_field_cdr_op_cs::emit_valuetype_common ()
{
TAO_OutStream *os = this->ctx_->stream ();
be_field *f =
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
index 1d67e4ac801..46691909cae 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_field_ch::be_visitor_field_ch (be_visitor_context *ctx)
{
}
-be_visitor_field_ch::~be_visitor_field_ch (void)
+be_visitor_field_ch::~be_visitor_field_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
index d5aa07a82cd..07781ae74ff 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
@@ -19,7 +19,7 @@ be_visitor_field_ci::be_visitor_field_ci (be_visitor_context *ctx)
{
}
-be_visitor_field_ci::~be_visitor_field_ci (void)
+be_visitor_field_ci::~be_visitor_field_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp b/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
index 0ffdeca8b05..8ba93034609 100644
--- a/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
@@ -25,7 +25,7 @@ be_visitor_field_cs::be_visitor_field_cs (be_visitor_context *ctx)
{
}
-be_visitor_field_cs::~be_visitor_field_cs (void)
+be_visitor_field_cs::~be_visitor_field_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp
index a02b816d9f7..6d989d0bda9 100644
--- a/TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp
@@ -19,7 +19,7 @@ be_visitor_home_ex_idl::be_visitor_home_ex_idl (
{
}
-be_visitor_home_ex_idl::~be_visitor_home_ex_idl (void)
+be_visitor_home_ex_idl::~be_visitor_home_ex_idl ()
{
}
@@ -210,7 +210,7 @@ be_visitor_home_ex_idl::visit_string (be_string *node)
}
void
-be_visitor_home_ex_idl::gen_implicit (void)
+be_visitor_home_ex_idl::gen_implicit ()
{
os_ << be_nl
<< "local interface CCM_"
@@ -224,7 +224,7 @@ be_visitor_home_ex_idl::gen_implicit (void)
}
void
-be_visitor_home_ex_idl::gen_explicit (void)
+be_visitor_home_ex_idl::gen_explicit ()
{
os_ << be_nl_2
<< "local interface CCM_"
@@ -270,7 +270,7 @@ be_visitor_home_ex_idl::gen_explicit (void)
}
void
-be_visitor_home_ex_idl::gen_derived (void)
+be_visitor_home_ex_idl::gen_derived ()
{
ACE_CString lname_str =
IdentifierHelper::try_escape (node_->original_local_name ());
@@ -285,7 +285,7 @@ be_visitor_home_ex_idl::gen_derived (void)
}
void
-be_visitor_home_ex_idl::gen_supported (void)
+be_visitor_home_ex_idl::gen_supported ()
{
os_ << be_idt;
@@ -351,7 +351,7 @@ be_visitor_home_ex_idl::gen_exception_list (
}
void
-be_visitor_home_ex_idl::gen_home_executor (void)
+be_visitor_home_ex_idl::gen_home_executor ()
{
AST_Component *comp = node_->managed_component ();
AST_Decl *scope = ScopeAsDecl (node_->defined_in ());
@@ -377,7 +377,7 @@ be_visitor_home_ex_idl::gen_home_executor (void)
}
void
-be_visitor_home_ex_idl::restore_scope (void)
+be_visitor_home_ex_idl::restore_scope ()
{
for (UTL_ScopeActiveIterator iter (node_, UTL_Scope::IK_decls);
! iter.is_done ();
diff --git a/TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp b/TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp
index 01bcd04ab3a..167ec05bf43 100644
--- a/TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp
@@ -20,7 +20,7 @@ be_visitor_home_exh::be_visitor_home_exh (be_visitor_context *ctx)
{
}
-be_visitor_home_exh::~be_visitor_home_exh (void)
+be_visitor_home_exh::~be_visitor_home_exh ()
{
}
@@ -98,7 +98,7 @@ be_visitor_home_exh::visit_factory (be_factory *node)
}
int
-be_visitor_home_exh::gen_exec_class (void)
+be_visitor_home_exh::gen_exec_class ()
{
// We don't want a '_cxx_' prefix here.
const char *lname =
@@ -178,7 +178,7 @@ be_visitor_home_exh::gen_exec_class (void)
}
void
-be_visitor_home_exh::gen_entrypoint (void)
+be_visitor_home_exh::gen_entrypoint ()
{
os_ << be_nl_2
<< "/// Factory method for " << node_->full_name () << be_nl
diff --git a/TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp b/TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp
index 14bc95eadab..860a76b1c1f 100644
--- a/TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp
@@ -23,7 +23,7 @@ be_visitor_home_exs::be_visitor_home_exs (be_visitor_context *ctx)
{
}
-be_visitor_home_exs::~be_visitor_home_exs (void)
+be_visitor_home_exs::~be_visitor_home_exs ()
{
}
@@ -113,7 +113,7 @@ be_visitor_home_exs::visit_factory (be_factory *node)
}
int
-be_visitor_home_exs::gen_exec_class (void)
+be_visitor_home_exs::gen_exec_class ()
{
// No '_cxx_' prefix.
const char *lname =
@@ -207,7 +207,7 @@ be_visitor_home_exs::gen_exec_class (void)
}
void
-be_visitor_home_exs::gen_entrypoint (void)
+be_visitor_home_exs::gen_entrypoint ()
{
os_ << be_nl_2
<< "extern \"C\" " << export_macro_.c_str ()
diff --git a/TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp b/TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp
index 7f0ae8f6bdd..0844ba3ad7e 100644
--- a/TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp
@@ -28,7 +28,7 @@ be_visitor_home_svh::be_visitor_home_svh (be_visitor_context *ctx)
}
}
-be_visitor_home_svh::~be_visitor_home_svh (void)
+be_visitor_home_svh::~be_visitor_home_svh ()
{
}
@@ -119,7 +119,7 @@ be_visitor_home_svh::visit_finder (be_finder *node)
}
int
-be_visitor_home_svh::gen_servant_class (void)
+be_visitor_home_svh::gen_servant_class ()
{
AST_Decl *scope = ScopeAsDecl (node_->defined_in ());
ACE_CString sname_str (scope->full_name ());
@@ -244,7 +244,7 @@ AST_Type *pk = node_->primary_key ();
}
void
-be_visitor_home_svh::gen_entrypoint (void)
+be_visitor_home_svh::gen_entrypoint ()
{
os_ << be_nl_2
<< "extern \"C\" " << export_macro_.c_str ()
diff --git a/TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp b/TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp
index 8c23f340d0e..f84301b086b 100644
--- a/TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp
@@ -29,7 +29,7 @@ be_visitor_home_svs::be_visitor_home_svs (be_visitor_context *ctx)
}
}
-be_visitor_home_svs::~be_visitor_home_svs (void)
+be_visitor_home_svs::~be_visitor_home_svs ()
{
}
@@ -203,7 +203,7 @@ be_visitor_home_svs::visit_finder (be_finder *node)
}
int
-be_visitor_home_svs::gen_servant_class (void)
+be_visitor_home_svs::gen_servant_class ()
{
AST_Decl *scope = ScopeAsDecl (node_->defined_in ());
ACE_CString sname_str (scope->full_name ());
@@ -379,7 +379,7 @@ be_visitor_home_svs::gen_servant_class (void)
}
void
-be_visitor_home_svs::gen_entrypoint (void)
+be_visitor_home_svs::gen_entrypoint ()
{
ACE_CString sname_str (
ScopeAsDecl (node_->defined_in ())->full_name ());
@@ -442,7 +442,7 @@ be_visitor_home_attr_set::be_visitor_home_attr_set (
{
}
-be_visitor_home_attr_set::~be_visitor_home_attr_set (void)
+be_visitor_home_attr_set::~be_visitor_home_attr_set ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp
index f73289a33df..98ef62a49d4 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_interface_ch::be_visitor_amh_interface_ch (
{
}
-be_visitor_amh_interface_ch::~be_visitor_amh_interface_ch (void)
+be_visitor_amh_interface_ch::~be_visitor_amh_interface_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
index f5f4cd4bb34..d04f2fa09de 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_rh_interface_sh::be_visitor_amh_rh_interface_sh (
{
}
-be_visitor_amh_rh_interface_sh::~be_visitor_amh_rh_interface_sh (void)
+be_visitor_amh_rh_interface_sh::~be_visitor_amh_rh_interface_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
index 9c8a8d087be..801142ae7bc 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_rh_interface_ss::be_visitor_amh_rh_interface_ss (
{
}
-be_visitor_amh_rh_interface_ss::~be_visitor_amh_rh_interface_ss (void)
+be_visitor_amh_rh_interface_ss::~be_visitor_amh_rh_interface_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp
index 91f670a924c..86082b15c9d 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_interface_sh::be_visitor_amh_interface_sh (
{
}
-be_visitor_amh_interface_sh::~be_visitor_amh_interface_sh (void)
+be_visitor_amh_interface_sh::~be_visitor_amh_interface_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp
index f1b62ce461b..d55894d85a2 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp
@@ -16,7 +16,7 @@ be_visitor_amh_interface_ss::be_visitor_amh_interface_ss (
{
}
-be_visitor_amh_interface_ss::~be_visitor_amh_interface_ss (void)
+be_visitor_amh_interface_ss::~be_visitor_amh_interface_ss ()
{
}
@@ -157,7 +157,7 @@ public:
};
TAO_IDL_Downcast_Implementation_Worker::
-TAO_IDL_Downcast_Implementation_Worker (void)
+TAO_IDL_Downcast_Implementation_Worker ()
{
}
@@ -194,14 +194,14 @@ class TAO_IDL_Copy_Ctor_Worker
: public TAO_IDL_Inheritance_Hierarchy_Worker
{
public:
- TAO_IDL_Copy_Ctor_Worker (void);
+ TAO_IDL_Copy_Ctor_Worker ();
virtual int emit (be_interface *base,
TAO_OutStream *os,
be_interface *derived);
};
-TAO_IDL_Copy_Ctor_Worker::TAO_IDL_Copy_Ctor_Worker (void)
+TAO_IDL_Copy_Ctor_Worker::TAO_IDL_Copy_Ctor_Worker ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
index c7c001a671b..ceee283915f 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
@@ -18,7 +18,7 @@ be_visitor_ami4ccm_conn_ex_idl::be_visitor_ami4ccm_conn_ex_idl (
{
}
-be_visitor_ami4ccm_conn_ex_idl::~be_visitor_ami4ccm_conn_ex_idl (void)
+be_visitor_ami4ccm_conn_ex_idl::~be_visitor_ami4ccm_conn_ex_idl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
index c98f439df44..4947b6291e4 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
@@ -19,7 +19,7 @@ be_visitor_ami4ccm_rh_ex_idl::be_visitor_ami4ccm_rh_ex_idl (
{
}
-be_visitor_ami4ccm_rh_ex_idl::~be_visitor_ami4ccm_rh_ex_idl (void)
+be_visitor_ami4ccm_rh_ex_idl::~be_visitor_ami4ccm_rh_ex_idl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
index f96f633096d..c0bab2857f8 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
@@ -19,7 +19,7 @@ be_visitor_ami4ccm_sendc_ex_idl::be_visitor_ami4ccm_sendc_ex_idl (
{
}
-be_visitor_ami4ccm_sendc_ex_idl::~be_visitor_ami4ccm_sendc_ex_idl (void)
+be_visitor_ami4ccm_sendc_ex_idl::~be_visitor_ami4ccm_sendc_ex_idl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
index d196a6f777d..4fbc6485a02 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_any_op_ch::be_visitor_interface_any_op_ch
{
}
-be_visitor_interface_any_op_ch::~be_visitor_interface_any_op_ch (void)
+be_visitor_interface_any_op_ch::~be_visitor_interface_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
index 1230ea88e28..9d36bece90e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_any_op_cs::be_visitor_interface_any_op_cs (
{
}
-be_visitor_interface_any_op_cs::~be_visitor_interface_any_op_cs (void)
+be_visitor_interface_any_op_cs::~be_visitor_interface_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
index 9c37d52049d..5be866512d4 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_cdr_op_ch::be_visitor_interface_cdr_op_ch (
{
}
-be_visitor_interface_cdr_op_ch::~be_visitor_interface_cdr_op_ch (void)
+be_visitor_interface_cdr_op_ch::~be_visitor_interface_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
index c57d4b2b710..071bd2eab0d 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_interface_cdr_op_cs::be_visitor_interface_cdr_op_cs (
{
}
-be_visitor_interface_cdr_op_cs::~be_visitor_interface_cdr_op_cs (void)
+be_visitor_interface_cdr_op_cs::~be_visitor_interface_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
index 6430de371a3..431c1fb8b0c 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
@@ -8,7 +8,7 @@ be_visitor_interface_direct_proxy_impl_sh (be_visitor_context *ctx)
}
be_visitor_interface_direct_proxy_impl_sh::
-~be_visitor_interface_direct_proxy_impl_sh (void)
+~be_visitor_interface_direct_proxy_impl_sh ()
{
// No-Op.
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp
index 5a2a385dd74..ec542b5ec27 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp
@@ -9,7 +9,7 @@ be_visitor_interface_direct_proxy_impl_ss (be_visitor_context *ctx)
}
be_visitor_interface_direct_proxy_impl_ss::
-~be_visitor_interface_direct_proxy_impl_ss (void)
+~be_visitor_interface_direct_proxy_impl_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp b/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
index ab009e6b112..29dc80b456e 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
@@ -17,7 +17,7 @@ be_visitor_facet_svth::be_visitor_facet_svth (be_visitor_context *ctx)
{
}
-be_visitor_facet_svth::~be_visitor_facet_svth (void)
+be_visitor_facet_svth::~be_visitor_facet_svth ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp b/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
index 85780cf58c6..f86cb614bf1 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
@@ -17,7 +17,7 @@ be_visitor_facet_svts::be_visitor_facet_svts (be_visitor_context *ctx)
{
}
-be_visitor_facet_svts::~be_visitor_facet_svts (void)
+be_visitor_facet_svts::~be_visitor_facet_svts ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
index 34946766165..879a8d66789 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
@@ -16,7 +16,7 @@ be_visitor_interface::be_visitor_interface (be_visitor_context *ctx)
{
}
-be_visitor_interface::~be_visitor_interface (void)
+be_visitor_interface::~be_visitor_interface ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
index 1c4f509f2e1..58d33e95a11 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_interface_ch::be_visitor_interface_ch (be_visitor_context *ctx)
{
}
-be_visitor_interface_ch::~be_visitor_interface_ch (void)
+be_visitor_interface_ch::~be_visitor_interface_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
index d5b0bf8b0fa..fbd638a5d87 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_interface_ci::be_visitor_interface_ci (be_visitor_context *ctx)
{
}
-be_visitor_interface_ci::~be_visitor_interface_ci (void)
+be_visitor_interface_ci::~be_visitor_interface_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
index 6f13f8bc638..a4068518afa 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
@@ -15,7 +15,7 @@ be_visitor_interface_cs::be_visitor_interface_cs (be_visitor_context *ctx)
{
}
-be_visitor_interface_cs::~be_visitor_interface_cs (void)
+be_visitor_interface_cs::~be_visitor_interface_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
index 8e412556b29..3e486fdedf7 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_ex_idl::be_visitor_interface_ex_idl (
{
}
-be_visitor_interface_ex_idl::~be_visitor_interface_ex_idl (void)
+be_visitor_interface_ex_idl::~be_visitor_interface_ex_idl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
index eb8ac329352..85b6c23811c 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
@@ -16,7 +16,7 @@ be_visitor_interface_ih::be_visitor_interface_ih (be_visitor_context *ctx)
{
}
-be_visitor_interface_ih::~be_visitor_interface_ih (void)
+be_visitor_interface_ih::~be_visitor_interface_ih ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
index 15a358fe763..76e1e2b1781 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
@@ -16,7 +16,7 @@ be_visitor_interface_is::be_visitor_interface_is (be_visitor_context *ctx)
{
}
-be_visitor_interface_is::~be_visitor_interface_is (void)
+be_visitor_interface_is::~be_visitor_interface_is ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
index 14b7c67ffbc..789b4497c5c 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
@@ -16,7 +16,7 @@ be_visitor_interface_sh::be_visitor_interface_sh (be_visitor_context *ctx)
{
}
-be_visitor_interface_sh::~be_visitor_interface_sh (void)
+be_visitor_interface_sh::~be_visitor_interface_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
index 86de660dd62..9847a170dd7 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
@@ -19,7 +19,7 @@ be_visitor_interface_ss::be_visitor_interface_ss (be_visitor_context *ctx)
{
}
-be_visitor_interface_ss::~be_visitor_interface_ss (void)
+be_visitor_interface_ss::~be_visitor_interface_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
index 467432362c1..0ebf03db35f 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_svth::be_visitor_interface_svth (
{
}
-be_visitor_interface_svth::~be_visitor_interface_svth (void)
+be_visitor_interface_svth::~be_visitor_interface_svth ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp b/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
index eb5303cc51e..81da50fde3a 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_svts::be_visitor_interface_svts (
{
}
-be_visitor_interface_svts::~be_visitor_interface_svts (void)
+be_visitor_interface_svts::~be_visitor_interface_svts ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
index 5399e978a4d..67307bd46ca 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_interface_smart_proxy_ch::be_visitor_interface_smart_proxy_ch (
{
}
-be_visitor_interface_smart_proxy_ch::~be_visitor_interface_smart_proxy_ch (void)
+be_visitor_interface_smart_proxy_ch::~be_visitor_interface_smart_proxy_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
index ee84d6982c4..a05eed7c276 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_interface_smart_proxy_cs::be_visitor_interface_smart_proxy_cs (
}
be_visitor_interface_smart_proxy_cs::~be_visitor_interface_smart_proxy_cs (
- void
+
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp b/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
index 58f86811c6e..7a16a8ac9c0 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_tie_sh::be_visitor_interface_tie_sh (
{
}
-be_visitor_interface_tie_sh::~be_visitor_interface_tie_sh (void)
+be_visitor_interface_tie_sh::~be_visitor_interface_tie_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp b/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
index 5bd6a66367d..40976c5b33b 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_tie_ss::be_visitor_interface_tie_ss (
{
}
-be_visitor_interface_tie_ss::~be_visitor_interface_tie_ss (void)
+be_visitor_interface_tie_ss::~be_visitor_interface_tie_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp
index b93ec9fdeb5..fcccf6da943 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_fwd_any_op_ch::be_visitor_interface_fwd_any_op_ch (
{
}
-be_visitor_interface_fwd_any_op_ch::~be_visitor_interface_fwd_any_op_ch (void)
+be_visitor_interface_fwd_any_op_ch::~be_visitor_interface_fwd_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp
index 20199cf5d0c..f6b68cab462 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_interface_fwd_cdr_op_ch::be_visitor_interface_fwd_cdr_op_ch (
{
}
-be_visitor_interface_fwd_cdr_op_ch::~be_visitor_interface_fwd_cdr_op_ch (void)
+be_visitor_interface_fwd_cdr_op_ch::~be_visitor_interface_fwd_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
index 8c93752c3f4..2529a46ccf3 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_interface_fwd_ch::be_visitor_interface_fwd_ch (
{
}
-be_visitor_interface_fwd_ch::~be_visitor_interface_fwd_ch (void)
+be_visitor_interface_fwd_ch::~be_visitor_interface_fwd_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp b/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
index 60ebcd611ab..eae48a5e4e0 100644
--- a/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
@@ -21,7 +21,7 @@ be_visitor_member_type_decl::be_visitor_member_type_decl (
{
}
-be_visitor_member_type_decl::~be_visitor_member_type_decl (void)
+be_visitor_member_type_decl::~be_visitor_member_type_decl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
index 65576becd8c..3c642a7bbe8 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
@@ -17,7 +17,7 @@ be_visitor_module_any_op::be_visitor_module_any_op (be_visitor_context *ctx)
{
}
-be_visitor_module_any_op::~be_visitor_module_any_op (void)
+be_visitor_module_any_op::~be_visitor_module_any_op ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp b/TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp
index ae5fb8db117..75c65619fd0 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp
@@ -17,7 +17,7 @@ be_visitor_module_cdr_op::be_visitor_module_cdr_op (be_visitor_context *ctx)
{
}
-be_visitor_module_cdr_op::~be_visitor_module_cdr_op (void)
+be_visitor_module_cdr_op::~be_visitor_module_cdr_op ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module.cpp b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
index 5cd0cf15ed2..28cd2dedcd7 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module.cpp
@@ -16,7 +16,7 @@ be_visitor_module::be_visitor_module (be_visitor_context *ctx)
{
}
-be_visitor_module::~be_visitor_module (void)
+be_visitor_module::~be_visitor_module ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
index e4ae891dbf6..9f27e58ac96 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_module_ch::be_visitor_module_ch (be_visitor_context *ctx)
{
}
-be_visitor_module_ch::~be_visitor_module_ch (void)
+be_visitor_module_ch::~be_visitor_module_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp
index 971954b23ce..ecf4e15c7f6 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp
@@ -16,7 +16,7 @@ be_visitor_module_ih::be_visitor_module_ih (be_visitor_context *ctx)
{
}
-be_visitor_module_ih::~be_visitor_module_ih (void)
+be_visitor_module_ih::~be_visitor_module_ih ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
index 126bd313960..53e787c0e30 100644
--- a/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
@@ -16,7 +16,7 @@ be_visitor_module_sh::be_visitor_module_sh (be_visitor_context *ctx)
{
}
-be_visitor_module_sh::~be_visitor_module_sh (void)
+be_visitor_module_sh::~be_visitor_module_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp b/TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp
index 0ef79436a49..9017e596896 100644
--- a/TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_native_ch::be_visitor_native_ch (be_visitor_context *ctx)
{
}
-be_visitor_native_ch::~be_visitor_native_ch (void)
+be_visitor_native_ch::~be_visitor_native_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp b/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
index 85327630d02..12f226ea1c6 100644
--- a/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
@@ -23,7 +23,7 @@ be_visitor_null_return_value::be_visitor_null_return_value (
{
}
-be_visitor_null_return_value::~be_visitor_null_return_value (void)
+be_visitor_null_return_value::~be_visitor_null_return_value ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp
index 8bbfa8a6dfd..080f6c6b715 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_rh_operation_sh::be_visitor_amh_rh_operation_sh (
{
}
-be_visitor_amh_rh_operation_sh::~be_visitor_amh_rh_operation_sh (void)
+be_visitor_amh_rh_operation_sh::~be_visitor_amh_rh_operation_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp
index fadf960fa60..9e2e9b98cf9 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp
@@ -16,7 +16,7 @@ be_visitor_amh_rh_operation_ss::be_visitor_amh_rh_operation_ss (
{
}
-be_visitor_amh_rh_operation_ss::~be_visitor_amh_rh_operation_ss (void)
+be_visitor_amh_rh_operation_ss::~be_visitor_amh_rh_operation_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp
index 026a72b40aa..f926fced243 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp
@@ -18,7 +18,7 @@ be_visitor_amh_operation_sh::be_visitor_amh_operation_sh (
{
}
-be_visitor_amh_operation_sh::~be_visitor_amh_operation_sh (void)
+be_visitor_amh_operation_sh::~be_visitor_amh_operation_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
index 54a44778b5c..d188e056618 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
@@ -17,7 +17,7 @@ be_visitor_amh_operation_ss::be_visitor_amh_operation_ss (
{
}
-be_visitor_amh_operation_ss::~be_visitor_amh_operation_ss (void)
+be_visitor_amh_operation_ss::~be_visitor_amh_operation_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
index 81c5081e537..de538be52bf 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_operation_ami_cs::be_visitor_operation_ami_cs (
{
}
-be_visitor_operation_ami_cs::~be_visitor_operation_ami_cs (void)
+be_visitor_operation_ami_cs::~be_visitor_operation_ami_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp
index 5832c2d2768..ede3ab5369e 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_operation_ami_handler_reply_stub_operation_cs (
}
be_visitor_operation_ami_handler_reply_stub_operation_cs::
-~be_visitor_operation_ami_handler_reply_stub_operation_cs (void)
+~be_visitor_operation_ami_handler_reply_stub_operation_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
index 05f8a3508f6..9e72f70475d 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
@@ -25,7 +25,7 @@ be_visitor_operation_arglist::be_visitor_operation_arglist (
{
}
-be_visitor_operation_arglist::~be_visitor_operation_arglist (void)
+be_visitor_operation_arglist::~be_visitor_operation_arglist ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp b/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
index 0e47505f607..8eb0700cea0 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
@@ -23,7 +23,7 @@ be_visitor_operation_argument::be_visitor_operation_argument (
{
}
-be_visitor_operation_argument::~be_visitor_operation_argument (void)
+be_visitor_operation_argument::~be_visitor_operation_argument ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp b/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
index c69cfa6637e..70f64ed4bb6 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
@@ -27,7 +27,7 @@ be_visitor_operation_argument_invoke::be_visitor_operation_argument_invoke (
}
be_visitor_operation_argument_invoke::~be_visitor_operation_argument_invoke (
- void
+
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp b/TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp
index e1d7b1dc576..4f15df91d33 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp
@@ -27,7 +27,7 @@ be_visitor_operation_argument_marshal::be_visitor_operation_argument_marshal (
}
be_visitor_operation_argument_marshal::~be_visitor_operation_argument_marshal (
- void
+
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
index 97493a1a922..aab0e909e4b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
@@ -7,7 +7,7 @@ be_visitor_operation_direct_proxy_impl_ss (be_visitor_context *ctx)
}
be_visitor_operation_direct_proxy_impl_ss::
-~be_visitor_operation_direct_proxy_impl_ss (void)
+~be_visitor_operation_direct_proxy_impl_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
index 46c268cfbec..7a4e5274a17 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
@@ -23,7 +23,7 @@ be_visitor_operation_exceptlist_cs::be_visitor_operation_exceptlist_cs (
{
}
-be_visitor_operation_exceptlist_cs::~be_visitor_operation_exceptlist_cs (void)
+be_visitor_operation_exceptlist_cs::~be_visitor_operation_exceptlist_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp
index b36da92ccb5..8d54dfbce92 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp
@@ -23,7 +23,7 @@ be_visitor_operation_exceptlist_ss::be_visitor_operation_exceptlist_ss (
{
}
-be_visitor_operation_exceptlist_ss::~be_visitor_operation_exceptlist_ss (void)
+be_visitor_operation_exceptlist_ss::~be_visitor_operation_exceptlist_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
index 39bf64b8b00..498b403d1da 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
@@ -20,7 +20,7 @@ be_visitor_operation::be_visitor_operation (be_visitor_context *ctx)
{
}
-be_visitor_operation::~be_visitor_operation (void)
+be_visitor_operation::~be_visitor_operation ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
index 1e9dd16b0d1..9135f9dfe30 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
@@ -20,7 +20,7 @@ be_visitor_operation_ch::be_visitor_operation_ch (be_visitor_context *ctx)
{
}
-be_visitor_operation_ch::~be_visitor_operation_ch (void)
+be_visitor_operation_ch::~be_visitor_operation_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
index 16f89d43138..ec94769a15e 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
@@ -20,7 +20,7 @@ be_visitor_operation_cs::be_visitor_operation_cs (be_visitor_context *ctx)
{
}
-be_visitor_operation_cs::~be_visitor_operation_cs (void)
+be_visitor_operation_cs::~be_visitor_operation_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp
index 7d17b1d940e..38a7844492b 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp
@@ -20,7 +20,7 @@ be_visitor_operation_exs::be_visitor_operation_exs (be_visitor_context *ctx)
{
}
-be_visitor_operation_exs::~be_visitor_operation_exs (void)
+be_visitor_operation_exs::~be_visitor_operation_exs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp
index 83d86dc542f..26ab9dace41 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp
@@ -16,7 +16,7 @@ be_visitor_operation_ih::be_visitor_operation_ih (be_visitor_context *ctx)
{
}
-be_visitor_operation_ih::~be_visitor_operation_ih (void)
+be_visitor_operation_ih::~be_visitor_operation_ih ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
index b762b030ae0..2de4bd8c983 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
@@ -16,7 +16,7 @@ be_visitor_operation_is::be_visitor_operation_is (be_visitor_context *ctx)
{
}
-be_visitor_operation_is::~be_visitor_operation_is (void)
+be_visitor_operation_is::~be_visitor_operation_is ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
index 158b03e5ca4..d26e0eb61eb 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
@@ -16,7 +16,7 @@ be_visitor_operation_sh::be_visitor_operation_sh (be_visitor_context *ctx)
{
}
-be_visitor_operation_sh::~be_visitor_operation_sh (void)
+be_visitor_operation_sh::~be_visitor_operation_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
index 26832111428..a3256880c8e 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
@@ -16,7 +16,7 @@ be_visitor_operation_ss::be_visitor_operation_ss (be_visitor_context *ctx)
{
}
-be_visitor_operation_ss::~be_visitor_operation_ss (void)
+be_visitor_operation_ss::~be_visitor_operation_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp
index e10bb890dad..f238e8996d9 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp
@@ -19,7 +19,7 @@ be_visitor_operation_svs::be_visitor_operation_svs (
{
}
-be_visitor_operation_svs::~be_visitor_operation_svs (void)
+be_visitor_operation_svs::~be_visitor_operation_svs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
index 46dadc29d59..87bdd4dc2da 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
@@ -6,7 +6,7 @@ be_visitor_operation_proxy_impl_xh::be_visitor_operation_proxy_impl_xh (
{
}
-be_visitor_operation_proxy_impl_xh::~be_visitor_operation_proxy_impl_xh (void)
+be_visitor_operation_proxy_impl_xh::~be_visitor_operation_proxy_impl_xh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
index c52392fb9e5..08115517406 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
@@ -23,7 +23,7 @@ be_visitor_operation_rettype::be_visitor_operation_rettype (be_visitor_context
{
}
-be_visitor_operation_rettype::~be_visitor_operation_rettype (void)
+be_visitor_operation_rettype::~be_visitor_operation_rettype ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
index dc7f816c4fb..035f27cb707 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
@@ -24,7 +24,7 @@ be_visitor_operation_rettype_return_cs (be_visitor_context *ctx)
}
be_visitor_operation_rettype_return_cs::
-~be_visitor_operation_rettype_return_cs (void)
+~be_visitor_operation_rettype_return_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp b/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp
index f2b8b51aed9..aee3977b06e 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_operation_smart_proxy_ch::be_visitor_operation_smart_proxy_ch (
}
be_visitor_operation_smart_proxy_ch::~be_visitor_operation_smart_proxy_ch (
- void
+
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp b/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
index b179225b8c5..582157fc974 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_operation_smart_proxy_cs::be_visitor_operation_smart_proxy_cs (
}
be_visitor_operation_smart_proxy_cs::~be_visitor_operation_smart_proxy_cs (
- void
+
)
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp b/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
index 98cb3e6a7e6..fb24e5ed20d 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
@@ -18,7 +18,7 @@ be_visitor_operation_tie_sh::be_visitor_operation_tie_sh (
{
}
-be_visitor_operation_tie_sh::~be_visitor_operation_tie_sh (void)
+be_visitor_operation_tie_sh::~be_visitor_operation_tie_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp
index 8669184bf1d..6d68b3ec985 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp
@@ -17,7 +17,7 @@ be_visitor_operation_tie_ss::be_visitor_operation_tie_ss (
{
}
-be_visitor_operation_tie_ss::~be_visitor_operation_tie_ss (void)
+be_visitor_operation_tie_ss::~be_visitor_operation_tie_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
index 5680ed71cca..8dfd3973eff 100644
--- a/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
@@ -19,7 +19,7 @@ be_visitor_operation_upcall_command_ss::be_visitor_operation_upcall_command_ss (
}
be_visitor_operation_upcall_command_ss::~be_visitor_operation_upcall_command_ss (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp b/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
index 56a0feed9b1..439da73062d 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
@@ -22,7 +22,7 @@ be_visitor_root_any_op::be_visitor_root_any_op (be_visitor_context *ctx)
{
}
-be_visitor_root_any_op::~be_visitor_root_any_op (void)
+be_visitor_root_any_op::~be_visitor_root_any_op ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp b/TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp
index bd62a120467..89cb9e23096 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp
@@ -22,7 +22,7 @@ be_visitor_root_cdr_op::be_visitor_root_cdr_op (be_visitor_context *ctx)
{
}
-be_visitor_root_cdr_op::~be_visitor_root_cdr_op (void)
+be_visitor_root_cdr_op::~be_visitor_root_cdr_op ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root.cpp b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
index e2e0ec92fae..ef1ad8a4882 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root.cpp
@@ -17,7 +17,7 @@ be_visitor_root::be_visitor_root (be_visitor_context *ctx)
{
}
-be_visitor_root::~be_visitor_root (void)
+be_visitor_root::~be_visitor_root ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
index 30a4e8cad78..d2cfc9934c8 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
@@ -21,7 +21,7 @@ be_visitor_root_ch::be_visitor_root_ch (be_visitor_context *ctx)
{
}
-be_visitor_root_ch::~be_visitor_root_ch (void)
+be_visitor_root_ch::~be_visitor_root_ch ()
{
}
@@ -116,7 +116,7 @@ be_visitor_root_ch::visit_root (be_root *node)
}
int
-be_visitor_root_ch::init (void)
+be_visitor_root_ch::init ()
{
/// First open the client-side file for writing
int status =
@@ -148,7 +148,7 @@ be_visitor_root_ch::gen_arg_traits (be_root *node)
}
void
-be_visitor_root_ch::gen_fwd_decls (void)
+be_visitor_root_ch::gen_fwd_decls ()
{
if (idl_global->non_local_iface_seen_)
{
@@ -175,7 +175,7 @@ be_visitor_root_ch::gen_fwd_decls (void)
}
void
-be_visitor_root_ch::gen_ref_counting_overrides (void)
+be_visitor_root_ch::gen_ref_counting_overrides ()
{
size_t size = be_global->non_defined_interfaces.size ();
@@ -221,7 +221,7 @@ be_visitor_root_ch::gen_ref_counting_overrides (void)
}
void
-be_visitor_root_ch::gen_static_corba_overrides (void)
+be_visitor_root_ch::gen_static_corba_overrides ()
{
size_t size = idl_global->mixed_parentage_interfaces ().size ();
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
index 7e6e0b32c19..aedb03c7454 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_root_ci::be_visitor_root_ci (be_visitor_context *ctx)
{
}
-be_visitor_root_ci::~be_visitor_root_ci (void)
+be_visitor_root_ci::~be_visitor_root_ci ()
{
}
@@ -55,7 +55,7 @@ be_visitor_root_ci::visit_root (be_root *node)
}
int
-be_visitor_root_ci::init (void)
+be_visitor_root_ci::init ()
{
/// First open the client-side file for writing
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
index df203ce008c..834a0896cb0 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
@@ -17,7 +17,7 @@ be_visitor_root_cnh::be_visitor_root_cnh (be_visitor_context *ctx)
{
}
-be_visitor_root_cnh::~be_visitor_root_cnh (void)
+be_visitor_root_cnh::~be_visitor_root_cnh ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_cnh::visit_root (be_root *node)
}
int
-be_visitor_root_cnh::init (void)
+be_visitor_root_cnh::init ()
{
// First open the client-side header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
index 1d9a05c44cf..fd83265d321 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
@@ -17,7 +17,7 @@ be_visitor_root_cns::be_visitor_root_cns (be_visitor_context *ctx)
{
}
-be_visitor_root_cns::~be_visitor_root_cns (void)
+be_visitor_root_cns::~be_visitor_root_cns ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_cns::visit_root (be_root *node)
}
int
-be_visitor_root_cns::init (void)
+be_visitor_root_cns::init ()
{
// First open the client-side header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
index 88c61e03276..c535e266697 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_root_cs::be_visitor_root_cs (be_visitor_context *ctx)
{
}
-be_visitor_root_cs::~be_visitor_root_cs (void)
+be_visitor_root_cs::~be_visitor_root_cs ()
{
}
@@ -76,7 +76,7 @@ be_visitor_root_cs::visit_root (be_root *node)
}
int
-be_visitor_root_cs::init (void)
+be_visitor_root_cs::init ()
{
/// First open the client-side file for writing
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp
index 69ca7540719..c07d97c752b 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp
@@ -17,7 +17,7 @@ be_visitor_root_ex_idl::be_visitor_root_ex_idl (
{
}
-be_visitor_root_ex_idl::~be_visitor_root_ex_idl (void)
+be_visitor_root_ex_idl::~be_visitor_root_ex_idl ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_ex_idl::visit_root (be_root *node)
}
int
-be_visitor_root_ex_idl::init (void)
+be_visitor_root_ex_idl::init ()
{
// First open the client-side header file for writing.
int const status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp
index 8d7f3e298e7..f067a2b3650 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp
@@ -17,7 +17,7 @@ be_visitor_root_exh::be_visitor_root_exh (be_visitor_context *ctx)
{
}
-be_visitor_root_exh::~be_visitor_root_exh (void)
+be_visitor_root_exh::~be_visitor_root_exh ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_exh::visit_root (be_root *node)
}
int
-be_visitor_root_exh::init (void)
+be_visitor_root_exh::init ()
{
// First open the client-side header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp
index 23b8f6a90cc..0f4fed06651 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp
@@ -17,7 +17,7 @@ be_visitor_root_exs::be_visitor_root_exs (be_visitor_context *ctx)
{
}
-be_visitor_root_exs::~be_visitor_root_exs (void)
+be_visitor_root_exs::~be_visitor_root_exs ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_exs::visit_root (be_root *node)
}
int
-be_visitor_root_exs::init (void)
+be_visitor_root_exs::init ()
{
// First open the client-side header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
index a587795780a..79153d5c5f5 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
@@ -16,7 +16,7 @@ be_visitor_root_ih::be_visitor_root_ih (be_visitor_context *ctx)
{
}
-be_visitor_root_ih::~be_visitor_root_ih (void)
+be_visitor_root_ih::~be_visitor_root_ih ()
{
}
@@ -46,7 +46,7 @@ be_visitor_root_ih::visit_root (be_root *node)
}
int
-be_visitor_root_ih::init (void)
+be_visitor_root_ih::init ()
{
/// First open the implementation header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_is.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_is.cpp
index 702037acb05..59cf3774f95 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_is.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_is.cpp
@@ -15,7 +15,7 @@ be_visitor_root_is::be_visitor_root_is (be_visitor_context *ctx)
{
}
-be_visitor_root_is::~be_visitor_root_is (void)
+be_visitor_root_is::~be_visitor_root_is ()
{
}
@@ -42,7 +42,7 @@ be_visitor_root_is::visit_root (be_root *node)
}
int
-be_visitor_root_is::init (void)
+be_visitor_root_is::init ()
{
/// First open the file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
index 4439ce8e8d9..86a90fb6c77 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
@@ -16,7 +16,7 @@ be_visitor_root_sh::be_visitor_root_sh (be_visitor_context *ctx)
{
}
-be_visitor_root_sh::~be_visitor_root_sh (void)
+be_visitor_root_sh::~be_visitor_root_sh ()
{
}
@@ -62,7 +62,7 @@ be_visitor_root_sh::visit_root (be_root *node)
}
int
-be_visitor_root_sh::init (void)
+be_visitor_root_sh::init ()
{
/// First open the server-side file for writing
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
index 7155616850e..b9eac55f549 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
@@ -16,7 +16,7 @@ be_visitor_root_ss::be_visitor_root_ss (be_visitor_context *ctx)
{
}
-be_visitor_root_ss::~be_visitor_root_ss (void)
+be_visitor_root_ss::~be_visitor_root_ss ()
{
}
@@ -50,7 +50,7 @@ be_visitor_root_ss::visit_root (be_root *node)
}
int
-be_visitor_root_ss::init (void)
+be_visitor_root_ss::init ()
{
/// First open the server-side file for writing
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp
index 64fee51a744..99b145d6462 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp
@@ -16,7 +16,7 @@ be_visitor_root_sth::be_visitor_root_sth (be_visitor_context *ctx)
{
}
-be_visitor_root_sth::~be_visitor_root_sth (void)
+be_visitor_root_sth::~be_visitor_root_sth ()
{
}
@@ -127,7 +127,7 @@ be_visitor_root_sth::visit_component (be_component *node)
}
int
-be_visitor_root_sth::init (void)
+be_visitor_root_sth::init ()
{
/// First open the server-side file for writing
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp
index db753dffb12..f9f8f0c392d 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp
@@ -16,7 +16,7 @@ be_visitor_root_svh::be_visitor_root_svh (be_visitor_context *ctx)
{
}
-be_visitor_root_svh::~be_visitor_root_svh (void)
+be_visitor_root_svh::~be_visitor_root_svh ()
{
}
@@ -45,7 +45,7 @@ be_visitor_root_svh::visit_root (be_root *node)
}
int
-be_visitor_root_svh::init (void)
+be_visitor_root_svh::init ()
{
/// First open the file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp
index 900b7854b0a..c95f57595e4 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp
@@ -16,7 +16,7 @@ be_visitor_root_svs::be_visitor_root_svs (be_visitor_context *ctx)
{
}
-be_visitor_root_svs::~be_visitor_root_svs (void)
+be_visitor_root_svs::~be_visitor_root_svs ()
{
}
@@ -45,7 +45,7 @@ be_visitor_root_svs::visit_root (be_root *node)
}
int
-be_visitor_root_svs::init (void)
+be_visitor_root_svs::init ()
{
// First open the ciao servant source file for writing.
int const status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp
index 78f75df71a0..e235b9255c2 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp
@@ -16,7 +16,7 @@ be_visitor_root_svth::be_visitor_root_svth (be_visitor_context *ctx)
{
}
-be_visitor_root_svth::~be_visitor_root_svth (void)
+be_visitor_root_svth::~be_visitor_root_svth ()
{
}
@@ -45,7 +45,7 @@ be_visitor_root_svth::visit_root (be_root *node)
}
int
-be_visitor_root_svth::init (void)
+be_visitor_root_svth::init ()
{
/// First open the file for writing.
int const status =
diff --git a/TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp b/TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp
index d6232163125..44d063f3df1 100644
--- a/TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp
@@ -16,7 +16,7 @@ be_visitor_root_svts::be_visitor_root_svts (be_visitor_context *ctx)
{
}
-be_visitor_root_svts::~be_visitor_root_svts (void)
+be_visitor_root_svts::~be_visitor_root_svts ()
{
}
@@ -45,7 +45,7 @@ be_visitor_root_svts::visit_root (be_root *node)
}
int
-be_visitor_root_svts::init (void)
+be_visitor_root_svts::init ()
{
// First open the client-side header file for writing.
int status =
diff --git a/TAO/TAO_IDL/be/be_visitor_scope.cpp b/TAO/TAO_IDL/be/be_visitor_scope.cpp
index 3bb7e5b17d6..e67a1afe354 100644
--- a/TAO/TAO_IDL/be/be_visitor_scope.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_scope.cpp
@@ -29,7 +29,7 @@ be_visitor_scope::be_visitor_scope (be_visitor_context *ctx)
{
}
-be_visitor_scope::~be_visitor_scope (void)
+be_visitor_scope::~be_visitor_scope ()
{
}
@@ -122,7 +122,7 @@ be_visitor_scope::pre_process (be_decl *)
}
int
-be_visitor_scope::elem_number (void)
+be_visitor_scope::elem_number ()
{
// Return the current element that we are working on.
return this->elem_number_;
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
index ec746bdf168..5cc90dcf290 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_sequence_any_op_ch::be_visitor_sequence_any_op_ch (
{
}
-be_visitor_sequence_any_op_ch::~be_visitor_sequence_any_op_ch (void)
+be_visitor_sequence_any_op_ch::~be_visitor_sequence_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
index fa837b11d13..a49fdcbeeb6 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_sequence_any_op_cs::be_visitor_sequence_any_op_cs (
{
}
-be_visitor_sequence_any_op_cs::~be_visitor_sequence_any_op_cs (void)
+be_visitor_sequence_any_op_cs::~be_visitor_sequence_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
index 885209896a0..932929e7425 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
@@ -22,7 +22,7 @@ be_visitor_sequence_buffer_type::be_visitor_sequence_buffer_type (
{
}
-be_visitor_sequence_buffer_type::~be_visitor_sequence_buffer_type (void)
+be_visitor_sequence_buffer_type::~be_visitor_sequence_buffer_type ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp
index 0b0c57e14de..8098e494498 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_sequence_cdr_op_ch::be_visitor_sequence_cdr_op_ch (
{
}
-be_visitor_sequence_cdr_op_ch::~be_visitor_sequence_cdr_op_ch (void)
+be_visitor_sequence_cdr_op_ch::~be_visitor_sequence_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
index 3dd4a7f06e9..7589ff6fb06 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
@@ -24,7 +24,7 @@ be_visitor_sequence_cdr_op_cs::be_visitor_sequence_cdr_op_cs (
{
}
-be_visitor_sequence_cdr_op_cs::~be_visitor_sequence_cdr_op_cs (void)
+be_visitor_sequence_cdr_op_cs::~be_visitor_sequence_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
index fa00636f9b9..b4257eb0324 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
@@ -21,7 +21,7 @@ be_visitor_sequence_base::be_visitor_sequence_base (be_visitor_context *ctx)
{
}
-be_visitor_sequence_base::~be_visitor_sequence_base (void)
+be_visitor_sequence_base::~be_visitor_sequence_base ()
{
}
@@ -186,7 +186,7 @@ be_visitor_sequence_base_template_args (be_visitor_context *ctx,
be_visitor_sequence_base_template_args::
-~be_visitor_sequence_base_template_args (void)
+~be_visitor_sequence_base_template_args ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
index a57da7c7e63..54f8899304a 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_sequence_ch::be_visitor_sequence_ch (be_visitor_context *ctx)
{
}
-be_visitor_sequence_ch::~be_visitor_sequence_ch (void)
+be_visitor_sequence_ch::~be_visitor_sequence_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
index 58fc4920cc1..38050ca3a6f 100644
--- a/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
@@ -20,7 +20,7 @@ be_visitor_sequence_cs::be_visitor_sequence_cs (be_visitor_context *ctx)
{
}
-be_visitor_sequence_cs::~be_visitor_sequence_cs (void)
+be_visitor_sequence_cs::~be_visitor_sequence_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
index f71334af9f7..53700954348 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
@@ -22,7 +22,7 @@ be_visitor_structure_any_op_ch::be_visitor_structure_any_op_ch (
{
}
-be_visitor_structure_any_op_ch::~be_visitor_structure_any_op_ch (void)
+be_visitor_structure_any_op_ch::~be_visitor_structure_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
index 3364f651beb..3471d0cd6dd 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
@@ -23,7 +23,7 @@ be_visitor_structure_any_op_cs::be_visitor_structure_any_op_cs (
{
}
-be_visitor_structure_any_op_cs::~be_visitor_structure_any_op_cs (void)
+be_visitor_structure_any_op_cs::~be_visitor_structure_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
index 36eaa146bcd..4c873c0e7ec 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_structure_cdr_op_ch::be_visitor_structure_cdr_op_ch (
{
}
-be_visitor_structure_cdr_op_ch::~be_visitor_structure_cdr_op_ch (void)
+be_visitor_structure_cdr_op_ch::~be_visitor_structure_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp
index ec8989e87b4..ed19672a653 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_structure_cdr_op_cs::be_visitor_structure_cdr_op_cs (
{
}
-be_visitor_structure_cdr_op_cs::~be_visitor_structure_cdr_op_cs (void)
+be_visitor_structure_cdr_op_cs::~be_visitor_structure_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
index dc541350607..ecd2ee05479 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
@@ -16,7 +16,7 @@ be_visitor_structure::be_visitor_structure (be_visitor_context *ctx)
{
}
-be_visitor_structure::~be_visitor_structure (void)
+be_visitor_structure::~be_visitor_structure ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
index b9cffa5a891..24bbbdf3550 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
@@ -20,7 +20,7 @@ be_visitor_structure_ch::be_visitor_structure_ch (be_visitor_context *ctx)
{
}
-be_visitor_structure_ch::~be_visitor_structure_ch (void)
+be_visitor_structure_ch::~be_visitor_structure_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
index 4074e0c5d54..2814fa8ff44 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
@@ -20,7 +20,7 @@ be_visitor_structure_ci::be_visitor_structure_ci (be_visitor_context *ctx)
{
}
-be_visitor_structure_ci::~be_visitor_structure_ci (void)
+be_visitor_structure_ci::~be_visitor_structure_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp b/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
index 7800264a0dc..29028da44cb 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
@@ -20,7 +20,7 @@ be_visitor_structure_cs::be_visitor_structure_cs (be_visitor_context *ctx)
{
}
-be_visitor_structure_cs::~be_visitor_structure_cs (void)
+be_visitor_structure_cs::~be_visitor_structure_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
index 5c3cc5ab4c3..6bbe50fb757 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_structure_fwd_ch::be_visitor_structure_fwd_ch (
{
}
-be_visitor_structure_fwd_ch::~be_visitor_structure_fwd_ch (void)
+be_visitor_structure_fwd_ch::~be_visitor_structure_fwd_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_template_export.cpp b/TAO/TAO_IDL/be/be_visitor_template_export.cpp
index 61e90903056..59dce19e81c 100644
--- a/TAO/TAO_IDL/be/be_visitor_template_export.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_template_export.cpp
@@ -25,7 +25,7 @@ be_visitor_template_export::be_visitor_template_export (
{
}
-be_visitor_template_export::~be_visitor_template_export (void)
+be_visitor_template_export::~be_visitor_template_export ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_traits.cpp b/TAO/TAO_IDL/be/be_visitor_traits.cpp
index 49ffb14b144..cfe93648ba0 100644
--- a/TAO/TAO_IDL/be/be_visitor_traits.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_traits.cpp
@@ -44,7 +44,7 @@ be_visitor_traits::be_visitor_traits (be_visitor_context *ctx)
{
}
-be_visitor_traits::~be_visitor_traits (void)
+be_visitor_traits::~be_visitor_traits ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
index b07080f85ab..46b547a446b 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
@@ -21,7 +21,7 @@ be_visitor_typecode_decl::be_visitor_typecode_decl (be_visitor_context *ctx)
}
}
-be_visitor_typecode_decl::~be_visitor_typecode_decl (void)
+be_visitor_typecode_decl::~be_visitor_typecode_decl ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
index 9be0d9b310e..9696d002830 100644
--- a/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
@@ -18,7 +18,7 @@ class Scoped_Compute_Queue_Guard
{
public:
Scoped_Compute_Queue_Guard (be_visitor_typecode_defn* );
- ~Scoped_Compute_Queue_Guard (void);
+ ~Scoped_Compute_Queue_Guard ();
private:
be_visitor_typecode_defn* customer_;
@@ -37,7 +37,7 @@ Scoped_Compute_Queue_Guard::Scoped_Compute_Queue_Guard (
}
}
-Scoped_Compute_Queue_Guard::~Scoped_Compute_Queue_Guard (void)
+Scoped_Compute_Queue_Guard::~Scoped_Compute_Queue_Guard ()
{
if (customer_ != nullptr)
{
@@ -70,7 +70,7 @@ be_visitor_typecode_defn::be_visitor_typecode_defn (be_visitor_context * ctx)
}
}
-be_visitor_typecode_defn::~be_visitor_typecode_defn (void)
+be_visitor_typecode_defn::~be_visitor_typecode_defn ()
{
this->queue_reset (this->tc_queue_);
this->queue_reset (this->compute_queue_);
@@ -263,7 +263,7 @@ be_visitor_typecode_defn::is_typecode_generation_required (be_type * node)
}
void
-be_visitor_typecode_defn::gen_begin_NS_for_anon (void)
+be_visitor_typecode_defn::gen_begin_NS_for_anon ()
{
TAO_OutStream & os = *this->ctx_->stream ();
@@ -276,7 +276,7 @@ be_visitor_typecode_defn::gen_begin_NS_for_anon (void)
}
void
-be_visitor_typecode_defn::gen_end_NS_for_anon (void)
+be_visitor_typecode_defn::gen_end_NS_for_anon ()
{
TAO_OutStream & os = *this->ctx_->stream ();
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
index 5b204eddd37..2f568927ad2 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
@@ -21,7 +21,7 @@ be_visitor_typedef_any_op_ch::be_visitor_typedef_any_op_ch (
{
}
-be_visitor_typedef_any_op_ch::~be_visitor_typedef_any_op_ch (void)
+be_visitor_typedef_any_op_ch::~be_visitor_typedef_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
index c1d0de84000..d42b9417928 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
@@ -22,7 +22,7 @@ be_visitor_typedef_any_op_cs::be_visitor_typedef_any_op_cs (
{
}
-be_visitor_typedef_any_op_cs::~be_visitor_typedef_any_op_cs (void)
+be_visitor_typedef_any_op_cs::~be_visitor_typedef_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp
index f01cf991533..c57d759a548 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp
@@ -21,7 +21,7 @@ be_visitor_typedef_cdr_op_ch::be_visitor_typedef_cdr_op_ch (
{
}
-be_visitor_typedef_cdr_op_ch::~be_visitor_typedef_cdr_op_ch (void)
+be_visitor_typedef_cdr_op_ch::~be_visitor_typedef_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp
index 2b0f9ef0bae..1f43246e813 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp
@@ -22,7 +22,7 @@ be_visitor_typedef_cdr_op_cs::be_visitor_typedef_cdr_op_cs (
{
}
-be_visitor_typedef_cdr_op_cs::~be_visitor_typedef_cdr_op_cs (void)
+be_visitor_typedef_cdr_op_cs::~be_visitor_typedef_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
index 93defa2abb2..070e3c679ab 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
@@ -20,7 +20,7 @@ be_visitor_typedef::be_visitor_typedef (be_visitor_context *ctx)
{
}
-be_visitor_typedef::~be_visitor_typedef (void)
+be_visitor_typedef::~be_visitor_typedef ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
index 18af0e03647..4fcba8bffc1 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
@@ -20,7 +20,7 @@ be_visitor_typedef_ch::be_visitor_typedef_ch (be_visitor_context *ctx)
{
}
-be_visitor_typedef_ch::~be_visitor_typedef_ch (void)
+be_visitor_typedef_ch::~be_visitor_typedef_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
index b6c23ad924d..971d9fb24f4 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
@@ -20,7 +20,7 @@ be_visitor_typedef_ci::be_visitor_typedef_ci (be_visitor_context *ctx)
{
}
-be_visitor_typedef_ci::~be_visitor_typedef_ci (void)
+be_visitor_typedef_ci::~be_visitor_typedef_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
index 800b1ded635..b8d5f78f02e 100644
--- a/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
@@ -20,7 +20,7 @@ be_visitor_typedef_cs::be_visitor_typedef_cs (be_visitor_context *ctx)
{
}
-be_visitor_typedef_cs::~be_visitor_typedef_cs (void)
+be_visitor_typedef_cs::~be_visitor_typedef_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
index 4340d619a71..96c2289b6c6 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_union_any_op_ch::be_visitor_union_any_op_ch (
{
}
-be_visitor_union_any_op_ch::~be_visitor_union_any_op_ch (void)
+be_visitor_union_any_op_ch::~be_visitor_union_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
index 26c6f573fd8..5df518c35d3 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_union_any_op_cs::be_visitor_union_any_op_cs (
{
}
-be_visitor_union_any_op_cs::~be_visitor_union_any_op_cs (void)
+be_visitor_union_any_op_cs::~be_visitor_union_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
index 09c1b95f3dc..a4b2a4e1bad 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_union_cdr_op_ch::be_visitor_union_cdr_op_ch (
{
}
-be_visitor_union_cdr_op_ch::~be_visitor_union_cdr_op_ch (void)
+be_visitor_union_cdr_op_ch::~be_visitor_union_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
index bf306325ae5..f3173b1742b 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
@@ -17,7 +17,7 @@ be_visitor_union_cdr_op_cs::be_visitor_union_cdr_op_cs (
{
}
-be_visitor_union_cdr_op_cs::~be_visitor_union_cdr_op_cs (void)
+be_visitor_union_cdr_op_cs::~be_visitor_union_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
index 05635017cbe..5869e229fd5 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
@@ -17,7 +17,7 @@ be_visitor_union_discriminant_ch::be_visitor_union_discriminant_ch (
{
}
-be_visitor_union_discriminant_ch::~be_visitor_union_discriminant_ch (void)
+be_visitor_union_discriminant_ch::~be_visitor_union_discriminant_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
index 253e74a2590..d15699f32ad 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
@@ -17,7 +17,7 @@ be_visitor_union_discriminant_ci::be_visitor_union_discriminant_ci (
{
}
-be_visitor_union_discriminant_ci::~be_visitor_union_discriminant_ci (void)
+be_visitor_union_discriminant_ci::~be_visitor_union_discriminant_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
index cd40472844f..d147b318362 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
@@ -18,7 +18,7 @@ be_visitor_union_discriminant_cs::be_visitor_union_discriminant_cs (
{
}
-be_visitor_union_discriminant_cs::~be_visitor_union_discriminant_cs (void)
+be_visitor_union_discriminant_cs::~be_visitor_union_discriminant_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union.cpp b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
index 52a9c702b14..ddee451480c 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
@@ -16,7 +16,7 @@ be_visitor_union::be_visitor_union (be_visitor_context *ctx)
{
}
-be_visitor_union::~be_visitor_union (void)
+be_visitor_union::~be_visitor_union ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
index d8e04dd7827..1add0b5e828 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_union_ch::be_visitor_union_ch (be_visitor_context *ctx)
{
}
-be_visitor_union_ch::~be_visitor_union_ch (void)
+be_visitor_union_ch::~be_visitor_union_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
index a9423333df5..47bab908e32 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_union_ci::be_visitor_union_ci (be_visitor_context *ctx)
{
}
-be_visitor_union_ci::~be_visitor_union_ci (void)
+be_visitor_union_ci::~be_visitor_union_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
index 6c12130958f..f04a3b23e88 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_union_cs::be_visitor_union_cs (be_visitor_context *ctx)
{
}
-be_visitor_union_cs::~be_visitor_union_cs (void)
+be_visitor_union_cs::~be_visitor_union_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp
index 1852db1bc2c..997da7e73c5 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp
@@ -16,7 +16,7 @@ be_visitor_union_branch_cdr_op_ch::be_visitor_union_branch_cdr_op_ch (
{
}
-be_visitor_union_branch_cdr_op_ch::~be_visitor_union_branch_cdr_op_ch (void)
+be_visitor_union_branch_cdr_op_ch::~be_visitor_union_branch_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp
index 514515ff7d9..5fb6a632f95 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp
@@ -28,7 +28,7 @@ be_visitor_union_branch_cdr_op_cs::be_visitor_union_branch_cdr_op_cs (
{
}
-be_visitor_union_branch_cdr_op_cs::~be_visitor_union_branch_cdr_op_cs (void)
+be_visitor_union_branch_cdr_op_cs::~be_visitor_union_branch_cdr_op_cs ()
{
}
@@ -1010,7 +1010,7 @@ be_visitor_union_branch_cdr_op_cs::visit_union (be_union *node)
}
int
-be_visitor_union_branch_cdr_op_cs::explicit_default (void)
+be_visitor_union_branch_cdr_op_cs::explicit_default ()
{
be_union *bu =
dynamic_cast<be_union*> (this->ctx_->scope ()->decl ());
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
index 502263e8f1c..a9aef5adc87 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
@@ -25,7 +25,7 @@ be_visitor_union_branch_private_ch::be_visitor_union_branch_private_ch (
}
// Destructor.
-be_visitor_union_branch_private_ch::~be_visitor_union_branch_private_ch (void)
+be_visitor_union_branch_private_ch::~be_visitor_union_branch_private_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
index 584f5733c91..d4cdcda11a2 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
@@ -25,7 +25,7 @@ be_visitor_union_branch_public_assign_cs (be_visitor_context *ctx)
// destructor
be_visitor_union_branch_public_assign_cs::
-~be_visitor_union_branch_public_assign_cs (void)
+~be_visitor_union_branch_public_assign_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
index 21dfe6c92e0..5f7aa44601e 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
@@ -22,7 +22,7 @@ be_visitor_union_branch_public_ch::be_visitor_union_branch_public_ch (
{
}
-be_visitor_union_branch_public_ch::~be_visitor_union_branch_public_ch (void)
+be_visitor_union_branch_public_ch::~be_visitor_union_branch_public_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
index 59f85375335..9b50f8363e2 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
@@ -24,7 +24,7 @@ be_visitor_union_branch_public_ci::be_visitor_union_branch_public_ci (
}
// destructor
-be_visitor_union_branch_public_ci::~be_visitor_union_branch_public_ci (void)
+be_visitor_union_branch_public_ci::~be_visitor_union_branch_public_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
index 47d602193d7..9e61b94757a 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
@@ -25,7 +25,7 @@ be_visitor_union_branch_public_constructor_cs (be_visitor_context *ctx)
// destructor
be_visitor_union_branch_public_constructor_cs::
-~be_visitor_union_branch_public_constructor_cs (void)
+~be_visitor_union_branch_public_constructor_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
index 2d8975681b1..ff30a28028a 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
@@ -22,7 +22,7 @@ be_visitor_union_branch_public_cs::be_visitor_union_branch_public_cs (
{
}
-be_visitor_union_branch_public_cs::~be_visitor_union_branch_public_cs (void)
+be_visitor_union_branch_public_cs::~be_visitor_union_branch_public_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
index e8eaa9968e0..8f5be509a22 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
@@ -23,7 +23,7 @@ be_visitor_union_branch_public_reset_cs (be_visitor_context *ctx)
}
be_visitor_union_branch_public_reset_cs::
-~be_visitor_union_branch_public_reset_cs (void)
+~be_visitor_union_branch_public_reset_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp
index 3ae629bb223..a85d4be6e2a 100644
--- a/TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_union_fwd_ch::be_visitor_union_fwd_ch (
{
}
-be_visitor_union_fwd_ch::~be_visitor_union_fwd_ch (void)
+be_visitor_union_fwd_ch::~be_visitor_union_fwd_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp
index 6507cad551c..71fd4646168 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_valuebox_any_op_ch::be_visitor_valuebox_any_op_ch (
{
}
-be_visitor_valuebox_any_op_ch::~be_visitor_valuebox_any_op_ch (void)
+be_visitor_valuebox_any_op_ch::~be_visitor_valuebox_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
index 1d8e0e0e39e..6487b9870ab 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
@@ -24,7 +24,7 @@ be_visitor_valuebox_any_op_cs::be_visitor_valuebox_any_op_cs (
{
}
-be_visitor_valuebox_any_op_cs::~be_visitor_valuebox_any_op_cs (void)
+be_visitor_valuebox_any_op_cs::~be_visitor_valuebox_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp
index 61198c688a9..ddf8989d506 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_valuebox_cdr_op_ch::be_visitor_valuebox_cdr_op_ch (
{
}
-be_visitor_valuebox_cdr_op_ch::~be_visitor_valuebox_cdr_op_ch (void)
+be_visitor_valuebox_cdr_op_ch::~be_visitor_valuebox_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp
index 96b6b5bbae1..b1dd90b58f9 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_valuebox_cdr_op_cs::be_visitor_valuebox_cdr_op_cs (
{
}
-be_visitor_valuebox_cdr_op_cs::~be_visitor_valuebox_cdr_op_cs (void)
+be_visitor_valuebox_cdr_op_cs::~be_visitor_valuebox_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
index 9168175a9a1..87e72160172 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
@@ -25,7 +25,7 @@ be_visitor_valuebox_field_ch::be_visitor_valuebox_field_ch (
{
}
-be_visitor_valuebox_field_ch::~be_visitor_valuebox_field_ch (void)
+be_visitor_valuebox_field_ch::~be_visitor_valuebox_field_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
index 662d0fd2b93..61b5e2ebf0e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
@@ -21,7 +21,7 @@ be_visitor_valuebox_field_ci::be_visitor_valuebox_field_ci (
{
}
-be_visitor_valuebox_field_ci::~be_visitor_valuebox_field_ci (void)
+be_visitor_valuebox_field_ci::~be_visitor_valuebox_field_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
index 596313f333c..fe77c0de8c5 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
@@ -21,7 +21,7 @@ be_visitor_valuebox_union_member_ci::be_visitor_valuebox_union_member_ci (
{
}
-be_visitor_valuebox_union_member_ci::~be_visitor_valuebox_union_member_ci (void)
+be_visitor_valuebox_union_member_ci::~be_visitor_valuebox_union_member_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp
index e710cc01783..12bf1140718 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp
@@ -16,7 +16,7 @@ be_visitor_valuebox::be_visitor_valuebox (be_visitor_context *ctx)
{
}
-be_visitor_valuebox::~be_visitor_valuebox (void)
+be_visitor_valuebox::~be_visitor_valuebox ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
index f8b0beff227..ecda2bb3291 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
@@ -20,7 +20,7 @@ be_visitor_valuebox_ch::be_visitor_valuebox_ch (be_visitor_context *ctx)
{
}
-be_visitor_valuebox_ch::~be_visitor_valuebox_ch (void)
+be_visitor_valuebox_ch::~be_visitor_valuebox_ch ()
{
}
@@ -741,7 +741,7 @@ be_visitor_valuebox_ch::emit_for_predef_enum (be_type *node,
}
void
-be_visitor_valuebox_ch::emit_default_constructor (void)
+be_visitor_valuebox_ch::emit_default_constructor ()
{
TAO_OutStream *os = this->ctx_->stream ();
@@ -771,7 +771,7 @@ be_visitor_valuebox_ch::emit_constructor_one_arg (be_decl *node,
}
void
-be_visitor_valuebox_ch::emit_copy_constructor (void)
+be_visitor_valuebox_ch::emit_copy_constructor ()
{
TAO_OutStream *os = this->ctx_->stream ();
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
index 6a3b47f6c10..221a666a0b2 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
@@ -16,7 +16,7 @@ be_visitor_valuebox_ci::be_visitor_valuebox_ci (be_visitor_context *ctx)
{
}
-be_visitor_valuebox_ci::~be_visitor_valuebox_ci (void)
+be_visitor_valuebox_ci::~be_visitor_valuebox_ci ()
{
}
@@ -635,7 +635,7 @@ be_visitor_valuebox_ci::emit_for_predef_enum (be_type *node,
}
void
-be_visitor_valuebox_ci::emit_default_constructor (void)
+be_visitor_valuebox_ci::emit_default_constructor ()
{
TAO_OutStream *os = this->ctx_->stream ();
@@ -712,7 +712,7 @@ be_visitor_valuebox_ci::emit_constructor_one_arg_alloc (be_decl *node)
}
void
-be_visitor_valuebox_ci::emit_copy_constructor (void)
+be_visitor_valuebox_ci::emit_copy_constructor ()
{
TAO_OutStream *os = this->ctx_->stream ();
diff --git a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp
index 06ffc055f80..a576e4e3322 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp
@@ -16,7 +16,7 @@ be_visitor_valuebox_cs::be_visitor_valuebox_cs (be_visitor_context *ctx)
{
}
-be_visitor_valuebox_cs::~be_visitor_valuebox_cs (void)
+be_visitor_valuebox_cs::~be_visitor_valuebox_cs ()
{
}
@@ -721,7 +721,7 @@ be_visitor_valuebox_cs::visit_union (be_union *)
}
void
-be_visitor_valuebox_cs::emit_destructor (void)
+be_visitor_valuebox_cs::emit_destructor ()
{
TAO_OutStream & os = *this->ctx_->stream ();
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
index cec1cc66c62..c84536d2103 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_valuetype_any_op_ch::be_visitor_valuetype_any_op_ch (
{
}
-be_visitor_valuetype_any_op_ch::~be_visitor_valuetype_any_op_ch (void)
+be_visitor_valuetype_any_op_ch::~be_visitor_valuetype_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
index a0c513724b9..99b92890d4b 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
@@ -23,7 +23,7 @@ be_visitor_valuetype_any_op_cs::be_visitor_valuetype_any_op_cs (
{
}
-be_visitor_valuetype_any_op_cs::~be_visitor_valuetype_any_op_cs (void)
+be_visitor_valuetype_any_op_cs::~be_visitor_valuetype_any_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
index 699fac6e888..16722cf0364 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
@@ -25,7 +25,7 @@ be_visitor_obv_operation_arglist::be_visitor_obv_operation_arglist (
{
}
-be_visitor_obv_operation_arglist::~be_visitor_obv_operation_arglist (void)
+be_visitor_obv_operation_arglist::~be_visitor_obv_operation_arglist ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
index 51920f0783d..d2946a27aef 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_cdr_op_ch::be_visitor_valuetype_cdr_op_ch (
{
}
-be_visitor_valuetype_cdr_op_ch::~be_visitor_valuetype_cdr_op_ch (void)
+be_visitor_valuetype_cdr_op_ch::~be_visitor_valuetype_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
index bcef3b7a8c0..2e5ba73463d 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_cdr_op_cs::be_visitor_valuetype_cdr_op_cs (
{
}
-be_visitor_valuetype_cdr_op_cs::~be_visitor_valuetype_cdr_op_cs (void)
+be_visitor_valuetype_cdr_op_cs::~be_visitor_valuetype_cdr_op_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
index 550f1edfc43..4907f67849a 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
@@ -24,7 +24,7 @@ be_visitor_valuetype_field_cdr_ch::be_visitor_valuetype_field_cdr_ch (
{
}
-be_visitor_valuetype_field_cdr_ch::~be_visitor_valuetype_field_cdr_ch (void)
+be_visitor_valuetype_field_cdr_ch::~be_visitor_valuetype_field_cdr_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
index 2c395d126f6..53547d82e7d 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
@@ -24,7 +24,7 @@ be_visitor_valuetype_field_cdr_cs::be_visitor_valuetype_field_cdr_cs (
{
}
-be_visitor_valuetype_field_cdr_cs::~be_visitor_valuetype_field_cdr_cs (void)
+be_visitor_valuetype_field_cdr_cs::~be_visitor_valuetype_field_cdr_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
index fa9b36507f9..0fbfa14f7ea 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
@@ -22,7 +22,7 @@ be_visitor_valuetype_field_ch::be_visitor_valuetype_field_ch (
setenclosings ("", ";");
}
-be_visitor_valuetype_field_ch::~be_visitor_valuetype_field_ch (void)
+be_visitor_valuetype_field_ch::~be_visitor_valuetype_field_ch ()
{
}
@@ -800,13 +800,13 @@ be_visitor_valuetype_field_ch::setenclosings (const char *pre,
}
const char*
-be_visitor_valuetype_field_ch::pre_op (void)
+be_visitor_valuetype_field_ch::pre_op ()
{
return pre_op_;
}
const char*
-be_visitor_valuetype_field_ch::post_op (void)
+be_visitor_valuetype_field_ch::post_op ()
{
return post_op_;
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
index 2e948be0cee..114f3c01e56 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
@@ -22,7 +22,7 @@ be_visitor_valuetype_field_ci::be_visitor_valuetype_field_ci (
setenclosings ("");
}
-be_visitor_valuetype_field_ci::~be_visitor_valuetype_field_ci (void)
+be_visitor_valuetype_field_ci::~be_visitor_valuetype_field_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
index eb3c29909c8..09cc71e4896 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
@@ -21,7 +21,7 @@ be_visitor_valuetype_field_cs::be_visitor_valuetype_field_cs (
setenclosings ("");
}
-be_visitor_valuetype_field_cs::~be_visitor_valuetype_field_cs (void)
+be_visitor_valuetype_field_cs::~be_visitor_valuetype_field_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
index b9959bce8bd..c006b6c6384 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_valuetype_marshal_ch::be_visitor_valuetype_marshal_ch (
{
}
-be_visitor_valuetype_marshal_ch::~be_visitor_valuetype_marshal_ch (void)
+be_visitor_valuetype_marshal_ch::~be_visitor_valuetype_marshal_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
index 1185a0c88ea..aa9426d846f 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_marshal_cs::be_visitor_valuetype_marshal_cs (
{
}
-be_visitor_valuetype_marshal_cs::~be_visitor_valuetype_marshal_cs (void)
+be_visitor_valuetype_marshal_cs::~be_visitor_valuetype_marshal_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
index c37e064e80e..584916719f8 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
@@ -22,7 +22,7 @@ be_visitor_obv_module::be_visitor_obv_module (be_visitor_context *ctx)
{
}
-be_visitor_obv_module::~be_visitor_obv_module (void)
+be_visitor_obv_module::~be_visitor_obv_module ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
index d20a5668def..2c5d3dde82d 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
@@ -16,7 +16,7 @@ be_visitor_valuetype::be_visitor_valuetype (be_visitor_context *ctx)
{
}
-be_visitor_valuetype::~be_visitor_valuetype (void)
+be_visitor_valuetype::~be_visitor_valuetype ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
index 9461007b1c6..d772cc6a386 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
@@ -22,7 +22,7 @@ be_visitor_valuetype_ch::be_visitor_valuetype_ch (be_visitor_context *ctx)
{
}
-be_visitor_valuetype_ch::~be_visitor_valuetype_ch (void)
+be_visitor_valuetype_ch::~be_visitor_valuetype_ch ()
{
}
@@ -475,7 +475,7 @@ be_visitor_valuetype_ch::visit_field (be_field *node)
void
-be_visitor_valuetype_ch::begin_public (void)
+be_visitor_valuetype_ch::begin_public ()
{
TAO_OutStream *os = this->ctx_->stream ();
@@ -484,7 +484,7 @@ be_visitor_valuetype_ch::begin_public (void)
}
void
-be_visitor_valuetype_ch::begin_private (void)
+be_visitor_valuetype_ch::begin_private ()
{
TAO_OutStream *os = this->ctx_->stream ();
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
index 588c4a0204e..7e2d503bde4 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
@@ -21,7 +21,7 @@ be_visitor_valuetype_ci::be_visitor_valuetype_ci (be_visitor_context *ctx)
{
}
-be_visitor_valuetype_ci::~be_visitor_valuetype_ci (void)
+be_visitor_valuetype_ci::~be_visitor_valuetype_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
index 97f51289688..983ae4985b3 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
@@ -20,7 +20,7 @@ be_visitor_valuetype_cs::be_visitor_valuetype_cs (be_visitor_context *ctx)
{
}
-be_visitor_valuetype_cs::~be_visitor_valuetype_cs (void)
+be_visitor_valuetype_cs::~be_visitor_valuetype_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
index 740b2e6f4bd..15329da1c61 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
@@ -19,16 +19,16 @@ be_visitor_valuetype_init::be_visitor_valuetype_init (
{
}
-be_visitor_valuetype_init::~be_visitor_valuetype_init (void)
+be_visitor_valuetype_init::~be_visitor_valuetype_init ()
{
}
void
-be_visitor_valuetype_init::begin_public (void)
+be_visitor_valuetype_init::begin_public ()
{
}
void
-be_visitor_valuetype_init::begin_private (void)
+be_visitor_valuetype_init::begin_private ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
index 3023dc22c21..478f369c7cc 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
@@ -20,7 +20,7 @@ be_visitor_valuetype_init_arglist_ch::be_visitor_valuetype_init_arglist_ch (
}
be_visitor_valuetype_init_arglist_ch::~be_visitor_valuetype_init_arglist_ch (
- void)
+ )
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
index 8c97368f748..883e31041dc 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_init_ch::be_visitor_valuetype_init_ch (
{
}
-be_visitor_valuetype_init_ch::~be_visitor_valuetype_init_ch (void)
+be_visitor_valuetype_init_ch::~be_visitor_valuetype_init_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
index 66204d5609f..624345c7c66 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_init_ci::be_visitor_valuetype_init_ci (
{
}
-be_visitor_valuetype_init_ci::~be_visitor_valuetype_init_ci (void)
+be_visitor_valuetype_init_ci::~be_visitor_valuetype_init_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
index b83e760999a..b253ae89b36 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_init_cs::be_visitor_valuetype_init_cs (
{
}
-be_visitor_valuetype_init_cs::~be_visitor_valuetype_init_cs (void)
+be_visitor_valuetype_init_cs::~be_visitor_valuetype_init_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
index 2c9d57c00e3..22371e5e6d8 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
@@ -24,7 +24,7 @@ be_visitor_valuetype_obv_ch::be_visitor_valuetype_obv_ch (
{
}
-be_visitor_valuetype_obv_ch::~be_visitor_valuetype_obv_ch (void)
+be_visitor_valuetype_obv_ch::~be_visitor_valuetype_obv_ch ()
{
}
@@ -281,7 +281,7 @@ be_visitor_valuetype_obv_ch::visit_field (be_field *node)
}
void
-be_visitor_valuetype_obv_ch::begin_public (void)
+be_visitor_valuetype_obv_ch::begin_public ()
{
AST_Decl::NodeType nt = this->ctx_->node ()->node_type ();
@@ -297,7 +297,7 @@ be_visitor_valuetype_obv_ch::begin_public (void)
}
void
-be_visitor_valuetype_obv_ch::begin_private (void)
+be_visitor_valuetype_obv_ch::begin_private ()
{
TAO_OutStream *os = this->ctx_->stream ();
*os << be_uidt_nl << be_nl
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
index f556cd9f0cb..e0b7151a6fe 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
@@ -26,7 +26,7 @@ be_visitor_valuetype_obv_ci::be_visitor_valuetype_obv_ci (
{
}
-be_visitor_valuetype_obv_ci::~be_visitor_valuetype_obv_ci (void)
+be_visitor_valuetype_obv_ci::~be_visitor_valuetype_obv_ci ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
index 4ad375c6f6b..5282c12a4bd 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
@@ -24,7 +24,7 @@ be_visitor_valuetype_obv_cs::be_visitor_valuetype_obv_cs (
{
}
-be_visitor_valuetype_obv_cs::~be_visitor_valuetype_obv_cs (void)
+be_visitor_valuetype_obv_cs::~be_visitor_valuetype_obv_cs ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
index d570cfbe4ea..6bf1a094e90 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
@@ -20,7 +20,7 @@ be_visitor_valuetype_sh::be_visitor_valuetype_sh (be_visitor_context *ctx)
{
}
-be_visitor_valuetype_sh::~be_visitor_valuetype_sh (void)
+be_visitor_valuetype_sh::~be_visitor_valuetype_sh ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
index cb9cbde63b5..9ed8c1127a6 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
@@ -21,7 +21,7 @@ be_visitor_valuetype_ss::be_visitor_valuetype_ss (be_visitor_context *ctx)
{
}
-be_visitor_valuetype_ss::~be_visitor_valuetype_ss (void)
+be_visitor_valuetype_ss::~be_visitor_valuetype_ss ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
index 5fedde1a55a..d20531abd8e 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
@@ -23,7 +23,7 @@ be_visitor_valuetype_fwd_any_op_ch::be_visitor_valuetype_fwd_any_op_ch (
{
}
-be_visitor_valuetype_fwd_any_op_ch::~be_visitor_valuetype_fwd_any_op_ch (void)
+be_visitor_valuetype_fwd_any_op_ch::~be_visitor_valuetype_fwd_any_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp
index afff31f7271..026f4bcd769 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp
@@ -19,7 +19,7 @@ be_visitor_valuetype_fwd_cdr_op_ch::be_visitor_valuetype_fwd_cdr_op_ch (
{
}
-be_visitor_valuetype_fwd_cdr_op_ch::~be_visitor_valuetype_fwd_cdr_op_ch (void)
+be_visitor_valuetype_fwd_cdr_op_ch::~be_visitor_valuetype_fwd_cdr_op_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp
index 09efe77af8e..164a40d4ebc 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp
@@ -18,7 +18,7 @@ be_visitor_valuetype_fwd_ch::be_visitor_valuetype_fwd_ch (
{
}
-be_visitor_valuetype_fwd_ch::~be_visitor_valuetype_fwd_ch (void)
+be_visitor_valuetype_fwd_ch::~be_visitor_valuetype_fwd_ch ()
{
}
diff --git a/TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp
index d09210817b9..7ac895d80cc 100644
--- a/TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp
@@ -50,7 +50,7 @@ be_visitor_xplicit_pre_proc::be_visitor_xplicit_pre_proc (
{
}
-be_visitor_xplicit_pre_proc::~be_visitor_xplicit_pre_proc (void)
+be_visitor_xplicit_pre_proc::~be_visitor_xplicit_pre_proc ()
{
}
@@ -919,7 +919,7 @@ be_visitor_xplicit_pre_proc::visit_predefined_type (
}
be_interface *
-be_visitor_xplicit_pre_proc::xplicit (void) const
+be_visitor_xplicit_pre_proc::xplicit () const
{
return this->xplicit_;
}
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index 2985c2bfb8f..94b811bb67a 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -118,7 +118,7 @@ DRV_prep_cpp_arg (char *s)
// Print a usage message and exit.
void
-DRV_usage (void)
+DRV_usage ()
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("%C: usage: %C [[flag|file] ...] [-- file ...]\n"),
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 40685658071..0df91e8788a 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -181,7 +181,7 @@ DRV_cpp_expand_output_arg (const char *filename)
// calculate the total size of all commandline arguments
unsigned int
-DRV_cpp_calc_total_argsize(void)
+DRV_cpp_calc_total_argsize()
{
unsigned long size = 0;
unsigned long ix = 0;
@@ -251,7 +251,7 @@ DRV_get_line (FILE *file)
// Initialize the cpp argument list.
void
-DRV_cpp_init (void)
+DRV_cpp_init ()
{
// Create the line buffer.
// (JP) Deleting this at the end or DRV_pre_proc() causes
@@ -580,7 +580,7 @@ DRV_add_include_path (ACE_CString& include_path,
// Adds additional include paths, but after parse_args() has
// added user-defined include paths.
void
-DRV_cpp_post_init (void)
+DRV_cpp_post_init ()
{
// Add include path for TAO_ROOT/orbsvcs.
char* TAO_ROOT = ACE_OS::getenv ("TAO_ROOT");
@@ -906,7 +906,7 @@ namespace
} // End of local/internal namespace
void
-DRV_get_orb_idl_includes (void)
+DRV_get_orb_idl_includes ()
{
static char const orb_idl[] = "tao/orb.idl";
diff --git a/TAO/TAO_IDL/fe/fe_component_header.cpp b/TAO/TAO_IDL/fe/fe_component_header.cpp
index 420c68d3277..f7a8a4f2795 100644
--- a/TAO/TAO_IDL/fe/fe_component_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_component_header.cpp
@@ -26,36 +26,36 @@ FE_ComponentHeader::FE_ComponentHeader (UTL_ScopedName *n,
this->compile_supports (supports);
}
-FE_ComponentHeader::~FE_ComponentHeader (void)
+FE_ComponentHeader::~FE_ComponentHeader ()
{
}
AST_Component *
-FE_ComponentHeader::base_component (void) const
+FE_ComponentHeader::base_component () const
{
return this->base_component_;
}
AST_Type **
-FE_ComponentHeader::supports (void) const
+FE_ComponentHeader::supports () const
{
return this->inherits_;
}
long
-FE_ComponentHeader::n_supports (void) const
+FE_ComponentHeader::n_supports () const
{
return this->n_inherits_;
}
AST_Interface **
-FE_ComponentHeader::supports_flat (void) const
+FE_ComponentHeader::supports_flat () const
{
return this->inherits_flat_;
}
long
-FE_ComponentHeader::n_supports_flat (void) const
+FE_ComponentHeader::n_supports_flat () const
{
return this->n_inherits_flat_;
}
diff --git a/TAO/TAO_IDL/fe/fe_declarator.cpp b/TAO/TAO_IDL/fe/fe_declarator.cpp
index b364cd9eb54..0bfee7929b2 100644
--- a/TAO/TAO_IDL/fe/fe_declarator.cpp
+++ b/TAO/TAO_IDL/fe/fe_declarator.cpp
@@ -198,7 +198,7 @@ FE_Declarator::compose (AST_Decl *d)
}
void
-FE_Declarator::destroy (void)
+FE_Declarator::destroy ()
{
if (pd_name)
{
@@ -211,19 +211,19 @@ FE_Declarator::destroy (void)
// Data accessors.
AST_Decl *
-FE_Declarator::complex_part (void)
+FE_Declarator::complex_part ()
{
return this->pd_complex_part;
}
UTL_ScopedName *
-FE_Declarator::name (void)
+FE_Declarator::name ()
{
return this->pd_name;
}
FE_Declarator::DeclaratorType
-FE_Declarator::decl_type (void)
+FE_Declarator::decl_type ()
{
return this->pd_decl_type;
}
diff --git a/TAO/TAO_IDL/fe/fe_extern.cpp b/TAO/TAO_IDL/fe/fe_extern.cpp
index fc7973d5bd0..0acc50532f7 100644
--- a/TAO/TAO_IDL/fe/fe_extern.cpp
+++ b/TAO/TAO_IDL/fe/fe_extern.cpp
@@ -77,7 +77,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/UUID.h"
-extern int tao_yyparse (void);
+extern int tao_yyparse ();
#ifdef USE_MCPP_BUFFER_LEXING
char *tao_preproc_buffer = 0;
@@ -88,7 +88,7 @@ extern FILE *tao_yyin;
#endif /* USE_MCPP_BUFFER_LEXING */
int
-FE_yyparse (void)
+FE_yyparse ()
{
int const result = tao_yyparse ();
@@ -130,7 +130,7 @@ FE_set_yyin (FILE * f)
// Constructor interfaces.
UTL_Error *
-FE_new_UTL_Error (void)
+FE_new_UTL_Error ()
{
UTL_Error *retval = nullptr;
ACE_NEW_RETURN (retval,
@@ -141,7 +141,7 @@ FE_new_UTL_Error (void)
}
UTL_Indenter *
-FE_new_UTL_Indenter (void)
+FE_new_UTL_Indenter ()
{
UTL_Indenter *retval = nullptr;
ACE_NEW_RETURN (retval,
diff --git a/TAO/TAO_IDL/fe/fe_home_header.cpp b/TAO/TAO_IDL/fe/fe_home_header.cpp
index 1585cea5a82..f5268bba4e8 100644
--- a/TAO/TAO_IDL/fe/fe_home_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_home_header.cpp
@@ -28,24 +28,24 @@ FE_HomeHeader::FE_HomeHeader (UTL_ScopedName *n,
this->compile_primary_key (primary_key);
}
-FE_HomeHeader::~FE_HomeHeader (void)
+FE_HomeHeader::~FE_HomeHeader ()
{
}
AST_Home *
-FE_HomeHeader::base_home (void) const
+FE_HomeHeader::base_home () const
{
return this->base_home_;
}
AST_Component *
-FE_HomeHeader::managed_component (void) const
+FE_HomeHeader::managed_component () const
{
return this->managed_component_;
}
AST_Type *
-FE_HomeHeader::primary_key (void) const
+FE_HomeHeader::primary_key () const
{
return this->primary_key_;
}
diff --git a/TAO/TAO_IDL/fe/fe_init.cpp b/TAO/TAO_IDL/fe/fe_init.cpp
index a6481e77039..24c8284bf4d 100644
--- a/TAO/TAO_IDL/fe/fe_init.cpp
+++ b/TAO/TAO_IDL/fe/fe_init.cpp
@@ -79,7 +79,7 @@ const size_t LOCAL_ESCAPES_BUFFER_SIZE = 1024;
// Populate the global scope with all predefined entities.
void
-fe_populate_global_scope (void)
+fe_populate_global_scope ()
{
// No need to created a scoped name for the basic types, the
// AST_PredefinedType constructor will do that.
@@ -260,7 +260,7 @@ fe_populate_global_scope (void)
// Populate idl_global's hash map with upper case versions of
// all the IDL keywords
void
-fe_populate_idl_keywords (void)
+fe_populate_idl_keywords ()
{
static const char *keywords[] =
{
@@ -353,7 +353,7 @@ fe_populate_idl_keywords (void)
// FE initialization
void
-FE_init (void)
+FE_init ()
{
// Initialize FE global data object.
ACE_NEW (idl_global,
@@ -391,7 +391,7 @@ FE_init (void)
}
void
-FE_populate (void)
+FE_populate ()
{
AST_Root *r = nullptr;
@@ -464,7 +464,7 @@ FE_extract_env_include_paths (ACE_Unbounded_Queue<ACE_CString> &list)
// Store include paths from the environment variable, if any.
void
-FE_store_env_include_paths (void)
+FE_store_env_include_paths ()
{
ACE_Unbounded_Queue<ACE_CString> list;
FE_extract_env_include_paths (list);
@@ -481,7 +481,7 @@ FE_store_env_include_paths (void)
}
const char *
-FE_get_cpp_loc_from_env (void)
+FE_get_cpp_loc_from_env ()
{
const char *cpp_loc = nullptr;
@@ -521,7 +521,7 @@ FE_get_cpp_loc_from_env (void)
}
const char *
-FE_get_cpp_args_from_env (void)
+FE_get_cpp_args_from_env ()
{
const char *cpp_args = nullptr;
diff --git a/TAO/TAO_IDL/fe/fe_interface_header.cpp b/TAO/TAO_IDL/fe/fe_interface_header.cpp
index e7738ad71ab..fbf3b33693a 100644
--- a/TAO/TAO_IDL/fe/fe_interface_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_interface_header.cpp
@@ -159,24 +159,24 @@ FE_InterfaceHeader::FE_InterfaceHeader (UTL_ScopedName *n,
}
}
-FE_InterfaceHeader::~FE_InterfaceHeader (void)
+FE_InterfaceHeader::~FE_InterfaceHeader ()
{
}
bool
-FE_InterfaceHeader::is_local (void) const
+FE_InterfaceHeader::is_local () const
{
return this->is_local_;
}
bool
-FE_InterfaceHeader::is_abstract (void) const
+FE_InterfaceHeader::is_abstract () const
{
return this->is_abstract_;
}
void
-FE_InterfaceHeader::destroy (void)
+FE_InterfaceHeader::destroy ()
{
if (nullptr != this->interface_name_)
{
@@ -542,7 +542,7 @@ FE_InterfaceHeader::already_seen_flat (AST_Interface *ip)
}
void
-FE_InterfaceHeader::install_in_header (void)
+FE_InterfaceHeader::install_in_header ()
{
long j = 0;
long k = 0;
@@ -579,37 +579,37 @@ FE_InterfaceHeader::install_in_header (void)
// Data accessors.
UTL_ScopedName *
-FE_InterfaceHeader::name (void) const
+FE_InterfaceHeader::name () const
{
return this->interface_name_;
}
AST_Type **
-FE_InterfaceHeader::inherits (void) const
+FE_InterfaceHeader::inherits () const
{
return this->inherits_;
}
long
-FE_InterfaceHeader::n_inherits (void) const
+FE_InterfaceHeader::n_inherits () const
{
return this->n_inherits_;
}
AST_Interface **
-FE_InterfaceHeader::inherits_flat (void) const
+FE_InterfaceHeader::inherits_flat () const
{
return this->inherits_flat_;
}
long
-FE_InterfaceHeader::n_inherits_flat (void) const
+FE_InterfaceHeader::n_inherits_flat () const
{
return this->n_inherits_flat_;
}
void
-FE_InterfaceHeader::destroy_flat_arrays (void)
+FE_InterfaceHeader::destroy_flat_arrays ()
{
delete [] this->inherits_flat_;
this->inherits_flat_ = nullptr;
diff --git a/TAO/TAO_IDL/fe/fe_obv_header.cpp b/TAO/TAO_IDL/fe/fe_obv_header.cpp
index 4f9990c141b..0532f2eb9af 100644
--- a/TAO/TAO_IDL/fe/fe_obv_header.cpp
+++ b/TAO/TAO_IDL/fe/fe_obv_header.cpp
@@ -81,42 +81,42 @@ FE_OBVHeader::FE_OBVHeader (UTL_ScopedName *n,
}
}
-FE_OBVHeader::~FE_OBVHeader (void)
+FE_OBVHeader::~FE_OBVHeader ()
{
}
AST_Type **
-FE_OBVHeader::supports (void) const
+FE_OBVHeader::supports () const
{
return this->supports_;
}
long
-FE_OBVHeader::n_supports (void) const
+FE_OBVHeader::n_supports () const
{
return this->n_supports_;
}
AST_Type *
-FE_OBVHeader::inherits_concrete (void) const
+FE_OBVHeader::inherits_concrete () const
{
return this->inherits_concrete_;
}
AST_Type *
-FE_OBVHeader::supports_concrete (void) const
+FE_OBVHeader::supports_concrete () const
{
return this->supports_concrete_;
}
bool
-FE_OBVHeader::truncatable (void) const
+FE_OBVHeader::truncatable () const
{
return this->truncatable_;
}
void
-FE_OBVHeader::destroy (void)
+FE_OBVHeader::destroy ()
{
this->FE_InterfaceHeader::destroy ();
}
diff --git a/TAO/TAO_IDL/fe/fe_utils.cpp b/TAO/TAO_IDL/fe/fe_utils.cpp
index bc3eda3fcff..330dadec876 100644
--- a/TAO/TAO_IDL/fe/fe_utils.cpp
+++ b/TAO/TAO_IDL/fe/fe_utils.cpp
@@ -24,7 +24,7 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_unistd.h"
-FE_Utils::T_Param_Info::T_Param_Info (void)
+FE_Utils::T_Param_Info::T_Param_Info ()
: type_ (AST_Decl::NT_fixed),
const_type_ (AST_Expression::EV_none),
enum_const_type_decl_ (nullptr)
@@ -61,7 +61,7 @@ FE_Utils::duplicate_param_id (T_PARAMLIST_INFO *params)
}
void
-FE_Utils::T_ARGLIST::destroy (void)
+FE_Utils::T_ARGLIST::destroy ()
{
AST_Decl **d = nullptr;
@@ -351,7 +351,7 @@ FE_Utils::create_uses_multiple_stuff (AST_Component *c,
}
void
-FE_Utils::create_implied_ami_uses_stuff (void)
+FE_Utils::create_implied_ami_uses_stuff ()
{
if (idl_global->included_ami_receps_done ())
{
@@ -576,7 +576,7 @@ FE_Utils::is_include_file_found (ACE_CString & inc_file,
/// Validate the included idl files, some files might have been
/// ignored by the preprocessor.
void
-FE_Utils::validate_included_idl_files (void)
+FE_Utils::validate_included_idl_files ()
{
// Flag to make sure we don't repeat things.
static bool already_done = false;
diff --git a/TAO/TAO_IDL/fe/idl.tab.cpp b/TAO/TAO_IDL/fe/idl.tab.cpp
index cbdd6e146fb..3bebb62ba5e 100644
--- a/TAO/TAO_IDL/fe/idl.tab.cpp
+++ b/TAO/TAO_IDL/fe/idl.tab.cpp
@@ -146,7 +146,7 @@
#include <fe_utils.h>
void tao_yyerror (const char *);
-int tao_yylex (void);
+int tao_yylex ();
extern "C" int tao_yywrap (void);
extern char tao_yytext[];
@@ -354,7 +354,7 @@ typedef union YYSTYPE YYSTYPE;
extern YYSTYPE tao_yylval;
-int tao_yyparse (void);
+int tao_yyparse ();
#endif /* !YY_TAO_YY_FE_IDL_TAB_HPP_INCLUDED */
/* Symbol kind. */
@@ -2530,7 +2530,7 @@ int yynerrs;
`----------*/
int
-yyparse (void)
+yyparse ()
{
yy_state_fast_t yystate;
/* Number of tokens to shift before error messages enabled. */
diff --git a/TAO/TAO_IDL/fe/idl.yy.cpp b/TAO/TAO_IDL/fe/idl.yy.cpp
index 4b0ff7a5174..cb9debd488f 100644
--- a/TAO/TAO_IDL/fe/idl.yy.cpp
+++ b/TAO/TAO_IDL/fe/idl.yy.cpp
@@ -543,10 +543,10 @@ YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
void yy_delete_buffer ( YY_BUFFER_STATE b );
void yy_flush_buffer ( YY_BUFFER_STATE b );
void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
-void yypop_buffer_state ( void );
+void yypop_buffer_state ( );
-static void yyensure_buffer_stack ( void );
-static void yy_load_buffer_state ( void );
+static void yyensure_buffer_stack ( );
+static void yy_load_buffer_state ( );
static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
@@ -591,9 +591,9 @@ int yylineno = 1;
extern char yytext[];
-static yy_state_type yy_get_previous_state ( void );
+static yy_state_type yy_get_previous_state ( );
static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
-static int yy_get_next_buffer ( void );
+static int yy_get_next_buffer ( );
static void yynoreturn yy_fatal_error ( const char* msg );
/* Done after the current pattern has been matched and before the
@@ -1315,34 +1315,34 @@ static AST_Decl * idl_find_node (const char *);
#define YY_EXTRA_TYPE void *
#endif
-static int yy_init_globals ( void );
+static int yy_init_globals ( );
/* Accessor methods to globals.
These are made visible to non-reentrant scanners for convenience. */
-int yylex_destroy ( void );
+int yylex_destroy ( );
-int yyget_debug ( void );
+int yyget_debug ( );
void yyset_debug ( int debug_flag );
-YY_EXTRA_TYPE yyget_extra ( void );
+YY_EXTRA_TYPE yyget_extra ( );
void yyset_extra ( YY_EXTRA_TYPE user_defined );
-FILE *yyget_in ( void );
+FILE *yyget_in ( );
void yyset_in ( FILE * _in_str );
-FILE *yyget_out ( void );
+FILE *yyget_out ( );
void yyset_out ( FILE * _out_str );
- int yyget_leng ( void );
+ int yyget_leng ( );
-char *yyget_text ( void );
+char *yyget_text ( );
-int yyget_lineno ( void );
+int yyget_lineno ( );
void yyset_lineno ( int _line_number );
@@ -1374,7 +1374,7 @@ static int yy_flex_strlen ( const char * );
#ifndef YY_NO_INPUT
#ifdef __cplusplus
-static int yyinput ( void );
+static int yyinput ( );
#else
static int input ( void );
#endif
@@ -1461,7 +1461,7 @@ static int input ( void );
#ifndef YY_DECL
#define YY_DECL_IS_OURS 1
-extern int yylex (void);
+extern int yylex ();
#define YY_DECL int yylex (void)
#endif /* !YY_DECL */
@@ -2449,7 +2449,7 @@ case YY_STATE_EOF(INITIAL):
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
* EOB_ACT_END_OF_FILE - end of file
*/
-static int yy_get_next_buffer (void)
+static int yy_get_next_buffer ()
{
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
char *source = (yytext_ptr);
@@ -2587,7 +2587,7 @@ static int yy_get_next_buffer (void)
/* yy_get_previous_state - get the state just before the EOB char was reached */
- static yy_state_type yy_get_previous_state (void)
+ static yy_state_type yy_get_previous_state ()
{
yy_state_type yy_current_state;
char *yy_cp;
@@ -2686,9 +2686,9 @@ static int yy_get_next_buffer (void)
#ifndef YY_NO_INPUT
#ifdef __cplusplus
- static int yyinput (void)
+ static int yyinput ()
#else
- static int input (void)
+ static int input ()
#endif
{
@@ -2813,7 +2813,7 @@ static int yy_get_next_buffer (void)
(yy_did_buffer_switch_on_eof) = 1;
}
-static void yy_load_buffer_state (void)
+static void yy_load_buffer_state ()
{
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
@@ -2961,7 +2961,7 @@ void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
* The next element becomes the new top.
*
*/
-void yypop_buffer_state (void)
+void yypop_buffer_state ()
{
if (!YY_CURRENT_BUFFER)
return;
@@ -2980,7 +2980,7 @@ void yypop_buffer_state (void)
/* Allocates the stack if it does not exist.
* Guarantees space for at least one push.
*/
-static void yyensure_buffer_stack (void)
+static void yyensure_buffer_stack ()
{
yy_size_t num_to_alloc;
@@ -3141,7 +3141,7 @@ static void yynoreturn yy_fatal_error (const char* msg )
/** Get the current line number.
*
*/
-int yyget_lineno (void)
+int yyget_lineno ()
{
return yylineno;
@@ -3150,7 +3150,7 @@ int yyget_lineno (void)
/** Get the input stream.
*
*/
-FILE *yyget_in (void)
+FILE *yyget_in ()
{
return yyin;
}
@@ -3158,7 +3158,7 @@ FILE *yyget_in (void)
/** Get the output stream.
*
*/
-FILE *yyget_out (void)
+FILE *yyget_out ()
{
return yyout;
}
@@ -3166,7 +3166,7 @@ FILE *yyget_out (void)
/** Get the length of the current token.
*
*/
-int yyget_leng (void)
+int yyget_leng ()
{
return yyleng;
}
@@ -3175,7 +3175,7 @@ int yyget_leng (void)
*
*/
-char *yyget_text (void)
+char *yyget_text ()
{
return yytext;
}
@@ -3206,7 +3206,7 @@ void yyset_out (FILE * _out_str )
yyout = _out_str ;
}
-int yyget_debug (void)
+int yyget_debug ()
{
return yy_flex_debug;
}
@@ -3216,7 +3216,7 @@ void yyset_debug (int _bdebug )
yy_flex_debug = _bdebug ;
}
-static int yy_init_globals (void)
+static int yy_init_globals ()
{
/* Initialization is the same as for the non-reentrant scanner.
* This function is called from yylex_destroy(), so don't allocate here.
@@ -3245,7 +3245,7 @@ static int yy_init_globals (void)
}
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
-int yylex_destroy (void)
+int yylex_destroy ()
{
/* Pop the buffer stack, destroying each element. */
diff --git a/TAO/TAO_IDL/tao_idl.cpp b/TAO/TAO_IDL/tao_idl.cpp
index b8705084236..7cbbca9ed78 100644
--- a/TAO/TAO_IDL/tao_idl.cpp
+++ b/TAO/TAO_IDL/tao_idl.cpp
@@ -96,7 +96,7 @@ long DRV_nfiles = 0;
long DRV_file_index = -1;
void
-DRV_version (void)
+DRV_version ()
{
ACE_DEBUG ((LM_DEBUG,
"%C\n"
@@ -134,7 +134,7 @@ DRV_init (int &argc, ACE_TCHAR *argv[])
}
void
-DRV_refresh (void)
+DRV_refresh ()
{
idl_global->set_err_count (0);
idl_global->set_filename (nullptr);
@@ -146,7 +146,7 @@ DRV_refresh (void)
}
void
-DRV_cleanup (void)
+DRV_cleanup ()
{
// In case we got here via an init error or
// usage/version option - otherwise it's idempotent.
diff --git a/TAO/TAO_IDL/util/utl_decllist.cpp b/TAO/TAO_IDL/util/utl_decllist.cpp
index 58d61decb40..6e11b5db44a 100644
--- a/TAO/TAO_IDL/util/utl_decllist.cpp
+++ b/TAO/TAO_IDL/util/utl_decllist.cpp
@@ -88,13 +88,13 @@ UTL_DeclList::UTL_DeclList (FE_Declarator *s,
// Get list item
FE_Declarator *
-UTL_DeclList::head (void)
+UTL_DeclList::head ()
{
return pd_car_data;
}
void
-UTL_DeclList::destroy (void)
+UTL_DeclList::destroy ()
{
if (this->pd_car_data != nullptr)
{
@@ -131,7 +131,7 @@ UTL_DecllistActiveIterator::UTL_DecllistActiveIterator (UTL_DeclList *s)
// Get current item
FE_Declarator *
-UTL_DecllistActiveIterator::item (void)
+UTL_DecllistActiveIterator::item ()
{
if (source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_err.cpp b/TAO/TAO_IDL/util/utl_err.cpp
index 3a823ea960c..2a080172dda 100644
--- a/TAO/TAO_IDL/util/utl_err.cpp
+++ b/TAO/TAO_IDL/util/utl_err.cpp
@@ -915,7 +915,7 @@ UTL_Error::version_syntax_error (const char *msg)
// Report an attempt to set the version a second time.
void
-UTL_Error::version_reset_error (void)
+UTL_Error::version_reset_error ()
{
idl_error_header (EIDL_VERSION_RESET);
ACE_ERROR ((LM_ERROR,
@@ -1393,7 +1393,7 @@ UTL_Error::back_end (long lineno,
}
void
-UTL_Error::illegal_infix (void)
+UTL_Error::illegal_infix ()
{
idl_error_header (EIDL_ILLEGAL_INFIX);
ACE_ERROR ((LM_ERROR,
@@ -1511,7 +1511,7 @@ UTL_Error::scope_masking_error (AST_Decl *masked,
}
void
-UTL_Error::anonymous_type_diagnostic (void)
+UTL_Error::anonymous_type_diagnostic ()
{
if (idl_global->anon_silent () || idl_global->in_typedef ())
{
diff --git a/TAO/TAO_IDL/util/utl_exceptlist.cpp b/TAO/TAO_IDL/util/utl_exceptlist.cpp
index 1b9962ca14f..93e55ebbb17 100644
--- a/TAO/TAO_IDL/util/utl_exceptlist.cpp
+++ b/TAO/TAO_IDL/util/utl_exceptlist.cpp
@@ -85,7 +85,7 @@ UTL_ExceptList::UTL_ExceptList (AST_Type *s,
// Get list item.
AST_Type *
-UTL_ExceptList::head (void)
+UTL_ExceptList::head ()
{
return this->pd_car_data;
}
@@ -97,7 +97,7 @@ UTL_ExceptList::head (void)
// AST_Exception.
void
-UTL_ExceptList::destroy (void)
+UTL_ExceptList::destroy ()
{
if (this->tail () != nullptr)
{
@@ -108,7 +108,7 @@ UTL_ExceptList::destroy (void)
}
UTL_ExceptList *
-UTL_ExceptList::copy (void)
+UTL_ExceptList::copy ()
{
UTL_ExceptList *retval = nullptr;
ACE_NEW_RETURN (retval,
@@ -131,7 +131,7 @@ UTL_ExceptlistActiveIterator::UTL_ExceptlistActiveIterator (UTL_ExceptList *s)
// Get current item.
AST_Type *
-UTL_ExceptlistActiveIterator::item (void)
+UTL_ExceptlistActiveIterator::item ()
{
if (source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_exprlist.cpp b/TAO/TAO_IDL/util/utl_exprlist.cpp
index fb20a0d87cb..26bc07b18ad 100644
--- a/TAO/TAO_IDL/util/utl_exprlist.cpp
+++ b/TAO/TAO_IDL/util/utl_exprlist.cpp
@@ -82,13 +82,13 @@ UTL_ExprList::UTL_ExprList (AST_Expression *s,
// Get list item.
AST_Expression *
-UTL_ExprList::head (void)
+UTL_ExprList::head ()
{
return this->pd_car_data;
}
void
-UTL_ExprList::destroy (void)
+UTL_ExprList::destroy ()
{
if (this->pd_car_data != nullptr)
{
@@ -107,7 +107,7 @@ UTL_ExprlistActiveIterator::UTL_ExprlistActiveIterator (UTL_ExprList *s)
// Get current item.
AST_Expression *
-UTL_ExprlistActiveIterator::item (void)
+UTL_ExprlistActiveIterator::item ()
{
if (source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index 68614a6ca25..1c9a20bd53b 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -110,7 +110,7 @@ char* IDL_GlobalData::translateName(const char* name, char *name_buf)
}
#endif
-IDL_GlobalData::IDL_GlobalData (void)
+IDL_GlobalData::IDL_GlobalData ()
: syntax_only_ (false),
parse_args_exit_ (false),
parse_args_exit_status_ (0),
@@ -241,13 +241,13 @@ IDL_GlobalData::IDL_GlobalData (void)
this->reset_flag_seen ();
}
-IDL_GlobalData::~IDL_GlobalData (void)
+IDL_GlobalData::~IDL_GlobalData ()
{
}
// When starting to process the next command line input idl file, reset.
void
-IDL_GlobalData::reset_flag_seen (void)
+IDL_GlobalData::reset_flag_seen ()
{
abstract_iface_seen_ = false;
abstractbase_seen_ = false;
@@ -314,14 +314,14 @@ IDL_GlobalData::reset_flag_seen (void)
// Get or set scopes stack
UTL_ScopeStack &
-IDL_GlobalData::scopes (void)
+IDL_GlobalData::scopes ()
{
return this->pd_scopes;
}
// Get or set root of AST
AST_Root *
-IDL_GlobalData::root (void)
+IDL_GlobalData::root ()
{
return this->pd_root;
}
@@ -334,7 +334,7 @@ IDL_GlobalData::set_root (AST_Root *r)
// Get or set generator object
AST_Generator *
-IDL_GlobalData::gen (void)
+IDL_GlobalData::gen ()
{
return this->pd_gen;
}
@@ -347,7 +347,7 @@ IDL_GlobalData::set_gen (AST_Generator *g)
// Get or set PrimaryKeyBase object
AST_ValueType *
-IDL_GlobalData::primary_key_base (void)
+IDL_GlobalData::primary_key_base ()
{
return this->pd_primary_key_base;
}
@@ -360,7 +360,7 @@ IDL_GlobalData::primary_key_base (AST_ValueType *v)
// Get or set error object
UTL_Error *
-IDL_GlobalData::err (void)
+IDL_GlobalData::err ()
{
return this->pd_err;
}
@@ -373,7 +373,7 @@ IDL_GlobalData::set_err (UTL_Error *e)
// Get or set error count
int
-IDL_GlobalData::err_count (void)
+IDL_GlobalData::err_count ()
{
return this->pd_err_count;
}
@@ -386,7 +386,7 @@ IDL_GlobalData::set_err_count (int c)
// Get or set line number
long
-IDL_GlobalData::lineno (void)
+IDL_GlobalData::lineno ()
{
return this->pd_lineno;
}
@@ -399,7 +399,7 @@ IDL_GlobalData::set_lineno (long n)
// Get or set file name being read now
UTL_String *
-IDL_GlobalData::filename (void)
+IDL_GlobalData::filename ()
{
return this->pd_filename;
}
@@ -419,7 +419,7 @@ IDL_GlobalData::set_filename (UTL_String *s)
// Get or set main file name
UTL_String *
-IDL_GlobalData::main_filename (void)
+IDL_GlobalData::main_filename ()
{
return this->pd_main_filename;
}
@@ -438,7 +438,7 @@ IDL_GlobalData::set_main_filename (UTL_String *n)
// Get or set real file name
UTL_String *
-IDL_GlobalData::real_filename (void)
+IDL_GlobalData::real_filename ()
{
return this->pd_real_filename;
}
@@ -458,13 +458,13 @@ IDL_GlobalData::set_real_filename (UTL_String *n)
// Get or set indicator whether import is on
bool
-IDL_GlobalData::imported (void)
+IDL_GlobalData::imported ()
{
return this->pd_in_main_file ? false : pd_import;
}
bool
-IDL_GlobalData::import (void)
+IDL_GlobalData::import ()
{
return this->pd_import;
}
@@ -477,7 +477,7 @@ IDL_GlobalData::set_import (bool is_in)
// Get or set indicator whether we're reading the main file now
bool
-IDL_GlobalData::in_main_file (void)
+IDL_GlobalData::in_main_file ()
{
return this->pd_in_main_file;
}
@@ -490,7 +490,7 @@ IDL_GlobalData::set_in_main_file (bool is_in)
// Get or set stripped file name
UTL_String *
-IDL_GlobalData::stripped_filename (void)
+IDL_GlobalData::stripped_filename ()
{
return this->pd_stripped_filename;
}
@@ -508,7 +508,7 @@ IDL_GlobalData::set_stripped_filename (UTL_String *nm)
// Get or set cache value for argv[0]
const char *
-IDL_GlobalData::prog_name (void)
+IDL_GlobalData::prog_name ()
{
return this->pd_prog_name;
}
@@ -521,7 +521,7 @@ IDL_GlobalData::set_prog_name (const char *pn)
// Get or set location to find C preprocessor
const char *
-IDL_GlobalData::cpp_location (void)
+IDL_GlobalData::cpp_location ()
{
return this->pd_cpp_location;
}
@@ -534,7 +534,7 @@ IDL_GlobalData::set_cpp_location (const char *l)
// Get or set IDL compiler flags
long
-IDL_GlobalData::compile_flags (void)
+IDL_GlobalData::compile_flags ()
{
return this->pd_compile_flags;
}
@@ -556,7 +556,7 @@ IDL_GlobalData::set_compile_flags (long cf)
// Get or set local escapes string. This provides an additional
// mechanism to pass information to a BE.
char *
-IDL_GlobalData::local_escapes (void)
+IDL_GlobalData::local_escapes ()
{
return this->pd_local_escapes;
}
@@ -574,7 +574,7 @@ IDL_GlobalData::set_local_escapes (const char *e)
// Get or set indent object
UTL_Indenter *
-IDL_GlobalData::indent (void)
+IDL_GlobalData::indent ()
{
return this->pd_indent;
}
@@ -665,7 +665,7 @@ IDL_GlobalData::set_include_file_names (UTL_String **ns)
}
UTL_String **
-IDL_GlobalData::include_file_names (void)
+IDL_GlobalData::include_file_names ()
{
return this->pd_include_file_names;
}
@@ -677,7 +677,7 @@ IDL_GlobalData::set_n_include_file_names (unsigned long n)
}
unsigned long
-IDL_GlobalData::n_include_file_names (void)
+IDL_GlobalData::n_include_file_names ()
{
return pd_n_include_file_names;
}
@@ -735,13 +735,13 @@ IDL_GlobalData::add_to_included_idl_files (const char *file_name)
}
char**
-IDL_GlobalData::included_idl_files (void)
+IDL_GlobalData::included_idl_files ()
{
return this->included_idl_files_;
}
size_t
-IDL_GlobalData::n_included_idl_files (void)
+IDL_GlobalData::n_included_idl_files ()
{
return this->n_included_idl_files_;
}
@@ -762,13 +762,13 @@ IDL_GlobalData::set_parse_state(ParseState ps)
}
IDL_GlobalData::ParseState
-IDL_GlobalData::parse_state (void)
+IDL_GlobalData::parse_state ()
{
return pd_parse_state;
}
// returns the IDL source file being copiled
-UTL_String* IDL_GlobalData::idl_src_file (void)
+UTL_String* IDL_GlobalData::idl_src_file ()
{
return this->pd_idl_src_file;
}
@@ -810,7 +810,7 @@ IDL_GlobalData::temp_dir (const char *s)
}
const char *
-IDL_GlobalData::temp_dir (void) const
+IDL_GlobalData::temp_dir () const
{
return this->temp_dir_;
}
@@ -823,7 +823,7 @@ IDL_GlobalData::tao_root (const char *s)
}
const char *
-IDL_GlobalData::tao_root (void) const
+IDL_GlobalData::tao_root () const
{
return this->tao_root_;
}
@@ -836,7 +836,7 @@ IDL_GlobalData::gperf_path (const char *s)
}
const char *
-IDL_GlobalData::gperf_path (void) const
+IDL_GlobalData::gperf_path () const
{
return this->gperf_path_;
}
@@ -849,7 +849,7 @@ IDL_GlobalData::ident_string (const char *s)
}
const char *
-IDL_GlobalData::ident_string (void) const
+IDL_GlobalData::ident_string () const
{
return this->ident_string_;
}
@@ -861,7 +861,7 @@ IDL_GlobalData::case_diff_error (bool val)
}
bool
-IDL_GlobalData::case_diff_error (void)
+IDL_GlobalData::case_diff_error ()
{
return this->case_diff_error_;
}
@@ -873,13 +873,13 @@ IDL_GlobalData::nest_orb (bool val)
}
bool
-IDL_GlobalData::nest_orb (void)
+IDL_GlobalData::nest_orb ()
{
return this->nest_orb_;
}
void
-IDL_GlobalData::destroy (void)
+IDL_GlobalData::destroy ()
{
if (this->pd_filename != nullptr)
{
@@ -972,19 +972,19 @@ IDL_GlobalData::append_idl_flag (const char *s)
}
const char *
-IDL_GlobalData::idl_flags (void) const
+IDL_GlobalData::idl_flags () const
{
return this->idl_flags_.c_str ();
}
ACE_Hash_Map_Manager<ACE_CString, int, ACE_Null_Mutex> &
-IDL_GlobalData::idl_keywords (void)
+IDL_GlobalData::idl_keywords ()
{
return this->idl_keywords_;
}
ACE_Unbounded_Stack<char *> &
-IDL_GlobalData::pragma_prefixes (void)
+IDL_GlobalData::pragma_prefixes ()
{
return this->pragma_prefixes_;
}
@@ -1073,7 +1073,7 @@ IDL_GlobalData::update_prefix (char *filename)
Should be true when being used by the IFR Service
*/
bool
-IDL_GlobalData::preserve_cpp_keywords (void)
+IDL_GlobalData::preserve_cpp_keywords ()
{
return preserve_cpp_keywords_;
}
@@ -1103,7 +1103,7 @@ IDL_GlobalData::add_rel_include_path (const char *s)
}
ACE_Unbounded_Queue<char *> const &
-IDL_GlobalData::rel_include_paths (void) const
+IDL_GlobalData::rel_include_paths () const
{
return this->rel_include_paths_;
}
@@ -1115,7 +1115,7 @@ IDL_GlobalData::add_ciao_lem_file_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_lem_file_names (void)
+IDL_GlobalData::ciao_lem_file_names ()
{
return this->ciao_lem_file_names_;
}
@@ -1127,7 +1127,7 @@ IDL_GlobalData::add_ciao_rti_ts_file_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_rti_ts_file_names (void)
+IDL_GlobalData::ciao_rti_ts_file_names ()
{
return this->ciao_rti_ts_file_names_;
}
@@ -1139,7 +1139,7 @@ IDL_GlobalData::add_ciao_spl_ts_file_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_spl_ts_file_names (void)
+IDL_GlobalData::ciao_spl_ts_file_names ()
{
return this->ciao_spl_ts_file_names_;
}
@@ -1151,7 +1151,7 @@ IDL_GlobalData::add_ciao_oci_ts_file_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_oci_ts_file_names (void)
+IDL_GlobalData::ciao_oci_ts_file_names ()
{
return this->ciao_oci_ts_file_names_;
}
@@ -1163,7 +1163,7 @@ IDL_GlobalData::add_ciao_coredx_ts_file_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_coredx_ts_file_names (void)
+IDL_GlobalData::ciao_coredx_ts_file_names ()
{
return this->ciao_coredx_ts_file_names_;
}
@@ -1175,7 +1175,7 @@ IDL_GlobalData::add_ciao_ami_iface_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_ami_iface_names (void)
+IDL_GlobalData::ciao_ami_iface_names ()
{
return this->ciao_ami_iface_names_;
}
@@ -1187,7 +1187,7 @@ IDL_GlobalData::add_ciao_ami_recep_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_ami_recep_names (void)
+IDL_GlobalData::ciao_ami_recep_names ()
{
return this->ciao_ami_recep_names_;
}
@@ -1199,13 +1199,13 @@ IDL_GlobalData::add_included_ami_recep_names (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::included_ami_recep_names (void)
+IDL_GlobalData::included_ami_recep_names ()
{
return this->included_ami_recep_names_;
}
bool
-IDL_GlobalData::included_ami_receps_done (void) const
+IDL_GlobalData::included_ami_receps_done () const
{
return this->included_ami_receps_done_;
}
@@ -1223,7 +1223,7 @@ IDL_GlobalData::add_ciao_ami_idl_fnames (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::ciao_ami_idl_fnames (void)
+IDL_GlobalData::ciao_ami_idl_fnames ()
{
return this->ciao_ami_idl_fnames_;
}
@@ -1235,25 +1235,25 @@ IDL_GlobalData::add_dds4ccm_impl_fnames (const char *s)
}
ACE_Unbounded_Queue<char *> &
-IDL_GlobalData::dds4ccm_impl_fnames (void)
+IDL_GlobalData::dds4ccm_impl_fnames ()
{
return this->dds4ccm_impl_fnames_;
}
ACE_Unbounded_Queue<AST_Interface *> &
-IDL_GlobalData::mixed_parentage_interfaces (void)
+IDL_GlobalData::mixed_parentage_interfaces ()
{
return this->mixed_parentage_interfaces_;
}
ACE_Hash_Map_Manager<char *, char *, ACE_Null_Mutex> &
-IDL_GlobalData::file_prefixes (void)
+IDL_GlobalData::file_prefixes ()
{
return this->file_prefixes_;
}
bool
-IDL_GlobalData::pass_orb_idl (void) const
+IDL_GlobalData::pass_orb_idl () const
{
return this->pass_orb_idl_;
}
@@ -1265,7 +1265,7 @@ IDL_GlobalData::pass_orb_idl (bool val)
}
bool
-IDL_GlobalData::using_ifr_backend (void) const
+IDL_GlobalData::using_ifr_backend () const
{
return this->using_ifr_backend_;
}
@@ -1277,7 +1277,7 @@ IDL_GlobalData::using_ifr_backend (bool val)
}
bool
-IDL_GlobalData::ignore_idl3 (void) const
+IDL_GlobalData::ignore_idl3 () const
{
return this->ignore_idl3_;
}
@@ -1289,7 +1289,7 @@ IDL_GlobalData::ignore_idl3 (bool val)
}
bool
-IDL_GlobalData::dcps_support_zero_copy_read (void) const
+IDL_GlobalData::dcps_support_zero_copy_read () const
{
return this->dcps_support_zero_copy_read_;
}
@@ -1301,7 +1301,7 @@ IDL_GlobalData::dcps_support_zero_copy_read (bool val)
}
bool
-IDL_GlobalData::dcps_gen_zero_copy_read (void) const
+IDL_GlobalData::dcps_gen_zero_copy_read () const
{
return this->dcps_gen_zero_copy_read_;
}
@@ -1315,7 +1315,7 @@ IDL_GlobalData::dcps_gen_zero_copy_read (bool val)
// Return 0 on success, -1 failure. The <errno> corresponding to the
// error that caused the GPERF execution is also set.
int
-IDL_GlobalData::check_gperf (void)
+IDL_GlobalData::check_gperf ()
{
// If absolute path is not specified yet, let us call just
// "gperf". Hopefully PATH is set up correctly to locate the gperf.
@@ -1420,7 +1420,7 @@ IDL_GlobalData::check_gperf (void)
}
void
-IDL_GlobalData::fini (void)
+IDL_GlobalData::fini ()
{
if (nullptr != this->pd_root)
{
@@ -1596,13 +1596,13 @@ IDL_GlobalData::fini (void)
}
ACE_Unbounded_Queue<AST_ValueType *> &
-IDL_GlobalData::primary_keys (void)
+IDL_GlobalData::primary_keys ()
{
return this->primary_keys_;
}
void
-IDL_GlobalData::check_primary_keys (void)
+IDL_GlobalData::check_primary_keys ()
{
AST_ValueType *holder = nullptr;
@@ -1625,7 +1625,7 @@ IDL_GlobalData::check_primary_keys (void)
}
const char *
-IDL_GlobalData::recursion_start (void) const
+IDL_GlobalData::recursion_start () const
{
return this->recursion_start_;
}
@@ -1651,7 +1651,7 @@ IDL_GlobalData::recursion_start (const char *val)
}
bool
-IDL_GlobalData::multi_file_input (void) const
+IDL_GlobalData::multi_file_input () const
{
return this->multi_file_input_;
}
@@ -1663,13 +1663,13 @@ IDL_GlobalData::multi_file_input (bool val)
}
const char *
-IDL_GlobalData::big_file_name (void) const
+IDL_GlobalData::big_file_name () const
{
return this->big_file_name_;
}
FE_Utils::T_PARAMLIST_INFO const *
-IDL_GlobalData::current_params (void) const
+IDL_GlobalData::current_params () const
{
return this->current_params_;
}
@@ -1682,7 +1682,7 @@ FE_Utils::T_PARAMLIST_INFO *params)
}
UTL_StrList const *
-IDL_GlobalData::alias_params (void) const
+IDL_GlobalData::alias_params () const
{
return this->alias_params_;
}
@@ -1695,7 +1695,7 @@ UTL_StrList *params)
}
UTL_StrList const *
-IDL_GlobalData::for_new_holder (void) const
+IDL_GlobalData::for_new_holder () const
{
return this->for_new_holder_;
}
@@ -1818,7 +1818,7 @@ IDL_GlobalData::is_dcps_type (UTL_ScopedName* target)
}
AST_Module *
-IDL_GlobalData::corba_module (void) const
+IDL_GlobalData::corba_module () const
{
return this->corba_module_;
}
@@ -1830,7 +1830,7 @@ IDL_GlobalData::corba_module (AST_Module *m)
}
IDL_GlobalData::Unbounded_Paths_Queue &
-IDL_GlobalData::include_paths (void)
+IDL_GlobalData::include_paths ()
{
return this->include_paths_;
}
@@ -1850,7 +1850,7 @@ IDL_GlobalData::explicit_anon_type_diagnostic () const
}
bool
-IDL_GlobalData::anon_error (void) const
+IDL_GlobalData::anon_error () const
{
if (idl_version_ >= IDL_VERSION_4 && !explicit_anon_type_diagnostic_) {
return false;
@@ -1859,7 +1859,7 @@ IDL_GlobalData::anon_error (void) const
}
bool
-IDL_GlobalData::anon_warning (void) const
+IDL_GlobalData::anon_warning () const
{
if (idl_version_ >= IDL_VERSION_4 && !explicit_anon_type_diagnostic_) {
return false;
@@ -1868,7 +1868,7 @@ IDL_GlobalData::anon_warning (void) const
}
bool
-IDL_GlobalData::anon_silent (void) const
+IDL_GlobalData::anon_silent () const
{
if (idl_version_ >= IDL_VERSION_4 && !explicit_anon_type_diagnostic_) {
return true;
@@ -1877,7 +1877,7 @@ IDL_GlobalData::anon_silent (void) const
}
bool
-IDL_GlobalData::in_typedef (void) const
+IDL_GlobalData::in_typedef () const
{
return this->in_typedef_;
}
@@ -1889,7 +1889,7 @@ IDL_GlobalData::in_typedef (bool val)
}
bool
-IDL_GlobalData::in_tmpl_mod_no_alias (void) const
+IDL_GlobalData::in_tmpl_mod_no_alias () const
{
return this->in_tmpl_mod_no_alias_;
}
@@ -1901,7 +1901,7 @@ IDL_GlobalData::in_tmpl_mod_no_alias (bool val)
}
bool
-IDL_GlobalData::in_tmpl_mod_alias (void) const
+IDL_GlobalData::in_tmpl_mod_alias () const
{
return this->in_tmpl_mod_alias_;
}
diff --git a/TAO/TAO_IDL/util/utl_identifier.cpp b/TAO/TAO_IDL/util/utl_identifier.cpp
index 4c0458fddd4..9598bf0aee0 100644
--- a/TAO/TAO_IDL/util/utl_identifier.cpp
+++ b/TAO/TAO_IDL/util/utl_identifier.cpp
@@ -72,7 +72,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/streams.h"
#include "ace/OS_NS_string.h"
-Identifier::Identifier (void)
+Identifier::Identifier ()
: pv_string (nullptr),
escaped_ (false)
{
@@ -92,7 +92,7 @@ Identifier::Identifier (const Identifier &other)
*this = other;
}
-Identifier::~Identifier (void)
+Identifier::~Identifier ()
{
if (this->pv_string != nullptr)
{
@@ -103,13 +103,13 @@ Identifier::~Identifier (void)
// Operations.
char *
-Identifier::get_string (void)
+Identifier::get_string ()
{
return this->pv_string;
}
const char *
-Identifier::get_string (void) const
+Identifier::get_string () const
{
return this->pv_string;
}
@@ -206,7 +206,7 @@ Identifier::case_compare_quiet (Identifier *o)
}
Identifier *
-Identifier::copy (void)
+Identifier::copy ()
{
Identifier *retval = nullptr;
ACE_NEW_RETURN (retval,
@@ -219,7 +219,7 @@ Identifier::copy (void)
}
bool
-Identifier::escaped (void) const
+Identifier::escaped () const
{
return this->escaped_;
}
@@ -241,7 +241,7 @@ Identifier::dump (ACE_OSTREAM_TYPE &o)
}
void
-Identifier::destroy (void)
+Identifier::destroy ()
{
}
diff --git a/TAO/TAO_IDL/util/utl_idlist.cpp b/TAO/TAO_IDL/util/utl_idlist.cpp
index a5d46393c49..4dbc54f91d5 100644
--- a/TAO/TAO_IDL/util/utl_idlist.cpp
+++ b/TAO/TAO_IDL/util/utl_idlist.cpp
@@ -90,7 +90,7 @@ UTL_IdList::UTL_IdList (Identifier *s,
// Copy an IdList.
UTL_IdList *
-UTL_IdList::copy (void)
+UTL_IdList::copy ()
{
UTL_IdList *retval = nullptr;
ACE_NEW_RETURN (retval,
@@ -108,14 +108,14 @@ UTL_IdList::copy (void)
// Get list item.
Identifier *
-UTL_IdList::head (void)
+UTL_IdList::head ()
{
return this->pd_car_data;
}
// Get last item of this list.
Identifier *
-UTL_IdList::last_component (void)
+UTL_IdList::last_component ()
{
if (this->tail () == nullptr)
{
@@ -127,7 +127,7 @@ UTL_IdList::last_component (void)
// Get first item of this list holding a non-empty string.
Identifier *
-UTL_IdList::first_component (void)
+UTL_IdList::first_component ()
{
if (ACE_OS::strlen (this->pd_car_data->get_string ()) > 0)
{
@@ -238,7 +238,7 @@ UTL_IdList::dump (ACE_OSTREAM_TYPE &o)
}
void
-UTL_IdList::destroy (void)
+UTL_IdList::destroy ()
{
if (this->pd_car_data != nullptr)
{
@@ -262,7 +262,7 @@ UTL_IdListActiveIterator::UTL_IdListActiveIterator (UTL_IdList *s)
// Get current item.
Identifier *
-UTL_IdListActiveIterator::item (void)
+UTL_IdListActiveIterator::item ()
{
if (this->source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_indenter.cpp b/TAO/TAO_IDL/util/utl_indenter.cpp
index cfe6a9374ea..fc0aefb1c19 100644
--- a/TAO/TAO_IDL/util/utl_indenter.cpp
+++ b/TAO/TAO_IDL/util/utl_indenter.cpp
@@ -74,21 +74,21 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
/*
* Constructors
*/
-UTL_Indenter::UTL_Indenter (void)
+UTL_Indenter::UTL_Indenter ()
: pd_indent_level (0)
{
}
// Reset indentation level.
void
-UTL_Indenter::reset (void)
+UTL_Indenter::reset ()
{
this->pd_indent_level = 0;
}
// Increase indentation level.
void
-UTL_Indenter::increase (void)
+UTL_Indenter::increase ()
{
++this->pd_indent_level;
}
diff --git a/TAO/TAO_IDL/util/utl_labellist.cpp b/TAO/TAO_IDL/util/utl_labellist.cpp
index 45c35bbe186..1d598da3637 100644
--- a/TAO/TAO_IDL/util/utl_labellist.cpp
+++ b/TAO/TAO_IDL/util/utl_labellist.cpp
@@ -88,14 +88,14 @@ UTL_LabelList::UTL_LabelList (AST_UnionLabel *s,
// Get list item.
AST_UnionLabel *
-UTL_LabelList::head (void)
+UTL_LabelList::head ()
{
return this->pd_car_data;
}
// Copy a label list.
UTL_LabelList *
-UTL_LabelList::copy (void)
+UTL_LabelList::copy ()
{
AST_Expression *val = this->pd_car_data->label_val ();
@@ -123,7 +123,7 @@ UTL_LabelList::copy (void)
}
void
-UTL_LabelList::destroy (void)
+UTL_LabelList::destroy ()
{
this->pd_car_data->destroy ();
delete this->pd_car_data;
@@ -139,7 +139,7 @@ UTL_LabellistActiveIterator::UTL_LabellistActiveIterator (UTL_LabelList *s)
// Get current item.
AST_UnionLabel *
-UTL_LabellistActiveIterator::item (void)
+UTL_LabellistActiveIterator::item ()
{
if (this->source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_list.cpp b/TAO/TAO_IDL/util/utl_list.cpp
index be31370bc9d..e3f2672cd74 100644
--- a/TAO/TAO_IDL/util/utl_list.cpp
+++ b/TAO/TAO_IDL/util/utl_list.cpp
@@ -78,7 +78,7 @@ UTL_List::UTL_List (UTL_List *c)
{
}
-UTL_List::~UTL_List (void)
+UTL_List::~UTL_List ()
{
}
@@ -112,7 +112,7 @@ UTL_List::nconc (UTL_List *l)
// Override this operation to copy lists of other types.
UTL_List *
-UTL_List::copy (void)
+UTL_List::copy ()
{
UTL_List *retval = nullptr;
@@ -134,7 +134,7 @@ UTL_List::copy (void)
// Get next list.
UTL_List *
-UTL_List::tail (void)
+UTL_List::tail ()
{
return pd_cdr_data;
}
@@ -150,13 +150,13 @@ UTL_List::set_tail (UTL_List *l)
// Compute list length.
ACE_CDR::Long
-UTL_List::length (void)
+UTL_List::length ()
{
return list_length (1);
}
void
-UTL_List::destroy (void)
+UTL_List::destroy ()
{
if (this->pd_cdr_data != nullptr)
{
@@ -175,14 +175,14 @@ UTL_ListActiveIterator::UTL_ListActiveIterator (UTL_List *s)
// Is iterator done?
bool
-UTL_ListActiveIterator::is_done (void)
+UTL_ListActiveIterator::is_done ()
{
return (this->source == nullptr) ? true : false;
}
// Advance to next item.
void
-UTL_ListActiveIterator::next (void)
+UTL_ListActiveIterator::next ()
{
if (this->source != nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_namelist.cpp b/TAO/TAO_IDL/util/utl_namelist.cpp
index b3b64779216..1b3413a21a4 100644
--- a/TAO/TAO_IDL/util/utl_namelist.cpp
+++ b/TAO/TAO_IDL/util/utl_namelist.cpp
@@ -82,13 +82,13 @@ UTL_NameList::UTL_NameList (UTL_ScopedName *s,
// Get list item.
UTL_ScopedName *
-UTL_NameList::head (void)
+UTL_NameList::head ()
{
return this->pd_car_data;
}
bool
-UTL_NameList::truncatable (void) const
+UTL_NameList::truncatable () const
{
return this->pd_truncatable;
}
@@ -100,7 +100,7 @@ UTL_NameList::truncatable (bool val)
}
void
-UTL_NameList::destroy (void)
+UTL_NameList::destroy ()
{
this->pd_car_data->destroy ();
delete this->pd_car_data;
@@ -116,7 +116,7 @@ UTL_NamelistActiveIterator::UTL_NamelistActiveIterator (UTL_NameList *s)
// Get current item.
UTL_ScopedName *
-UTL_NamelistActiveIterator::item (void)
+UTL_NamelistActiveIterator::item ()
{
if (source == nullptr)
{
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp
index a59e788f469..c2079e47d8e 100644
--- a/TAO/TAO_IDL/util/utl_scope.cpp
+++ b/TAO/TAO_IDL/util/utl_scope.cpp
@@ -120,7 +120,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// Constructors.
-UTL_Scope::UTL_Scope (void)
+UTL_Scope::UTL_Scope ()
: pd_scope_node_type (AST_Decl::NT_module),
pd_decls (nullptr),
pd_decls_allocated (0),
@@ -159,7 +159,7 @@ UTL_Scope::UTL_Scope (AST_Decl::NodeType nt)
}
// Destructor.
-UTL_Scope::~UTL_Scope (void)
+UTL_Scope::~UTL_Scope ()
{
for (UTL_ScopeActiveIterator iter (this, IK_both);
!iter.is_done ();
@@ -185,7 +185,7 @@ UTL_Scope::~UTL_Scope (void)
}
void
-UTL_Scope::destroy (void)
+UTL_Scope::destroy ()
{
for (UTL_ScopeActiveIterator iter (this, IK_both);
!iter.is_done ();
@@ -1795,7 +1795,7 @@ UTL_Scope::referenced (AST_Decl *e,
}
bool
-UTL_Scope::has_prefix (void)
+UTL_Scope::has_prefix ()
{
return this->has_prefix_;
}
@@ -1871,7 +1871,7 @@ UTL_Scope::ast_accept (ast_visitor *visitor)
// How many entries are defined?
unsigned long
-UTL_Scope::nmembers (void)
+UTL_Scope::nmembers ()
{
return this->pd_decls_used;
}
@@ -2150,14 +2150,14 @@ UTL_ScopeActiveIterator::UTL_ScopeActiveIterator (
// Advance to next item.
void
-UTL_ScopeActiveIterator::next (void)
+UTL_ScopeActiveIterator::next ()
{
this->il++;
}
// Get current item.
AST_Decl *
-UTL_ScopeActiveIterator::item (void)
+UTL_ScopeActiveIterator::item ()
{
if (this->is_done ())
{
@@ -2179,7 +2179,7 @@ UTL_ScopeActiveIterator::item (void)
// Is this iteration done?
bool
-UTL_ScopeActiveIterator::is_done (void)
+UTL_ScopeActiveIterator::is_done ()
{
long limit =
(stage == UTL_Scope::IK_decls)
@@ -2215,14 +2215,14 @@ UTL_ScopeActiveIterator::is_done (void)
// What kind of iterator is this?
UTL_Scope::ScopeIterationKind
-UTL_ScopeActiveIterator::iteration_kind (void)
+UTL_ScopeActiveIterator::iteration_kind ()
{
return this->ik;
}
// And where are we in the iteration?
UTL_Scope::ScopeIterationKind
-UTL_ScopeActiveIterator::iteration_stage (void)
+UTL_ScopeActiveIterator::iteration_stage ()
{
return this->stage;
}
diff --git a/TAO/TAO_IDL/util/utl_stack.cpp b/TAO/TAO_IDL/util/utl_stack.cpp
index 6e619354143..dd93042e7fa 100644
--- a/TAO/TAO_IDL/util/utl_stack.cpp
+++ b/TAO/TAO_IDL/util/utl_stack.cpp
@@ -70,14 +70,14 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
const size_t UTL_ScopeStack::increments = 64;
-UTL_ScopeStack::UTL_ScopeStack (void)
+UTL_ScopeStack::UTL_ScopeStack ()
: pd_stack_data_nalloced (increments),
pd_stack_top (0)
{
ACE_NEW (this->pd_stack_data, UTL_Scope *[increments]);
}
-UTL_ScopeStack::~UTL_ScopeStack (void)
+UTL_ScopeStack::~UTL_ScopeStack ()
{
if (this->pd_stack_data != nullptr)
{
@@ -120,7 +120,7 @@ UTL_ScopeStack::push (UTL_Scope *el)
// Pop an element from the stack.
void
-UTL_ScopeStack::pop (void)
+UTL_ScopeStack::pop ()
{
if (this->pd_stack_top <= 0)
{
@@ -143,7 +143,7 @@ UTL_ScopeStack::pop (void)
// Return top element on stack.
UTL_Scope *
-UTL_ScopeStack::top (void)
+UTL_ScopeStack::top ()
{
if (this->pd_stack_top <= 0)
{
@@ -155,7 +155,7 @@ UTL_ScopeStack::top (void)
// Return bottom element on stack.
UTL_Scope *
-UTL_ScopeStack::bottom (void)
+UTL_ScopeStack::bottom ()
{
if (this->pd_stack_top == 0)
{
@@ -167,21 +167,21 @@ UTL_ScopeStack::bottom (void)
// Clear entire stack.
void
-UTL_ScopeStack::clear (void)
+UTL_ScopeStack::clear ()
{
this->pd_stack_top = 0;
}
// How deep is the stack?
unsigned long
-UTL_ScopeStack::depth (void)
+UTL_ScopeStack::depth ()
{
return this->pd_stack_top;
}
// Return (top - 1) element on stack.
UTL_Scope *
-UTL_ScopeStack::next_to_top (void)
+UTL_ScopeStack::next_to_top ()
{
UTL_Scope *tmp, *retval;
@@ -199,7 +199,7 @@ UTL_ScopeStack::next_to_top (void)
// Return topmost non-NULL element.
UTL_Scope *
-UTL_ScopeStack::top_non_null (void)
+UTL_ScopeStack::top_non_null ()
{
for (long i = this->pd_stack_top - 1; i >= 0; --i)
{
@@ -236,14 +236,14 @@ UTL_ScopeStackActiveIterator::UTL_ScopeStackActiveIterator (UTL_ScopeStack &s)
// Advance to next item
void
-UTL_ScopeStackActiveIterator::next (void)
+UTL_ScopeStackActiveIterator::next ()
{
il--;
}
// Get current item.
UTL_Scope *
-UTL_ScopeStackActiveIterator::item (void)
+UTL_ScopeStackActiveIterator::item ()
{
if (this->il >= 0)
{
@@ -255,7 +255,7 @@ UTL_ScopeStackActiveIterator::item (void)
// Is this iteration done?
bool
-UTL_ScopeStackActiveIterator::is_done (void) const
+UTL_ScopeStackActiveIterator::is_done () const
{
if (this->il >= 0)
{
diff --git a/TAO/TAO_IDL/util/utl_string.cpp b/TAO/TAO_IDL/util/utl_string.cpp
index dda927fc227..1939f4cd587 100644
--- a/TAO/TAO_IDL/util/utl_string.cpp
+++ b/TAO/TAO_IDL/util/utl_string.cpp
@@ -184,7 +184,7 @@ UTL_String::get_canonical_rep (ACE_CString &cstr)
//////////////////////////////////////////////////////////////////////
-UTL_String::UTL_String (void)
+UTL_String::UTL_String ()
: copy_taken (false),
p_str (nullptr),
c_str (nullptr)
@@ -207,7 +207,7 @@ UTL_String::UTL_String (UTL_String *s, bool force_copy)
{
}
-UTL_String::~UTL_String (void)
+UTL_String::~UTL_String ()
{
delete [] this->c_str;
if (copy_taken)
@@ -217,7 +217,7 @@ UTL_String::~UTL_String (void)
}
void
-UTL_String::destroy (void)
+UTL_String::destroy ()
{
delete [] this->c_str;
this->c_str = nullptr;
@@ -246,7 +246,7 @@ UTL_String::compare_quiet (UTL_String *s)
// Get the canonical representation from a String.
char *
-UTL_String::get_canonical_rep (void)
+UTL_String::get_canonical_rep ()
{
if (!this->c_str && this->p_str)
{
diff --git a/TAO/TAO_IDL/util/utl_strlist.cpp b/TAO/TAO_IDL/util/utl_strlist.cpp
index 48c62bd4245..3d835c292bb 100644
--- a/TAO/TAO_IDL/util/utl_strlist.cpp
+++ b/TAO/TAO_IDL/util/utl_strlist.cpp
@@ -86,13 +86,13 @@ UTL_StrList::UTL_StrList (UTL_String *s,
{
}
-UTL_StrList::~UTL_StrList (void)
+UTL_StrList::~UTL_StrList ()
{
}
// Get list item.
UTL_String *
-UTL_StrList::head (void)
+UTL_StrList::head ()
{
return this->pd_car_data;
}
@@ -106,7 +106,7 @@ UTL_StrList::set_head (UTL_String *s)
// Get last item of this list
UTL_String *
-UTL_StrList::last_component (void)
+UTL_StrList::last_component ()
{
if (this->tail () == nullptr)
{
@@ -118,7 +118,7 @@ UTL_StrList::last_component (void)
// Copy a list.
UTL_List *
-UTL_StrList::copy (void)
+UTL_StrList::copy ()
{
UTL_List *retval = nullptr;
@@ -141,7 +141,7 @@ UTL_StrList::copy (void)
}
void
-UTL_StrList::destroy (void)
+UTL_StrList::destroy ()
{
UTL_String *str = nullptr;
@@ -215,7 +215,7 @@ UTL_StrlistActiveIterator::UTL_StrlistActiveIterator (UTL_StrList *s)
// Get current item
UTL_String *
-UTL_StrlistActiveIterator::item (void)
+UTL_StrlistActiveIterator::item ()
{
if (source == nullptr)
{