Remove redundant void from tao_idl
commit781163e8f28f3876c3bf09bb21119d9e05573336
authorJohnny Willemsen <jwillemsen@remedy.nl>
Mon, 7 Dec 2020 13:43:23 +0000 (7 14:43 +0100)
committerFred Hornsey <hornseyf@objectcomputing.com>
Wed, 30 Aug 2023 17:58:45 +0000 (30 12:58 -0500)
tree9bf5b98971c5cb7ad7b97e09bbce8a4e65ec3f7e
parent7837f859fe42a453cc785caeffc2dcfcfb2c07f9
Remove redundant void from tao_idl
421 files changed:
TAO/TAO_IDL/ast/ast_argument.cpp
TAO/TAO_IDL/ast/ast_array.cpp
TAO/TAO_IDL/ast/ast_attribute.cpp
TAO/TAO_IDL/ast/ast_check.cpp
TAO/TAO_IDL/ast/ast_component.cpp
TAO/TAO_IDL/ast/ast_component_fwd.cpp
TAO/TAO_IDL/ast/ast_concrete_type.cpp
TAO/TAO_IDL/ast/ast_connector.cpp
TAO/TAO_IDL/ast/ast_constant.cpp
TAO/TAO_IDL/ast/ast_consumes.cpp
TAO/TAO_IDL/ast/ast_decl.cpp
TAO/TAO_IDL/ast/ast_emits.cpp
TAO/TAO_IDL/ast/ast_enum.cpp
TAO/TAO_IDL/ast/ast_enum_val.cpp
TAO/TAO_IDL/ast/ast_eventtype.cpp
TAO/TAO_IDL/ast/ast_eventtype_fwd.cpp
TAO/TAO_IDL/ast/ast_exception.cpp
TAO/TAO_IDL/ast/ast_expression.cpp
TAO/TAO_IDL/ast/ast_extended_port.cpp
TAO/TAO_IDL/ast/ast_factory.cpp
TAO/TAO_IDL/ast/ast_field.cpp
TAO/TAO_IDL/ast/ast_finder.cpp
TAO/TAO_IDL/ast/ast_home.cpp
TAO/TAO_IDL/ast/ast_interface.cpp
TAO/TAO_IDL/ast/ast_interface_fwd.cpp
TAO/TAO_IDL/ast/ast_mirror_port.cpp
TAO/TAO_IDL/ast/ast_module.cpp
TAO/TAO_IDL/ast/ast_native.cpp
TAO/TAO_IDL/ast/ast_operation.cpp
TAO/TAO_IDL/ast/ast_param_holder.cpp
TAO/TAO_IDL/ast/ast_porttype.cpp
TAO/TAO_IDL/ast/ast_predefined_type.cpp
TAO/TAO_IDL/ast/ast_provides.cpp
TAO/TAO_IDL/ast/ast_publishes.cpp
TAO/TAO_IDL/ast/ast_root.cpp
TAO/TAO_IDL/ast/ast_sequence.cpp
TAO/TAO_IDL/ast/ast_string.cpp
TAO/TAO_IDL/ast/ast_structure.cpp
TAO/TAO_IDL/ast/ast_structure_fwd.cpp
TAO/TAO_IDL/ast/ast_template_module.cpp
TAO/TAO_IDL/ast/ast_template_module_inst.cpp
TAO/TAO_IDL/ast/ast_template_module_ref.cpp
TAO/TAO_IDL/ast/ast_type.cpp
TAO/TAO_IDL/ast/ast_typedef.cpp
TAO/TAO_IDL/ast/ast_union.cpp
TAO/TAO_IDL/ast/ast_union_branch.cpp
TAO/TAO_IDL/ast/ast_union_fwd.cpp
TAO/TAO_IDL/ast/ast_union_label.cpp
TAO/TAO_IDL/ast/ast_uses.cpp
TAO/TAO_IDL/ast/ast_valuebox.cpp
TAO/TAO_IDL/ast/ast_valuetype.cpp
TAO/TAO_IDL/ast/ast_valuetype_fwd.cpp
TAO/TAO_IDL/ast/ast_visitor.cpp
TAO/TAO_IDL/ast/ast_visitor_context.cpp
TAO/TAO_IDL/ast/ast_visitor_reifying.cpp
TAO/TAO_IDL/ast/ast_visitor_tmpl_module_inst.cpp
TAO/TAO_IDL/ast/ast_visitor_tmpl_module_ref.cpp
TAO/TAO_IDL/be/be_argument.cpp
TAO/TAO_IDL/be/be_array.cpp
TAO/TAO_IDL/be/be_attribute.cpp
TAO/TAO_IDL/be/be_codegen.cpp
TAO/TAO_IDL/be/be_component.cpp
TAO/TAO_IDL/be/be_component_fwd.cpp
TAO/TAO_IDL/be/be_connector.cpp
TAO/TAO_IDL/be/be_constant.cpp
TAO/TAO_IDL/be/be_consumes.cpp
TAO/TAO_IDL/be/be_decl.cpp
TAO/TAO_IDL/be/be_emits.cpp
TAO/TAO_IDL/be/be_enum.cpp
TAO/TAO_IDL/be/be_enum_val.cpp
TAO/TAO_IDL/be/be_eventtype.cpp
TAO/TAO_IDL/be/be_eventtype_fwd.cpp
TAO/TAO_IDL/be/be_exception.cpp
TAO/TAO_IDL/be/be_extended_port.cpp
TAO/TAO_IDL/be/be_factory.cpp
TAO/TAO_IDL/be/be_field.cpp
TAO/TAO_IDL/be/be_finder.cpp
TAO/TAO_IDL/be/be_global.cpp
TAO/TAO_IDL/be/be_helper.cpp
TAO/TAO_IDL/be/be_home.cpp
TAO/TAO_IDL/be/be_init.cpp
TAO/TAO_IDL/be/be_interface.cpp
TAO/TAO_IDL/be/be_interface_fwd.cpp
TAO/TAO_IDL/be/be_mirror_port.cpp
TAO/TAO_IDL/be/be_module.cpp
TAO/TAO_IDL/be/be_native.cpp
TAO/TAO_IDL/be/be_null_return_emitter.cpp
TAO/TAO_IDL/be/be_operation.cpp
TAO/TAO_IDL/be/be_param_holder.cpp
TAO/TAO_IDL/be/be_porttype.cpp
TAO/TAO_IDL/be/be_predefined_type.cpp
TAO/TAO_IDL/be/be_produce.cpp
TAO/TAO_IDL/be/be_provides.cpp
TAO/TAO_IDL/be/be_publishes.cpp
TAO/TAO_IDL/be/be_root.cpp
TAO/TAO_IDL/be/be_scope.cpp
TAO/TAO_IDL/be/be_sequence.cpp
TAO/TAO_IDL/be/be_string.cpp
TAO/TAO_IDL/be/be_structure.cpp
TAO/TAO_IDL/be/be_structure_fwd.cpp
TAO/TAO_IDL/be/be_template_module.cpp
TAO/TAO_IDL/be/be_template_module_inst.cpp
TAO/TAO_IDL/be/be_template_module_ref.cpp
TAO/TAO_IDL/be/be_type.cpp
TAO/TAO_IDL/be/be_typedef.cpp
TAO/TAO_IDL/be/be_union.cpp
TAO/TAO_IDL/be/be_union_branch.cpp
TAO/TAO_IDL/be/be_union_fwd.cpp
TAO/TAO_IDL/be/be_union_label.cpp
TAO/TAO_IDL/be/be_uses.cpp
TAO/TAO_IDL/be/be_util.cpp
TAO/TAO_IDL/be/be_valuebox.cpp
TAO/TAO_IDL/be/be_valuetype.cpp
TAO/TAO_IDL/be/be_valuetype_fwd.cpp
TAO/TAO_IDL/be/be_visitor.cpp
TAO/TAO_IDL/be/be_visitor_amh_pre_proc.cpp
TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
TAO/TAO_IDL/be/be_visitor_any_extracted_type_decl.cpp
TAO/TAO_IDL/be/be_visitor_arg_traits.cpp
TAO/TAO_IDL/be/be_visitor_argument/arglist.cpp
TAO/TAO_IDL/be/be_visitor_argument/argument.cpp
TAO/TAO_IDL/be/be_visitor_argument/invoke_cs.cpp
TAO/TAO_IDL/be/be_visitor_argument/marshal_ss.cpp
TAO/TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
TAO/TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
TAO/TAO_IDL/be/be_visitor_array/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_array/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_array/array.cpp
TAO/TAO_IDL/be/be_visitor_array/array_ch.cpp
TAO/TAO_IDL/be/be_visitor_array/array_ci.cpp
TAO/TAO_IDL/be/be_visitor_array/array_cs.cpp
TAO/TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_attr_assign.cpp
TAO/TAO_IDL/be/be_visitor_attr_init.cpp
TAO/TAO_IDL/be/be_visitor_attr_return.cpp
TAO/TAO_IDL/be/be_visitor_attr_setarg_type.cpp
TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp
TAO/TAO_IDL/be/be_visitor_attribute/ccm_init.cpp
TAO/TAO_IDL/be/be_visitor_attribute/set_from_extracted.cpp
TAO/TAO_IDL/be/be_visitor_ccm_pre_proc.cpp
TAO/TAO_IDL/be/be_visitor_component/component.cpp
TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_ex_base.cpp
TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exh.cpp
TAO/TAO_IDL/be/be_visitor_component/component_ami_rh_exs.cpp
TAO/TAO_IDL/be/be_visitor_component/component_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_component/component_exh.cpp
TAO/TAO_IDL/be/be_visitor_component/component_exs.cpp
TAO/TAO_IDL/be/be_visitor_component/component_svh.cpp
TAO/TAO_IDL/be/be_visitor_component/component_svs.cpp
TAO/TAO_IDL/be/be_visitor_component/component_svth.cpp
TAO/TAO_IDL/be/be_visitor_component/component_svts.cpp
TAO/TAO_IDL/be/be_visitor_component/context_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_component/context_svth.cpp
TAO/TAO_IDL/be/be_visitor_component/context_svts.cpp
TAO/TAO_IDL/be/be_visitor_component/executor_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_component/executor_exh.cpp
TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
TAO/TAO_IDL/be/be_visitor_component/executor_exs_attr_init.cpp
TAO/TAO_IDL/be/be_visitor_component/executor_private_exh.cpp
TAO/TAO_IDL/be/be_visitor_component/facet_exh.cpp
TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
TAO/TAO_IDL/be/be_visitor_component/servant_svh.cpp
TAO/TAO_IDL/be/be_visitor_component/servant_svs.cpp
TAO/TAO_IDL/be/be_visitor_component_fwd/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_component_fwd/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_component_fwd/component_fwd_ch.cpp
TAO/TAO_IDL/be/be_visitor_component_scope.cpp
TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exh.cpp
TAO/TAO_IDL/be/be_visitor_connector/connector_ami_exs.cpp
TAO/TAO_IDL/be/be_visitor_connector/connector_dds_ex_base.cpp
TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exh.cpp
TAO/TAO_IDL/be/be_visitor_connector/connector_dds_exs.cpp
TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exh.cpp
TAO/TAO_IDL/be/be_visitor_connector/executor_ami_exs.cpp
TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exh.cpp
TAO/TAO_IDL/be/be_visitor_connector/facet_ami_exs.cpp
TAO/TAO_IDL/be/be_visitor_constant/constant_ch.cpp
TAO/TAO_IDL/be/be_visitor_constant/constant_cs.cpp
TAO/TAO_IDL/be/be_visitor_context.cpp
TAO/TAO_IDL/be/be_visitor_dds_ts_idl.cpp
TAO/TAO_IDL/be/be_visitor_decl.cpp
TAO/TAO_IDL/be/be_visitor_enum/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_enum/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_enum/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_enum/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_enum/enum_ch.cpp
TAO/TAO_IDL/be/be_visitor_enum/enum_cs.cpp
TAO/TAO_IDL/be/be_visitor_exception/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_exception/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_exception/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_exception/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_exception/ctor_assign.cpp
TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
TAO/TAO_IDL/be/be_visitor_exception/exception_ch.cpp
TAO/TAO_IDL/be/be_visitor_exception/exception_ci.cpp
TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
TAO/TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
TAO/TAO_IDL/be/be_visitor_field/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_field/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_field/field_ch.cpp
TAO/TAO_IDL/be/be_visitor_field/field_ci.cpp
TAO/TAO_IDL/be/be_visitor_field/field_cs.cpp
TAO/TAO_IDL/be/be_visitor_home/home_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_home/home_exh.cpp
TAO/TAO_IDL/be/be_visitor_home/home_exs.cpp
TAO/TAO_IDL/be/be_visitor_home/home_svh.cpp
TAO/TAO_IDL/be/be_visitor_home/home_svs.cpp
TAO/TAO_IDL/be/be_visitor_interface/amh_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp
TAO/TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp
TAO/TAO_IDL/be/be_visitor_interface/amh_sh.cpp
TAO/TAO_IDL/be/be_visitor_interface/amh_ss.cpp
TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_conn_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_rh_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_interface/ami4ccm_sendc_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_interface/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_interface/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_sh.cpp
TAO/TAO_IDL/be/be_visitor_interface/direct_proxy_impl_ss.cpp
TAO/TAO_IDL/be/be_visitor_interface/facet_svth.cpp
TAO/TAO_IDL/be/be_visitor_interface/facet_svts.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_ci.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_cs.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_ih.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_is.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_sh.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_svth.cpp
TAO/TAO_IDL/be/be_visitor_interface/interface_svts.cpp
TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface/smart_proxy_cs.cpp
TAO/TAO_IDL/be/be_visitor_interface/tie_sh.cpp
TAO/TAO_IDL/be/be_visitor_interface/tie_ss.cpp
TAO/TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp
TAO/TAO_IDL/be/be_visitor_member_type_decl.cpp
TAO/TAO_IDL/be/be_visitor_module/any_op.cpp
TAO/TAO_IDL/be/be_visitor_module/cdr_op.cpp
TAO/TAO_IDL/be/be_visitor_module/module.cpp
TAO/TAO_IDL/be/be_visitor_module/module_ch.cpp
TAO/TAO_IDL/be/be_visitor_module/module_ih.cpp
TAO/TAO_IDL/be/be_visitor_module/module_sh.cpp
TAO/TAO_IDL/be/be_visitor_native/native_ch.cpp
TAO/TAO_IDL/be/be_visitor_null_return_value.cpp
TAO/TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp
TAO/TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/amh_sh.cpp
TAO/TAO_IDL/be/be_visitor_operation/amh_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/ami_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/arglist.cpp
TAO/TAO_IDL/be/be_visitor_operation/argument.cpp
TAO/TAO_IDL/be/be_visitor_operation/argument_invoke.cpp
TAO/TAO_IDL/be/be_visitor_operation/argument_marshal.cpp
TAO/TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_ch.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_exs.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_ih.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_is.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_sh.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/operation_svs.cpp
TAO/TAO_IDL/be/be_visitor_operation/proxy_impl_xh.cpp
TAO/TAO_IDL/be/be_visitor_operation/rettype.cpp
TAO/TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_ch.cpp
TAO/TAO_IDL/be/be_visitor_operation/smart_proxy_cs.cpp
TAO/TAO_IDL/be/be_visitor_operation/tie_sh.cpp
TAO/TAO_IDL/be/be_visitor_operation/tie_ss.cpp
TAO/TAO_IDL/be/be_visitor_operation/upcall_command_ss.cpp
TAO/TAO_IDL/be/be_visitor_root/any_op.cpp
TAO/TAO_IDL/be/be_visitor_root/cdr_op.cpp
TAO/TAO_IDL/be/be_visitor_root/root.cpp
TAO/TAO_IDL/be/be_visitor_root/root_ch.cpp
TAO/TAO_IDL/be/be_visitor_root/root_ci.cpp
TAO/TAO_IDL/be/be_visitor_root/root_cnh.cpp
TAO/TAO_IDL/be/be_visitor_root/root_cns.cpp
TAO/TAO_IDL/be/be_visitor_root/root_cs.cpp
TAO/TAO_IDL/be/be_visitor_root/root_ex_idl.cpp
TAO/TAO_IDL/be/be_visitor_root/root_exh.cpp
TAO/TAO_IDL/be/be_visitor_root/root_exs.cpp
TAO/TAO_IDL/be/be_visitor_root/root_ih.cpp
TAO/TAO_IDL/be/be_visitor_root/root_is.cpp
TAO/TAO_IDL/be/be_visitor_root/root_sh.cpp
TAO/TAO_IDL/be/be_visitor_root/root_ss.cpp
TAO/TAO_IDL/be/be_visitor_root/root_sth.cpp
TAO/TAO_IDL/be/be_visitor_root/root_svh.cpp
TAO/TAO_IDL/be/be_visitor_root/root_svs.cpp
TAO/TAO_IDL/be/be_visitor_root/root_svth.cpp
TAO/TAO_IDL/be/be_visitor_root/root_svts.cpp
TAO/TAO_IDL/be/be_visitor_scope.cpp
TAO/TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_sequence/sequence_base.cpp
TAO/TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp
TAO/TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp
TAO/TAO_IDL/be/be_visitor_structure/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_structure/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_structure/structure.cpp
TAO/TAO_IDL/be/be_visitor_structure/structure_ch.cpp
TAO/TAO_IDL/be/be_visitor_structure/structure_ci.cpp
TAO/TAO_IDL/be/be_visitor_structure/structure_cs.cpp
TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
TAO/TAO_IDL/be/be_visitor_template_export.cpp
TAO/TAO_IDL/be/be_visitor_traits.cpp
TAO/TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp
TAO/TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
TAO/TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_typedef/typedef.cpp
TAO/TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp
TAO/TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp
TAO/TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp
TAO/TAO_IDL/be/be_visitor_union/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_union/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_union/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_union/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_union/discriminant_ch.cpp
TAO/TAO_IDL/be/be_visitor_union/discriminant_ci.cpp
TAO/TAO_IDL/be/be_visitor_union/discriminant_cs.cpp
TAO/TAO_IDL/be/be_visitor_union/union.cpp
TAO/TAO_IDL/be/be_visitor_union/union_ch.cpp
TAO/TAO_IDL/be/be_visitor_union/union_ci.cpp
TAO/TAO_IDL/be/be_visitor_union/union_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/private_ch.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_ch.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_ci.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_constructor_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp
TAO/TAO_IDL/be/be_visitor_union_fwd/union_fwd_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/field_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/field_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/union_member_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/valuebox.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuebox/valuebox_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/arglist.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/cdr_op_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/field_cdr_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/field_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/field_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/field_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/obv_module.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_arglist_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_init_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ci.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_sh.cpp
TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp
TAO/TAO_IDL/be/be_visitor_valuetype_fwd/any_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp
TAO/TAO_IDL/be/be_visitor_valuetype_fwd/valuetype_fwd_ch.cpp
TAO/TAO_IDL/be/be_visitor_xplicit_pre_proc.cpp
TAO/TAO_IDL/driver/drv_args.cpp
TAO/TAO_IDL/driver/drv_preproc.cpp
TAO/TAO_IDL/fe/fe_component_header.cpp
TAO/TAO_IDL/fe/fe_declarator.cpp
TAO/TAO_IDL/fe/fe_extern.cpp
TAO/TAO_IDL/fe/fe_home_header.cpp
TAO/TAO_IDL/fe/fe_init.cpp
TAO/TAO_IDL/fe/fe_interface_header.cpp
TAO/TAO_IDL/fe/fe_obv_header.cpp
TAO/TAO_IDL/fe/fe_utils.cpp
TAO/TAO_IDL/fe/idl.yy.cpp
TAO/TAO_IDL/tao_idl.cpp
TAO/TAO_IDL/util/utl_decllist.cpp
TAO/TAO_IDL/util/utl_err.cpp
TAO/TAO_IDL/util/utl_exceptlist.cpp
TAO/TAO_IDL/util/utl_exprlist.cpp
TAO/TAO_IDL/util/utl_global.cpp
TAO/TAO_IDL/util/utl_identifier.cpp
TAO/TAO_IDL/util/utl_idlist.cpp
TAO/TAO_IDL/util/utl_indenter.cpp
TAO/TAO_IDL/util/utl_labellist.cpp
TAO/TAO_IDL/util/utl_list.cpp
TAO/TAO_IDL/util/utl_namelist.cpp
TAO/TAO_IDL/util/utl_scope.cpp
TAO/TAO_IDL/util/utl_stack.cpp
TAO/TAO_IDL/util/utl_string.cpp
TAO/TAO_IDL/util/utl_strlist.cpp