You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/03/30 20:28:34 UTC

svn commit: r524225 [1/22] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/src/util/ include/ modules/core/addr/ modules/core/clientapi/ modules/core/context/ modules/...

Author: pini
Date: Fri Mar 30 11:28:18 2007
New Revision: 524225

URL: http://svn.apache.org/viewvc?view=rev&rev=524225
Log:
Fixing jira issue 292

Added:
    webservices/axis2/trunk/c/util/include/axutil_hash.h
      - copied, changed from r524188, webservices/axis2/trunk/c/util/include/axis2_hash.h
Removed:
    webservices/axis2/trunk/c/util/include/axis2_hash.h
Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_element.h
    webservices/axis2/trunk/c/axiom/include/axiom_mime_parser.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h
    webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c
    webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
    webservices/axis2/trunk/c/axiom/src/om/om_element.c
    webservices/axis2/trunk/c/axiom/src/om/om_node.c
    webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_body.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_envelope.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_header.c
    webservices/axis2/trunk/c/axiom/src/util/om_util.c
    webservices/axis2/trunk/c/include/axis2_any_content_type.h
    webservices/axis2/trunk/c/include/axis2_conf.h
    webservices/axis2/trunk/c/include/axis2_conf_ctx.h
    webservices/axis2/trunk/c/include/axis2_core_utils.h
    webservices/axis2/trunk/c/include/axis2_ctx.h
    webservices/axis2/trunk/c/include/axis2_desc.h
    webservices/axis2/trunk/c/include/axis2_description.h
    webservices/axis2/trunk/c/include/axis2_http_transport_utils.h
    webservices/axis2/trunk/c/include/axis2_module.h
    webservices/axis2/trunk/c/include/axis2_module_desc.h
    webservices/axis2/trunk/c/include/axis2_msg_ctx.h
    webservices/axis2/trunk/c/include/axis2_op_ctx.h
    webservices/axis2/trunk/c/include/axis2_options.h
    webservices/axis2/trunk/c/include/axis2_phase_resolver.h
    webservices/axis2/trunk/c/include/axis2_svc.h
    webservices/axis2/trunk/c/include/axis2_svc_grp.h
    webservices/axis2/trunk/c/include/axis2_svc_grp_ctx.h
    webservices/axis2/trunk/c/include/axis2_util.h
    webservices/axis2/trunk/c/modules/core/addr/any_content_type.c
    webservices/axis2/trunk/c/modules/core/clientapi/async_result.c
    webservices/axis2/trunk/c/modules/core/clientapi/callback.c
    webservices/axis2/trunk/c/modules/core/clientapi/callback_recv.c
    webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.c
    webservices/axis2/trunk/c/modules/core/clientapi/op_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/options.c
    webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c
    webservices/axis2/trunk/c/modules/core/context/conf_ctx.c
    webservices/axis2/trunk/c/modules/core/context/ctx.c
    webservices/axis2/trunk/c/modules/core/context/msg_ctx.c
    webservices/axis2/trunk/c/modules/core/context/op_ctx.c
    webservices/axis2/trunk/c/modules/core/context/svc_ctx.c
    webservices/axis2/trunk/c/modules/core/context/svc_grp_ctx.c
    webservices/axis2/trunk/c/modules/core/deployment/arch_file_data.c
    webservices/axis2/trunk/c/modules/core/deployment/axis2_arch_file_data.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_deployment.h
    webservices/axis2/trunk/c/modules/core/deployment/conf_init.c
    webservices/axis2/trunk/c/modules/core/deployment/dep_engine.c
    webservices/axis2/trunk/c/modules/core/deployment/desc_builder.c
    webservices/axis2/trunk/c/modules/core/deployment/phases_info.c
    webservices/axis2/trunk/c/modules/core/description/desc.c
    webservices/axis2/trunk/c/modules/core/description/module_desc.c
    webservices/axis2/trunk/c/modules/core/description/op.c
    webservices/axis2/trunk/c/modules/core/description/svc.c
    webservices/axis2/trunk/c/modules/core/description/svc_grp.c
    webservices/axis2/trunk/c/modules/core/engine/conf.c
    webservices/axis2/trunk/c/modules/core/engine/engine.c
    webservices/axis2/trunk/c/modules/core/phaseresolver/phase_resolver.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/libcurl/axis2_libcurl.c
    webservices/axis2/trunk/c/modules/core/transport/http/util/http_transport_utils.c
    webservices/axis2/trunk/c/modules/core/util/core_utils.c
    webservices/axis2/trunk/c/modules/mod_addr/addr_in_handler.c
    webservices/axis2/trunk/c/modules/mod_addr/addr_out_handler.c
    webservices/axis2/trunk/c/modules/mod_addr/mod_addr.c
    webservices/axis2/trunk/c/modules/mod_log/mod_log.c
    webservices/axis2/trunk/c/savan/include/savan_client.h
    webservices/axis2/trunk/c/savan/include/savan_publishing_client.h
    webservices/axis2/trunk/c/savan/include/savan_util.h
    webservices/axis2/trunk/c/savan/samples/client/subscriber/subscriber.c
    webservices/axis2/trunk/c/savan/src/client/savan_client.c
    webservices/axis2/trunk/c/savan/src/core/mod_savan.c
    webservices/axis2/trunk/c/savan/src/core/savan_sub_processor.c
    webservices/axis2/trunk/c/savan/src/handlers/savan_out_handler.c
    webservices/axis2/trunk/c/savan/src/util/savan_util.c
    webservices/axis2/trunk/c/test/core/context/test_context.c
    webservices/axis2/trunk/c/test/core/deployment/test_deployment.c
    webservices/axis2/trunk/c/test/core/description/test_description.c
    webservices/axis2/trunk/c/tools/codegen/include/w2c_cmdline_option_parser.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_config_property_loader.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_engine_config_loader.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_engine_configuration.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_messages.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_properties.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_compiler_options.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_writer.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_writer_meta_info.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_typemapper.h
    webservices/axis2/trunk/c/tools/codegen/src/schema/compiler/schema_compiler.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/compiler/schema_compiler_options.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/compiler/schema_property_loader.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/compiler/schema_writer_meta_info.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/databinding_adb_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/writer/schema_c_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/writer/schema_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/schema/writer/schema_writer_protected.h
    webservices/axis2/trunk/c/tools/codegen/src/util/cmdline_option_parser.c
    webservices/axis2/trunk/c/tools/codegen/src/util/config_property_loader.c
    webservices/axis2/trunk/c/tools/codegen/src/util/messages.c
    webservices/axis2/trunk/c/tools/codegen/src/util/properties.c
    webservices/axis2/trunk/c/tools/codegen/src/util/typemapper.c
    webservices/axis2/trunk/c/tools/codegen/src/util/xslt_utils.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/emitter/c_emitter.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/engine.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/engine_config_loader.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/engine_configuration.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/extensions/c_qname2name_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/writer_protected.h
    webservices/axis2/trunk/c/tools/codegen/src/wsdl2code.c
    webservices/axis2/trunk/c/tools/codegen/test/unit/codegen/w2c_engine_test.c
    webservices/axis2/trunk/c/tools/codegen/test/unit/codegen/w2c_writer_test.c
    webservices/axis2/trunk/c/tools/codegen/test/unit/util/w2c_conf_test.c
    webservices/axis2/trunk/c/util/include/axis2_param.h
    webservices/axis2/trunk/c/util/include/axis2_param_container.h
    webservices/axis2/trunk/c/util/include/axis2_properties.h
    webservices/axis2/trunk/c/util/src/hash.c
    webservices/axis2/trunk/c/util/src/param.c
    webservices/axis2/trunk/c/util/src/param_container.c
    webservices/axis2/trunk/c/util/src/properties.c
    webservices/axis2/trunk/c/util/test/util/test_util.c
    webservices/axis2/trunk/c/woden/include/woden_attr_extensible.h
    webservices/axis2/trunk/c/woden/include/woden_binding.h
    webservices/axis2/trunk/c/woden/include/woden_binding_element.h
    webservices/axis2/trunk/c/woden/include/woden_binding_fault.h
    webservices/axis2/trunk/c/woden/include/woden_binding_fault_element.h
    webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref.h
    webservices/axis2/trunk/c/woden/include/woden_binding_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden_binding_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_binding_op.h
    webservices/axis2/trunk/c/woden/include/woden_binding_op_element.h
    webservices/axis2/trunk/c/woden/include/woden_bool_attr.h
    webservices/axis2/trunk/c/woden/include/woden_component_exts.h
    webservices/axis2/trunk/c/woden/include/woden_configurable.h
    webservices/axis2/trunk/c/woden/include/woden_configurable_component.h
    webservices/axis2/trunk/c/woden/include/woden_configurable_element.h
    webservices/axis2/trunk/c/woden/include/woden_desc.h
    webservices/axis2/trunk/c/woden/include/woden_desc_element.h
    webservices/axis2/trunk/c/woden/include/woden_direction.h
    webservices/axis2/trunk/c/woden/include/woden_documentable.h
    webservices/axis2/trunk/c/woden/include/woden_documentable_element.h
    webservices/axis2/trunk/c/woden/include/woden_documentation.h
    webservices/axis2/trunk/c/woden/include/woden_documentation_element.h
    webservices/axis2/trunk/c/woden/include/woden_element_decl.h
    webservices/axis2/trunk/c/woden/include/woden_element_extensible.h
    webservices/axis2/trunk/c/woden/include/woden_endpoint.h
    webservices/axis2/trunk/c/woden/include/woden_endpoint_element.h
    webservices/axis2/trunk/c/woden/include/woden_ext_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_ext_element.h
    webservices/axis2/trunk/c/woden/include/woden_ext_registry.h
    webservices/axis2/trunk/c/woden/include/woden_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_feature.h
    webservices/axis2/trunk/c/woden/include/woden_feature_element.h
    webservices/axis2/trunk/c/woden/include/woden_import.h
    webservices/axis2/trunk/c/woden/include/woden_import_element.h
    webservices/axis2/trunk/c/woden/include/woden_imported_schema.h
    webservices/axis2/trunk/c/woden/include/woden_include.h
    webservices/axis2/trunk/c/woden/include/woden_include_element.h
    webservices/axis2/trunk/c/woden/include/woden_inlined_schema.h
    webservices/axis2/trunk/c/woden/include/woden_interface.h
    webservices/axis2/trunk/c/woden/include/woden_interface_element.h
    webservices/axis2/trunk/c/woden/include/woden_interface_fault.h
    webservices/axis2/trunk/c/woden/include/woden_interface_fault_element.h
    webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref.h
    webservices/axis2/trunk/c/woden/include/woden_interface_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden_interface_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_interface_op.h
    webservices/axis2/trunk/c/woden/include/woden_interface_op_element.h
    webservices/axis2/trunk/c/woden/include/woden_msg_label.h
    webservices/axis2/trunk/c/woden/include/woden_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_nc_name.h
    webservices/axis2/trunk/c/woden/include/woden_nested_component.h
    webservices/axis2/trunk/c/woden/include/woden_nested_configurable.h
    webservices/axis2/trunk/c/woden/include/woden_nested_element.h
    webservices/axis2/trunk/c/woden/include/woden_property.h
    webservices/axis2/trunk/c/woden/include/woden_property_element.h
    webservices/axis2/trunk/c/woden/include/woden_qname_attr.h
    webservices/axis2/trunk/c/woden/include/woden_qname_list_attr.h
    webservices/axis2/trunk/c/woden/include/woden_qname_list_or_token_any_attr.h
    webservices/axis2/trunk/c/woden/include/woden_qname_or_token_any_attr.h
    webservices/axis2/trunk/c/woden/include/woden_schema.h
    webservices/axis2/trunk/c/woden/include/woden_soap_binding_exts.h
    webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_exts.h
    webservices/axis2/trunk/c/woden/include/woden_soap_binding_fault_ref_exts.h
    webservices/axis2/trunk/c/woden/include/woden_soap_binding_msg_ref_exts.h
    webservices/axis2/trunk/c/woden/include/woden_soap_binding_op_exts.h
    webservices/axis2/trunk/c/woden/include/woden_soap_fault_code.h
    webservices/axis2/trunk/c/woden/include/woden_soap_fault_subcodes.h
    webservices/axis2/trunk/c/woden/include/woden_soap_header_block.h
    webservices/axis2/trunk/c/woden/include/woden_soap_header_block_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_soap_header_block_element.h
    webservices/axis2/trunk/c/woden/include/woden_soap_module.h
    webservices/axis2/trunk/c/woden/include/woden_soap_module_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_soap_module_element.h
    webservices/axis2/trunk/c/woden/include/woden_string_attr.h
    webservices/axis2/trunk/c/woden/include/woden_svc.h
    webservices/axis2/trunk/c/woden/include/woden_svc_element.h
    webservices/axis2/trunk/c/woden/include/woden_type_def.h
    webservices/axis2/trunk/c/woden/include/woden_types.h
    webservices/axis2/trunk/c/woden/include/woden_types_element.h
    webservices/axis2/trunk/c/woden/include/woden_uri_attr.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_binding_op_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_desc_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_endpoint_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_ext_registry.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_interface_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_part.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_part_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_address_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_fault_ref_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_msg_ref_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_binding_op_exts.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_header_block_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_deserializer.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_soap_module_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl10_svc_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl_component.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl_element.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl_obj.h
    webservices/axis2/trunk/c/woden/include/woden_wsdl_ref.h
    webservices/axis2/trunk/c/woden/include/woden_xml_attr.h
    webservices/axis2/trunk/c/woden/include/woden_xml_char.h
    webservices/axis2/trunk/c/woden/src/builder/woden_reader.c
    webservices/axis2/trunk/c/woden/src/builder/wsdl10/woden_wsdl10_reader.c
    webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c
    webservices/axis2/trunk/c/woden/src/schema/woden_inlined_schema.c
    webservices/axis2/trunk/c/woden/src/schema/woden_schema.c
    webservices/axis2/trunk/c/woden/src/schema/woden_schema_constants.c
    webservices/axis2/trunk/c/woden/src/util/woden_om_util.c
    webservices/axis2/trunk/c/woden/src/util/woden_om_util.h
    webservices/axis2/trunk/c/woden/src/wsdl/woden_attr_extensible.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_binding.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_binding_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_binding_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_binding_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_component_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_configurable.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_configurable_component.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_configurable_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_documentable.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_documentable_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_documentation.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_documentation_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_element_decl.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_element_extensible.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_ext_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_feature.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_feature_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_import.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_import_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_include.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_include_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_interface.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_interface_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_interface_op.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_interface_op_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_nested_component.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_nested_configurable.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_nested_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_property.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_property_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_type_def.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_types.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_types_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_wsdl_component.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_wsdl_element.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_wsdl_obj.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_wsdl_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_soap_address_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_binding_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_binding_fault_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_binding_fault_ref_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_binding_msg_ref_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_binding_op_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_header_block.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_header_block_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_header_block_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_module.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_module_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/woden_wsdl10_soap_module_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/woden_wsdl10_ext_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/woden_wsdl10_ext_registry.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_part.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_binding_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_binding_op.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_desc.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_endpoint.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_interface_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_svc.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_part_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_binding_op_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_desc_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_endpoint_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_interface_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl10/xml/woden_wsdl10_svc_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_fault_ref_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_msg_ref_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_binding_op_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_header_block_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/soap/woden_soap_module_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/woden_ext_registry.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_fault.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_binding_op.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_desc.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_endpoint.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_interface_fault.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_interface_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_interface_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_svc.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_binding_fault_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_binding_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_binding_op_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_desc_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_endpoint_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_interface_fault_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_interface_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_interface_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/woden_svc_element.c
    webservices/axis2/trunk/c/woden/src/xml/woden_bool_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_qname_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_qname_list_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_qname_list_or_token_any_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_qname_or_token_any_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_string_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_uri_attr.c
    webservices/axis2/trunk/c/woden/src/xml/woden_xml_attr.c
    webservices/axis2/trunk/c/xml_schema/include/xml_schema.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotated.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_annotation.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_any.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_any_attribute.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_app_info.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_attribute_group_ref.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_builder.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_collection.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_extension.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_content_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_complex_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_constants.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_processing.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_content_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_data_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_derivation_method.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_documentation.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_element.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_enum.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_external.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_facet.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_form.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_group.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_base.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_group_ref.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_identity_constraint.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_import.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_obj.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_obj_collection.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_obj_table.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_particle.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_redefine.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_severity_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_content_extension.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_content_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_type_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_type_list.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_type_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_simple_type_union.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_tokenized_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_use.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema_xpath.h
    webservices/axis2/trunk/c/xml_schema/src/xml_schema.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_annotated.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_annotation.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_any.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_any_attribute.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_app_info.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_attribute.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_attribute_group.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_attribute_group_ref.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_builder.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_collection.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_complex_content.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_complex_content_extension.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_complex_content_restriction.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_complex_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_content_processing.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_content_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_data_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_documentation.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_element.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_enum.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_external.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_facet.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_form.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_group.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_group_base.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_group_ref.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_identity_constraint.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_import.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_obj.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_obj_collection.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_obj_table.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_particle.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_redefine.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_content.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_content_extension.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_content_restriction.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_type_content.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_type_list.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_type_restriction.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_simple_type_union.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_use.c
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_xpath.c
    webservices/axis2/trunk/c/xml_schema/src/xml_severity_type.c
    webservices/axis2/trunk/c/xml_schema/src/xml_tokenized_type.c

Modified: webservices/axis2/trunk/c/axiom/include/axiom_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_element.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_element.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_element.h Fri Mar 30 11:28:18 2007
@@ -25,7 +25,7 @@
 #include <axiom_children_iterator.h>
 #include <axiom_children_qname_iterator.h>
 #include <axiom_child_element_iterator.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_utils.h>
 
 #ifdef __cplusplus
@@ -275,20 +275,20 @@
      * get  the attribute list of the element 
      * @param om_element om element
      * @param env environment must not be null
-     * @returns axis2_hash poiner to attributes hash
+     * @returns axutil_hash poiner to attributes hash
      * This hash table is read only 
      */
-    AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
     axiom_element_get_all_attributes(axiom_element_t *om_element,
             const axutil_env_t *env);
     /**
      * get the namespace list of the element
      * @param om_element om element
      * @param env environment
-     * @returns axis2_hash pointer to namespaces hash
+     * @returns axutil_hash pointer to namespaces hash
      * this hash table is read only
      */
-    AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
     axiom_element_get_namespaces(axiom_element_t *om_element,
             const axutil_env_t *env);
     /**
@@ -475,7 +475,7 @@
      *  Extract attributes , returns a clones hash table of attributes,
      *  if attributes are associated with a namespace it is also cloned
      */
-    AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
     axiom_element_extract_attributes(axiom_element_t *om_element,
             const axutil_env_t *env,
             axiom_node_t *ele_node);

Modified: webservices/axis2/trunk/c/axiom/include/axiom_mime_parser.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_mime_parser.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_mime_parser.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_mime_parser.h Fri Mar 30 11:28:18 2007
@@ -29,7 +29,7 @@
 #include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_string.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_mime_const.h>
 
 #ifdef __cplusplus
@@ -45,14 +45,14 @@
       * @{
       */
 
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axiom_mime_parser_parse(axiom_mime_parser_t *mime_parser,
         const axutil_env_t *env,
         AXIS2_READ_INPUT_CALLBACK,
         void *callback_ctx,
         axis2_char_t *mime_boundary);
 
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axiom_mime_parser_get_mime_parts_map(axiom_mime_parser_t *mime_parser,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h Fri Mar 30 11:28:18 2007
@@ -97,7 +97,7 @@
     AXIS2_EXTERN axis2_status_t AXIS2_CALL 
     axiom_soap_builder_set_mime_body_parts(axiom_soap_builder_t *builder,
             const axutil_env_t *env,
-            axis2_hash_t *map);
+            axutil_hash_t *map);
 
 
     /** @} */

Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h Fri Mar 30 11:28:18 2007
@@ -28,7 +28,7 @@
 #include <axutil_array_list.h>
 #include <axiom_children_qname_iterator.h>
 #include <axiom_children_with_specific_attribute_iterator.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_soap_envelope.h>
 
 #ifdef __cplusplus
@@ -86,7 +86,7 @@
      * axiom_soap_header_t struct the message is sent to its ultimate
      * destination.
      */
-    AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
     axiom_soap_header_examine_header_blocks(axiom_soap_header_t* header,
             const axutil_env_t *env,
             axis2_char_t* param_role);
@@ -150,7 +150,7 @@
      * @returns a hash table of all header_blocks in this header
      * the returned hash is a readonly hash should not be modified
      */
-    AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
     axiom_soap_header_get_all_header_blocks(axiom_soap_header_t *header,
             const axutil_env_t *env);
     /**

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c Fri Mar 30 11:28:18 2007
@@ -18,12 +18,12 @@
 
 #include "axiom_mime_body_part.h"
 #include <axiom_data_handler.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 
 struct axiom_mime_body_part
 {
     /** hash map to hold header name, value pairs */
-    axis2_hash_t *header_map;
+    axutil_hash_t *header_map;
     axiom_data_handler_t *data_handler;
 };
 
@@ -48,7 +48,7 @@
     mime_body_part->header_map = NULL;
     mime_body_part->data_handler = NULL;
 
-    mime_body_part->header_map = axis2_hash_make(env);
+    mime_body_part->header_map = axutil_hash_make(env);
     if (!(mime_body_part->header_map))
     {
         axiom_mime_body_part_free(mime_body_part, env);
@@ -67,13 +67,13 @@
 
     if (mime_body_part->header_map)
     {
-        axis2_hash_index_t *hash_index = NULL;
+        axutil_hash_index_t *hash_index = NULL;
         const void *key = NULL;
         void *value = NULL;
-        for (hash_index = axis2_hash_first(mime_body_part->header_map, env);
-            hash_index; hash_index = axis2_hash_next(env, hash_index))
+        for (hash_index = axutil_hash_first(mime_body_part->header_map, env);
+            hash_index; hash_index = axutil_hash_next(env, hash_index))
         {
-            axis2_hash_this(hash_index, &key, NULL, &value);
+            axutil_hash_this(hash_index, &key, NULL, &value);
             if (value)
             {
                 AXIS2_FREE(env->allocator, value);
@@ -81,7 +81,7 @@
         }
 
     
-        axis2_hash_free(mime_body_part->header_map, env);
+        axutil_hash_free(mime_body_part->header_map, env);
         mime_body_part->header_map = NULL;
     }
 
@@ -103,7 +103,7 @@
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error, name, AXIS2_FAILURE);
 
-    axis2_hash_set(mime_body_part->header_map, name,
+    axutil_hash_set(mime_body_part->header_map, name,
         AXIS2_HASH_KEY_STRING, value);
     return AXIS2_SUCCESS;
 }
@@ -122,7 +122,7 @@
     const axutil_env_t *env,
     axis2_byte_t **output_stream, int *output_stream_size)
 {
-    axis2_hash_index_t *hash_index = NULL;
+    axutil_hash_index_t *hash_index = NULL;
     const void *key = NULL;
     void *value = NULL;
     axis2_char_t *header_str = NULL;
@@ -136,10 +136,10 @@
 
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
 
-    for (hash_index = axis2_hash_first(mime_body_part->header_map, env);
-        hash_index; hash_index = axis2_hash_next(env, hash_index))
+    for (hash_index = axutil_hash_first(mime_body_part->header_map, env);
+        hash_index; hash_index = axutil_hash_next(env, hash_index))
     {
-        axis2_hash_this(hash_index, &key, NULL, &value);
+        axutil_hash_this(hash_index, &key, NULL, &value);
         if (key && value)
         {
             temp_header_str = axis2_stracat(env, header_str, (axis2_char_t*)key);

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c Fri Mar 30 11:28:18 2007
@@ -22,7 +22,7 @@
 
 struct axiom_mime_parser
 {
-    axis2_hash_t *mime_parts_map;
+    axutil_hash_t *mime_parts_map;
     int soap_body_len;
     axis2_char_t* soap_body_str;
 };
@@ -53,7 +53,7 @@
     mime_parser->soap_body_len = 0;
     mime_parser->soap_body_str = NULL; /* shallow copy */
 
-    mime_parser->mime_parts_map = axis2_hash_make(env);
+    mime_parser->mime_parts_map = axutil_hash_make(env);
     if (!(mime_parser->mime_parts_map))
     {
         axiom_mime_parser_free(mime_parser, env);
@@ -81,7 +81,7 @@
 }
 
 
-AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
 axiom_mime_parser_parse(axiom_mime_parser_t *mime_parser,
     const axutil_env_t *env,
     AXIS2_READ_INPUT_CALLBACK callback,
@@ -416,7 +416,7 @@
                                 
                                 AXIOM_DATA_HANDLER_SET_BINARY_DATA(data_handler, env,
                                     mime_binary, mime_binary_len);
-                                axis2_hash_set(mime_parser->mime_parts_map, mime_id,
+                                axutil_hash_set(mime_parser->mime_parts_map, mime_id,
                                     AXIS2_HASH_KEY_STRING, data_handler);
                             }
                         }
@@ -462,7 +462,7 @@
     return mime_parser->mime_parts_map;
 }
 
-AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
 axiom_mime_parser_get_mime_parts_map(axiom_mime_parser_t *mime_parser,
     const axutil_env_t *env)
 {

Modified: webservices/axis2/trunk/c/axiom/src/om/om_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_element.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_element.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_element.c Fri Mar 30 11:28:18 2007
@@ -31,9 +31,9 @@
     /** Element's local name */
     axis2_string_t *localname;
     /** List of attributes */
-    axis2_hash_t *attributes;
+    axutil_hash_t *attributes;
     /** List of namespaces */
-    axis2_hash_t *namespaces;
+    axutil_hash_t *namespaces;
 
     axis2_qname_t *qname;
 
@@ -240,7 +240,7 @@
         {
             /** check for a default namepsace */
             axiom_namespace_t *default_ns = NULL;
-            axis2_hash_index_t *hashindex;
+            axutil_hash_index_t *hashindex;
 
             default_ns = axiom_element_get_default_namespace(om_element ,
                 env, element_node);
@@ -259,10 +259,10 @@
                 }
             }
             /** prefix is null , so iterate the namespaces hash to find the namespace */
-            for (hashindex = axis2_hash_first(om_element->namespaces, env);
-                hashindex; hashindex = axis2_hash_next(env, hashindex))
+            for (hashindex = axutil_hash_first(om_element->namespaces, env);
+                hashindex; hashindex = axutil_hash_next(env, hashindex))
             {
-                axis2_hash_this(hashindex, NULL, NULL, &ns);
+                axutil_hash_this(hashindex, NULL, NULL, &ns);
                 if (ns)
                 {
                     axiom_namespace_t *temp_ns = NULL;
@@ -286,7 +286,7 @@
         else if (prefix)
         {
             /** prefix is not null get namespace directly if exist */
-            ns = axis2_hash_get(om_element->namespaces, prefix,
+            ns = axutil_hash_get(om_element->namespaces, prefix,
                 AXIS2_HASH_KEY_STRING);
             if (ns)
             {
@@ -344,7 +344,7 @@
 
     if (!(om_element->namespaces))
     {
-        om_element->namespaces = axis2_hash_make(env);
+        om_element->namespaces = axutil_hash_make(env);
         if (!(om_element->namespaces))
         {
             return AXIS2_FAILURE;
@@ -352,7 +352,7 @@
     }
     if (prefix)
     {
-        axis2_hash_set(om_element->namespaces,
+        axutil_hash_set(om_element->namespaces,
             prefix, AXIS2_HASH_KEY_STRING, ns);
     }
     else
@@ -362,7 +362,7 @@
         memset(key, 0, sizeof(char)*10);
         om_element->next_ns_prefix_number++;
         key[0] = '\0';
-        axis2_hash_set(om_element->namespaces, key,
+        axutil_hash_set(om_element->namespaces, key,
             AXIS2_HASH_KEY_STRING, ns);
     }
     axiom_namespace_increment_ref(ns, env);
@@ -406,7 +406,7 @@
 
     if (!(om_element->namespaces))
     {
-        om_element->namespaces = axis2_hash_make(env);
+        om_element->namespaces = axutil_hash_make(env);
         if (!(om_element->namespaces))
         {
             return AXIS2_FAILURE;
@@ -414,7 +414,7 @@
     }
     if (prefix)
     {
-        axis2_hash_set(om_element->namespaces,
+        axutil_hash_set(om_element->namespaces,
             prefix, AXIS2_HASH_KEY_STRING, ns);
     }
     else
@@ -424,7 +424,7 @@
         memset(key, 0, sizeof(char)*10);
         om_element->next_ns_prefix_number++;
         key[0] = '\0';
-        axis2_hash_set(om_element->namespaces, key,
+        axutil_hash_set(om_element->namespaces, key,
             AXIS2_HASH_KEY_STRING,  ns);
     }
     axiom_namespace_increment_ref(ns, env);
@@ -438,7 +438,7 @@
     const axis2_char_t * uri,
     const axis2_char_t * prefix)
 {
-    axis2_hash_index_t *hash_index = NULL;
+    axutil_hash_index_t *hash_index = NULL;
     void *ns = NULL;
     AXIS2_ENV_CHECK(env, NULL);
     AXIS2_PARAM_CHECK(env->error, uri, NULL);
@@ -450,10 +450,10 @@
     if (!prefix || axis2_strcmp(prefix, "") == 0)
     {
         /** prefix null iterate the namespace hash for matching uri */
-        for (hash_index = axis2_hash_first(om_element->namespaces, env);
-            hash_index; hash_index = axis2_hash_next(env, hash_index))
+        for (hash_index = axutil_hash_first(om_element->namespaces, env);
+            hash_index; hash_index = axutil_hash_next(env, hash_index))
         {
-            axis2_hash_this(hash_index, NULL, NULL, &ns);
+            axutil_hash_this(hash_index, NULL, NULL, &ns);
             if (ns)
             {
                 axiom_namespace_t *temp_ns = NULL;
@@ -476,7 +476,7 @@
     else if (prefix)
     {
         axiom_namespace_t *found_ns = NULL;
-        ns = axis2_hash_get(om_element->namespaces, prefix, AXIS2_HASH_KEY_STRING);
+        ns = axutil_hash_get(om_element->namespaces, prefix, AXIS2_HASH_KEY_STRING);
         if (ns)
         {
             axis2_char_t *found_uri = NULL;
@@ -552,7 +552,7 @@
 
     if (!(om_element->attributes))
     {
-        om_element->attributes = axis2_hash_make(env);
+        om_element->attributes = axutil_hash_make(env);
         if (!(om_element->attributes))
         {
             return AXIS2_FAILURE;
@@ -563,7 +563,7 @@
     if (qname)
     {
         axis2_char_t *name = axis2_qname_to_string(qname, env);
-        axis2_hash_set(om_element->attributes,
+        axutil_hash_set(om_element->attributes,
             name, AXIS2_HASH_KEY_STRING,
             attribute);
     }
@@ -585,7 +585,7 @@
 
     if ((om_element->attributes) && name)
     {
-        attr = (axiom_attribute_t*)(axis2_hash_get(om_element->attributes,
+        attr = (axiom_attribute_t*)(axutil_hash_get(om_element->attributes,
             name, AXIS2_HASH_KEY_STRING));
     }
     return attr;
@@ -611,36 +611,36 @@
     }
     if (om_element->attributes)
     {
-        axis2_hash_index_t *hi;
+        axutil_hash_index_t *hi;
         void *val = NULL;
 
-        for (hi = axis2_hash_first(om_element->attributes, env); hi;
-            hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(om_element->attributes, env); hi;
+            hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, NULL, NULL, &val);
+            axutil_hash_this(hi, NULL, NULL, &val);
 
             if (val)
             {
                 axiom_attribute_free((axiom_attribute_t *)val, env);
             }
         }
-        axis2_hash_free(om_element->attributes, env);
+        axutil_hash_free(om_element->attributes, env);
     }
 
     if (om_element->namespaces)
     {
-        axis2_hash_index_t *hi;
+        axutil_hash_index_t *hi;
         void *val = NULL;
-        for (hi = axis2_hash_first(om_element->namespaces, env); hi;
-            hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(om_element->namespaces, env); hi;
+            hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, NULL, NULL, &val);
+            axutil_hash_this(hi, NULL, NULL, &val);
             if (val)
             {
                 axiom_namespace_free((axiom_namespace_t *)val, env);
             }
         }
-        axis2_hash_free(om_element->namespaces, env);
+        axutil_hash_free(om_element->namespaces, env);
     }
     if (om_element->qname)
     {
@@ -705,12 +705,12 @@
     }
     if (om_element->attributes)
     {
-        axis2_hash_index_t *hi;
+        axutil_hash_index_t *hi;
         void *val;
-        for (hi = axis2_hash_first(om_element->attributes, env); hi;
-            hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(om_element->attributes, env); hi;
+            hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, NULL, NULL, &val);
+            axutil_hash_this(hi, NULL, NULL, &val);
 
             if (val)
             {
@@ -728,12 +728,12 @@
 
     if (om_element->namespaces)
     {
-        axis2_hash_index_t *hi;
+        axutil_hash_index_t *hi;
         void *val;
-        for (hi = axis2_hash_first(om_element->namespaces, env); hi;
-            hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(om_element->namespaces, env); hi;
+            hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, NULL, NULL, &val);
+            axutil_hash_this(hi, NULL, NULL, &val);
 
             if (val)
             {
@@ -854,7 +854,7 @@
     return AXIS2_SUCCESS;
 }
 
-AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
 axiom_element_get_all_attributes(axiom_element_t *om_element,
     const axutil_env_t *env)
 {
@@ -862,7 +862,7 @@
     return om_element->attributes;
 }
 
-AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
 axiom_element_get_namespaces(axiom_element_t *om_element,
     const axutil_env_t *env)
 {
@@ -1007,7 +1007,7 @@
         name = axis2_qname_to_string(qname, env);
         if (name)
         {
-            axis2_hash_set(om_element->attributes, name,
+            axutil_hash_set(om_element->attributes, name,
                 AXIS2_HASH_KEY_STRING, NULL);
             return AXIS2_SUCCESS;
         }
@@ -1238,7 +1238,7 @@
 
     if (om_element->namespaces)
     {
-        default_ns = axis2_hash_get(om_element->namespaces, "",
+        default_ns = axutil_hash_get(om_element->namespaces, "",
             AXIS2_HASH_KEY_STRING);
         if (default_ns)
         {
@@ -1285,14 +1285,14 @@
     }
     if (om_element->namespaces)
     {
-        om_element->namespaces = axis2_hash_make(env);
+        om_element->namespaces = axutil_hash_make(env);
         if (!(om_element->namespaces))
         {
             return NULL;
         }
     }
 
-    axis2_hash_set(om_element->namespaces, "",
+    axutil_hash_set(om_element->namespaces, "",
         AXIS2_HASH_KEY_STRING, default_ns);
     axiom_namespace_increment_ref(default_ns, env);
     return default_ns;
@@ -1318,7 +1318,7 @@
 
     if (om_element->namespaces)
     {
-        ns = axis2_hash_get(om_element->namespaces, prefix,
+        ns = axutil_hash_get(om_element->namespaces, prefix,
             AXIS2_HASH_KEY_STRING);
         if (ns)
         {
@@ -1355,7 +1355,7 @@
 
     if ((om_element->attributes) && (NULL != name))
     {
-        attr = (axiom_attribute_t*) axis2_hash_get(om_element->attributes,
+        attr = (axiom_attribute_t*) axutil_hash_get(om_element->attributes,
             name, AXIS2_HASH_KEY_STRING);
         if (attr)
         {
@@ -1377,13 +1377,13 @@
     return AXIS2_SUCCESS;
 }
 
-AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
 axiom_element_extract_attributes(axiom_element_t *om_element,
     const axutil_env_t *env,
     axiom_node_t *ele_node)
 {
-    axis2_hash_index_t *hi = NULL;
-    axis2_hash_t *ht_cloned = NULL;
+    axutil_hash_index_t *hi = NULL;
+    axutil_hash_t *ht_cloned = NULL;
 
     axiom_attribute_t *om_attr = NULL;
     axiom_attribute_t *cloned_attr = NULL;
@@ -1399,18 +1399,18 @@
     {
         return NULL;
     }
-    ht_cloned = axis2_hash_make(env);
+    ht_cloned = axutil_hash_make(env);
     if (!ht_cloned)
     {
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
 
-    for (hi = axis2_hash_first(om_element->attributes, env);
-        hi; hi = axis2_hash_next(env, hi))
+    for (hi = axutil_hash_first(om_element->attributes, env);
+        hi; hi = axutil_hash_next(env, hi))
     {
         void *val = NULL;
-        axis2_hash_this(hi, NULL, NULL, &val);
+        axutil_hash_this(hi, NULL, NULL, &val);
         if (val)
         {
             om_attr = (axiom_attribute_t *)val;
@@ -1424,7 +1424,7 @@
             }
             qn = axiom_attribute_get_qname(cloned_attr, env);
             key = axis2_qname_to_string(qn, env);
-            axis2_hash_set(ht_cloned, key, AXIS2_HASH_KEY_STRING, cloned_attr);
+            axutil_hash_set(ht_cloned, key, AXIS2_HASH_KEY_STRING, cloned_attr);
         }
         val = NULL;
         key = NULL;
@@ -1442,19 +1442,19 @@
     const axutil_env_t *env,
     axis2_char_t *attr_name)
 {
-    axis2_hash_index_t *hi = NULL;
+    axutil_hash_index_t *hi = NULL;
 
     AXIS2_PARAM_CHECK(env->error, attr_name, NULL);
     if (!om_element->attributes)
     {
         return NULL;
     }
-    for (hi = axis2_hash_first(om_element->attributes, env); hi;
-         hi = axis2_hash_next(env, hi))
+    for (hi = axutil_hash_first(om_element->attributes, env); hi;
+         hi = axutil_hash_next(env, hi))
     {
         void *attr = NULL;
         axiom_attribute_t *om_attr = NULL;
-        axis2_hash_this(hi, NULL, NULL, &attr);
+        axutil_hash_this(hi, NULL, NULL, &attr);
         if (attr)
         {
             axis2_char_t *this_attr_name;

Modified: webservices/axis2/trunk/c/axiom/src/om/om_node.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_node.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_node.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_node.c Fri Mar 30 11:28:18 2007
@@ -512,7 +512,7 @@
     axiom_node_t *temp_node = NULL;
     axiom_node_t *nodes[256];
     int count = 0;
-    axis2_hash_t *namespaces = NULL;
+    axutil_hash_t *namespaces = NULL;
 
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
 
@@ -521,7 +521,7 @@
         return AXIS2_SUCCESS;
     }
 
-    namespaces = axis2_hash_make(env);
+    namespaces = axutil_hash_make(env);
     nodes[count++] = om_node;
 
     AXIS2_PARAM_CHECK(env->error, om_output, AXIS2_FAILURE);
@@ -532,7 +532,7 @@
         {
             if (om_node->data_element)
             {
-                axis2_hash_t *temp_namespaces = NULL;
+                axutil_hash_t *temp_namespaces = NULL;
                 axiom_namespace_t *namespace = NULL;
                 status = axiom_element_serialize_start_part(
                     (axiom_element_t *)(om_node->data_element),
@@ -543,9 +543,9 @@
                     (axiom_element_t *)(om_node->data_element), env);
                 if (temp_namespaces)
                 {
-                    axis2_hash_t *new_hash = NULL;
-                    new_hash = axis2_hash_overlay(temp_namespaces, env, namespaces);
-                    axis2_hash_free(namespaces, env);
+                    axutil_hash_t *new_hash = NULL;
+                    new_hash = axutil_hash_overlay(temp_namespaces, env, namespaces);
+                    axutil_hash_free(namespaces, env);
                     namespaces = new_hash;
                 }
                 namespace = axiom_element_get_namespace(
@@ -557,11 +557,11 @@
                     prefix = axiom_namespace_get_prefix(namespace, env);
                     if (prefix)
                     {
-                        ns = axis2_hash_get(namespaces, prefix, AXIS2_HASH_KEY_STRING);
+                        ns = axutil_hash_get(namespaces, prefix, AXIS2_HASH_KEY_STRING);
                         if (!ns)
                         {
                             axiom_namespace_serialize(namespace, env, om_output);
-                            axis2_hash_set(namespaces, prefix, 
+                            axutil_hash_set(namespaces, prefix, 
                                 AXIS2_HASH_KEY_STRING, namespace);
                         }
                     }

Modified: webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c Fri Mar 30 11:28:18 2007
@@ -46,7 +46,7 @@
     int current_event;
 
     int element_level;
-    axis2_hash_t *declared_namespaces;
+    axutil_hash_t *declared_namespaces;
 };
 
 AXIS2_EXTERN axiom_stax_builder_t *AXIS2_CALL
@@ -76,7 +76,7 @@
     om_builder->root_node = NULL;
     om_builder->element_level = 0;
 
-    om_builder->declared_namespaces = axis2_hash_make(env);
+    om_builder->declared_namespaces = axutil_hash_make(env);
 
     om_builder->document = axiom_document_create(env, NULL, om_builder);
     if (!om_builder->document)
@@ -352,7 +352,7 @@
             status = axiom_element_declare_namespace_assume_param_ownership(om_ele,
                 env, om_ns);
             prefix = axiom_namespace_get_prefix(om_ns, env);
-            axis2_hash_set(om_builder->declared_namespaces,
+            axutil_hash_set(om_builder->declared_namespaces,
                 prefix, AXIS2_HASH_KEY_STRING, om_ns);
         }
         axis2_string_free(temp_ns_uri_str, env);
@@ -367,7 +367,7 @@
     temp_prefix = AXIOM_XML_READER_GET_PREFIX(om_builder->parser, env);
     if (temp_prefix)
     {
-        om_ns = axis2_hash_get(om_builder->declared_namespaces,
+        om_ns = axutil_hash_get(om_builder->declared_namespaces,
             temp_prefix, AXIS2_HASH_KEY_STRING);
 
         if (om_ns)
@@ -767,7 +767,7 @@
 
     if (om_builder->declared_namespaces)
     {
-        axis2_hash_free(om_builder->declared_namespaces, env);
+        axutil_hash_free(om_builder->declared_namespaces, env);
         om_builder->declared_namespaces = NULL;
     }
 

Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c Fri Mar 30 11:28:18 2007
@@ -23,7 +23,7 @@
 #include <axis2_string.h>
 #include <string.h>
 #include <axis2_stack.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axutil_array_list.h>
 
 /*******************************************************************************/
@@ -72,7 +72,7 @@
 
     axis2_bool_t in_start_element;
 
-    axis2_hash_t *uri_prefix_map;
+    axutil_hash_t *uri_prefix_map;
 
     uri_prefix_element_t *default_lang_namespace;
 
@@ -352,7 +352,7 @@
         writer_impl->encoding = axis2_strdup(env, ENCODING);
     }
 
-    writer_impl->uri_prefix_map = axis2_hash_make(env);
+    writer_impl->uri_prefix_map = axutil_hash_make(env);
     if (!(writer_impl->uri_prefix_map))
     {
         axis2_libxml2_writer_wrapper_free(&(writer_impl->writer), env);
@@ -445,7 +445,7 @@
         writer_impl->encoding = axis2_strdup(env, ENCODING);
     }
 
-    writer_impl->uri_prefix_map = axis2_hash_make(env);
+    writer_impl->uri_prefix_map = axutil_hash_make(env);
     if (!(writer_impl->uri_prefix_map))
     {
         axis2_libxml2_writer_wrapper_free(&(writer_impl->writer), env);
@@ -575,7 +575,7 @@
     }
     if (writer_impl->uri_prefix_map)
     {
-        axis2_hash_free(writer_impl->uri_prefix_map, env);
+        axutil_hash_free(writer_impl->uri_prefix_map, env);
         writer_impl->uri_prefix_map = NULL;
     }
     if (writer_impl->stack)
@@ -1376,7 +1376,7 @@
             if (ele)
             {
                 axutil_array_list_add(current_list, env, ele);
-                axis2_hash_set(writer_impl->uri_prefix_map, ele->key,
+                axutil_hash_set(writer_impl->uri_prefix_map, ele->key,
                     AXIS2_HASH_KEY_STRING, ele->prefix);
             }
         }
@@ -1395,7 +1395,7 @@
     if (writer_impl->uri_prefix_map && NULL != key)
     {
         void *ret = NULL;
-        ret = axis2_hash_get(writer_impl->uri_prefix_map, key,
+        ret = axutil_hash_get(writer_impl->uri_prefix_map, key,
             AXIS2_HASH_KEY_STRING);
         if (ret)
         {

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_body.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_body.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_body.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_body.c Fri Mar 30 11:28:18 2007
@@ -17,7 +17,7 @@
 
 #include "_axiom_soap_envelope.h"
 #include "_axiom_soap_body.h"
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_soap_const.h>
 #include <axiom_soap_builder.h>
 #include <axiom_soap_fault_code.h>

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c Fri Mar 30 11:28:18 2007
@@ -81,7 +81,7 @@
 
     axis2_bool_t  done;
 
-    axis2_hash_t *mime_body_parts;
+    axutil_hash_t *mime_body_parts;
 
 };
 
@@ -174,13 +174,13 @@
     
     if (soap_builder->mime_body_parts)
     {
-        axis2_hash_index_t *hi = NULL;
+        axutil_hash_index_t *hi = NULL;
         void *val = NULL;
         const void *key = NULL;
-        for (hi = axis2_hash_first(soap_builder->mime_body_parts, env);
-                hi; hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(soap_builder->mime_body_parts, env);
+                hi; hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, &key, NULL, &val);
+            axutil_hash_this(hi, &key, NULL, &val);
 
             if (key)
             {
@@ -191,7 +191,7 @@
             key = NULL;
         }
 
-        axis2_hash_free(soap_builder->mime_body_parts, env);
+        axutil_hash_free(soap_builder->mime_body_parts, env);
         soap_builder->mime_body_parts = NULL;
     }
 
@@ -414,7 +414,7 @@
                                 id += 4;
                                 if (soap_builder->mime_body_parts)
                                 {
-                                    data_handler = (axiom_data_handler_t *)axis2_hash_get(
+                                    data_handler = (axiom_data_handler_t *)axutil_hash_get(
                                                 soap_builder->mime_body_parts,
                                                 (void*)id, AXIS2_HASH_KEY_STRING);
                                     if (data_handler)
@@ -831,7 +831,7 @@
 axiom_soap_builder_set_mime_body_parts
 (axiom_soap_builder_t *soap_builder,
         const axutil_env_t *env,
-        axis2_hash_t *map)
+        axutil_hash_t *map)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     soap_builder->mime_body_parts = map;

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_envelope.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_envelope.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_envelope.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_envelope.c Fri Mar 30 11:28:18 2007
@@ -19,7 +19,7 @@
 #include <axiom_soap_body.h>
 #include <axiom_soap_header.h>
 #include <axiom_soap_header_block.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_soap_const.h>
 #include <axiom_soap_builder.h>
 #include <axiom_soap_fault_code.h>

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_header.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_header.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_header.c Fri Mar 30 11:28:18 2007
@@ -18,7 +18,7 @@
 #include  "_axiom_soap_envelope.h"
 #include "_axiom_soap_header.h"
 #include <axiom_soap_header_block.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_soap_const.h>
 #include <axiom_soap_builder.h>
 #include <stdio.h>
@@ -31,7 +31,7 @@
 
     int soap_version;
 
-    axis2_hash_t *header_blocks;
+    axutil_hash_t *header_blocks;
 
     int hbnumber;
 
@@ -150,12 +150,12 @@
 
     if (soap_header->header_blocks)
     {
-        axis2_hash_index_t *hi = NULL;
+        axutil_hash_index_t *hi = NULL;
         void *val = NULL;
-        for (hi = axis2_hash_first(soap_header->header_blocks , env); hi;
-                hi = axis2_hash_next(env, hi))
+        for (hi = axutil_hash_first(soap_header->header_blocks , env); hi;
+                hi = axutil_hash_next(env, hi))
         {
-            axis2_hash_this(hi, NULL , NULL, &val);
+            axutil_hash_this(hi, NULL , NULL, &val);
 
             if (val)
             {
@@ -164,7 +164,7 @@
             }
         }
 
-        axis2_hash_free(soap_header->header_blocks, env);
+        axutil_hash_free(soap_header->header_blocks, env);
     }
     if (soap_header->header_block_keys)
     {
@@ -251,7 +251,7 @@
         return  NULL;
     }
 }
-AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
 axiom_soap_header_examine_header_blocks
 (axiom_soap_header_t* soap_header,
         const axutil_env_t *env,
@@ -410,13 +410,13 @@
 
     if (soap_header->header_blocks)
     {
-        axis2_hash_set(soap_header->header_blocks,
+        axutil_hash_set(soap_header->header_blocks,
                 key , AXIS2_HASH_KEY_STRING, header_block);
     }
     else
     {
-        soap_header->header_blocks = axis2_hash_make(env);
-        axis2_hash_set(soap_header->header_blocks,
+        soap_header->header_blocks = axutil_hash_make(env);
+        axutil_hash_set(soap_header->header_blocks,
                 key , AXIS2_HASH_KEY_STRING, header_block);
     }
     if (soap_header->header_block_keys)
@@ -444,7 +444,7 @@
         const axis2_char_t *ns_uri)
 {
     axutil_array_list_t *header_block_list = NULL;
-    axis2_hash_index_t *hash_index = NULL;
+    axutil_hash_index_t *hash_index = NULL;
 
     axiom_soap_header_block_t *header_block = NULL;
 
@@ -467,10 +467,10 @@
     if (!header_block_list)
         return NULL;
 
-    for (hash_index = axis2_hash_first(soap_header->header_blocks, env);
-            hash_index; hash_index = axis2_hash_next(env, hash_index))
+    for (hash_index = axutil_hash_first(soap_header->header_blocks, env);
+            hash_index; hash_index = axutil_hash_next(env, hash_index))
     {
-        axis2_hash_this(hash_index, NULL, NULL, &hb);
+        axutil_hash_this(hash_index, NULL, NULL, &hb);
         if (hb)
         {
             header_block = (axiom_soap_header_block_t*)hb;
@@ -514,7 +514,7 @@
     return NULL;
 }
 
-AXIS2_EXTERN axis2_hash_t* AXIS2_CALL
+AXIS2_EXTERN axutil_hash_t* AXIS2_CALL
 axiom_soap_header_get_all_header_blocks(axiom_soap_header_t *soap_header,
         const axutil_env_t *env)
 {
@@ -529,7 +529,7 @@
     axis2_char_t *qn_localname = NULL;
     axis2_char_t *qname_ns = NULL;
     axis2_char_t *qname_prefix = NULL;
-    axis2_hash_index_t *hi  = NULL;
+    axutil_hash_index_t *hi  = NULL;
 
     AXIS2_PARAM_CHECK(env->error, qname, AXIS2_FAILURE);
 
@@ -541,13 +541,13 @@
         return AXIS2_FAILURE;
 
 
-    for (hi = axis2_hash_first(soap_header->header_blocks, env);
-            hi; hi = axis2_hash_next(env, hi))
+    for (hi = axutil_hash_first(soap_header->header_blocks, env);
+            hi; hi = axutil_hash_next(env, hi))
     {
         const void *key = NULL;
         void *val = NULL;
 
-        axis2_hash_this(hi, &key, NULL, &val);
+        axutil_hash_this(hi, &key, NULL, &val);
         if (val)
         {
             axiom_soap_header_block_t *header_block = NULL;
@@ -566,7 +566,7 @@
                 {
                     AXIOM_NODE_DETACH(node, env);
                     AXIOM_NODE_FREE_TREE(node, env);
-                    axis2_hash_set(soap_header->header_blocks, key, AXIS2_HASH_KEY_STRING,
+                    axutil_hash_set(soap_header->header_blocks, key, AXIS2_HASH_KEY_STRING,
                             NULL);
                     axiom_soap_header_block_free(header_block, env);
                     return AXIS2_SUCCESS;

Modified: webservices/axis2/trunk/c/axiom/src/util/om_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/util/om_util.c?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/util/om_util.c (original)
+++ webservices/axis2/trunk/c/axiom/src/util/om_util.c Fri Mar 30 11:28:18 2007
@@ -683,8 +683,8 @@
     axis2_char_t *child_localname   = NULL;
     axiom_element_t *om_ele      = NULL;
     axiom_attribute_t *om_attr   = NULL;
-    axis2_hash_t *attr_ht           = NULL;
-    axis2_hash_index_t *hi          = NULL;
+    axutil_hash_t *attr_ht           = NULL;
+    axutil_hash_index_t *hi          = NULL;
     axis2_char_t *om_attr_value     = NULL;
     axis2_char_t *om_attr_name      = NULL;
 
@@ -710,11 +710,11 @@
                     attr_ht = axiom_element_get_all_attributes(om_ele, env);
                     if (attr_ht)
                     {
-                        for (hi = axis2_hash_first(attr_ht, env);  hi;
-                            hi = axis2_hash_next(env, hi))
+                        for (hi = axutil_hash_first(attr_ht, env);  hi;
+                            hi = axutil_hash_next(env, hi))
                         {
                             void *val = NULL;
-                            axis2_hash_this(hi, NULL, NULL, &val);
+                            axutil_hash_this(hi, NULL, NULL, &val);
                             if (val)
                             {
                                 om_attr = (axiom_attribute_t *)val;
@@ -760,11 +760,11 @@
                     if (attr_ht)
                     {
 
-                        for (hi = axis2_hash_first(attr_ht, env);  hi;
-                            hi = axis2_hash_next(env, hi))
+                        for (hi = axutil_hash_first(attr_ht, env);  hi;
+                            hi = axutil_hash_next(env, hi))
                         {
                             void *val = NULL;
-                            axis2_hash_this(hi, NULL, NULL, &val);
+                            axutil_hash_this(hi, NULL, NULL, &val);
                             if (val)
                             {
                                 om_attr = (axiom_attribute_t *)val;
@@ -814,8 +814,8 @@
     axiom_attribute_t *om_attr = NULL;
     axis2_char_t *om_attr_name = NULL;
     axis2_char_t *om_attr_value = NULL;
-    axis2_hash_index_t *hi      = NULL;
-    axis2_hash_t *attr_ht       = NULL;
+    axutil_hash_index_t *hi      = NULL;
+    axutil_hash_t *attr_ht       = NULL;
 
     AXIS2_PARAM_CHECK(env->error, ele_node, NULL);
     AXIS2_PARAM_CHECK(env->error, localname, NULL);
@@ -836,11 +836,11 @@
                     attr_ht = axiom_element_get_all_attributes(om_ele, env);
                     if (attr_ht)
                     {
-                        for (hi = axis2_hash_first(attr_ht, env);  hi;
-                            hi = axis2_hash_next(env, hi))
+                        for (hi = axutil_hash_first(attr_ht, env);  hi;
+                            hi = axutil_hash_next(env, hi))
                         {
                             void *val = NULL;
-                            axis2_hash_this(hi, NULL, NULL, &val);
+                            axutil_hash_this(hi, NULL, NULL, &val);
                             if (val)
                             {
                                 om_attr = (axiom_attribute_t *)val;
@@ -890,8 +890,8 @@
     axiom_attribute_t *om_attr = NULL;
     axis2_char_t *om_attr_value   = NULL;
     axis2_char_t *om_attr_name    = NULL;
-    axis2_hash_t *attr_ht         = NULL;
-    axis2_hash_index_t *hi        = NULL;
+    axutil_hash_t *attr_ht         = NULL;
+    axutil_hash_index_t *hi        = NULL;
 
     AXIS2_PARAM_CHECK(env->error, ele_node, NULL);
 
@@ -911,11 +911,11 @@
                     attr_ht = axiom_element_get_all_attributes(om_ele, env);
                     if (attr_ht)
                     {
-                        for (hi = axis2_hash_first(attr_ht, env);  hi;
-                            hi = axis2_hash_next(env, hi))
+                        for (hi = axutil_hash_first(attr_ht, env);  hi;
+                            hi = axutil_hash_next(env, hi))
                         {
                             void *val = NULL;
-                            axis2_hash_this(hi, NULL, NULL, &val);
+                            axutil_hash_this(hi, NULL, NULL, &val);
                             if (val)
                             {
                                 om_attr = (axiom_attribute_t *)val;

Modified: webservices/axis2/trunk/c/include/axis2_any_content_type.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_any_content_type.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_any_content_type.h (original)
+++ webservices/axis2/trunk/c/include/axis2_any_content_type.h Fri Mar 30 11:28:18 2007
@@ -30,7 +30,7 @@
 #include <axis2_defines.h>
 #include <axutil_env.h>
 #include <axis2_const.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_qname.h>
 
 #ifdef __cplusplus
@@ -83,7 +83,7 @@
      * @return pointer to hash table containing all values, returns a 
      * reference, not a cloned copy 
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_any_content_type_get_value_map(const axis2_any_content_type_t *any_content_type,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/include/axis2_conf.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_conf.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_conf.h (original)
+++ webservices/axis2/trunk/c/include/axis2_conf.h Fri Mar 30 11:28:18 2007
@@ -45,7 +45,7 @@
 #include <axis2_transport_in_desc.h>
 #include <axis2_transport_out_desc.h>
 #include <axis2_qname.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_phases_info.h>
 #include <axis2_msg_recv.h>
 
@@ -108,7 +108,7 @@
      * @return pointer to hash table containing the service groups, returns 
      * a reference, not a cloned copy
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_conf_get_all_svc_grps(const axis2_conf_t *conf,
         const axutil_env_t *env);
 
@@ -354,7 +354,7 @@
      * @return a pointer to the hash table of faulty services. Returns a 
      * reference, not a cloned copy
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_conf_get_all_faulty_svcs(const axis2_conf_t *conf,
         const axutil_env_t *env);
 
@@ -367,7 +367,7 @@
      * @return a pointer to the hash table of faulty modules. Returns a 
      * reference, not a cloned copy
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_conf_get_all_faulty_modules(const axis2_conf_t *conf,
         const axutil_env_t *env);
 
@@ -378,7 +378,7 @@
      * @return a pointer to the hash table of services. Returns a 
      * reference, not a cloned copy
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_conf_get_all_svcs(const axis2_conf_t *conf,
         const axutil_env_t *env);
 
@@ -501,7 +501,7 @@
      * @return a pointer to hash table containing the list of modules. 
      * Returns a reference, not a cloned copy
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_conf_get_all_modules(const axis2_conf_t *conf,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/include/axis2_conf_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_conf_ctx.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_conf_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_conf_ctx.h Fri Mar 30 11:28:18 2007
@@ -34,7 +34,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axutil_env.h>
 #include <axis2_ctx.h>
 #include <axis2_svc_grp_ctx.h>
@@ -99,7 +99,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash map containing all operation contexts
      */
-    AXIS2_EXTERN axis2_hash_t * AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t * AXIS2_CALL
     axis2_conf_ctx_get_op_ctx_map(const axis2_conf_ctx_t *conf_ctx,
         const axutil_env_t *env);
 
@@ -109,7 +109,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash map containing all service contexts
      */
-    AXIS2_EXTERN axis2_hash_t * AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t * AXIS2_CALL
     axis2_conf_ctx_get_svc_ctx_map(const axis2_conf_ctx_t *conf_ctx,
         const axutil_env_t *env);
 
@@ -119,7 +119,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash map containing all service group contexts
      */
-    AXIS2_EXTERN axis2_hash_t * AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t * AXIS2_CALL
     axis2_conf_ctx_get_svc_grp_ctx_map(const axis2_conf_ctx_t *conf_ctx,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/include/axis2_core_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_core_utils.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_core_utils.h (original)
+++ webservices/axis2/trunk/c/include/axis2_core_utils.h Fri Mar 30 11:28:18 2007
@@ -51,7 +51,7 @@
                                     
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_core_utils_calculate_default_module_version(const axutil_env_t *env, 
-        axis2_hash_t *modules_map, 
+        axutil_hash_t *modules_map, 
         struct axis2_conf *axis_conf);
     
     AXIS2_EXTERN axis2_char_t * AXIS2_CALL

Modified: webservices/axis2/trunk/c/include/axis2_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_ctx.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_ctx.h Fri Mar 30 11:28:18 2007
@@ -36,7 +36,7 @@
  */
 
 #include <axis2_defines.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axutil_env.h>
 #include <axis2_property.h>
 
@@ -96,7 +96,7 @@
      * @return pointer to the hash map which stores the non-persistent
      * properties
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_ctx_get_property_map(const axis2_ctx_t *ctx,
         const axutil_env_t *env);
 
@@ -106,7 +106,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash table containing all properties
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_ctx_get_all_properties(const axis2_ctx_t *ctx,
         const axutil_env_t *env);
 
@@ -131,7 +131,7 @@
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_ctx_set_property_map(struct axis2_ctx *ctx,
         const axutil_env_t *env,
-        axis2_hash_t *map);
+        axutil_hash_t *map);
 
 #ifdef __cplusplus
 }

Modified: webservices/axis2/trunk/c/include/axis2_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_desc.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_desc.h Fri Mar 30 11:28:18 2007
@@ -27,7 +27,7 @@
  */
 
 #include <axis2_param_container.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axis2_description.h>
 
 #ifdef __cplusplus
@@ -125,7 +125,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash map containing children
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_desc_get_all_children(const axis2_desc_t *desc,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/include/axis2_description.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_description.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_description.h (original)
+++ webservices/axis2/trunk/c/include/axis2_description.h Fri Mar 30 11:28:18 2007
@@ -29,7 +29,7 @@
 #include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_string.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 
 #ifdef __cplusplus
 extern "C"

Modified: webservices/axis2/trunk/c/include/axis2_http_transport_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport_utils.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport_utils.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport_utils.h Fri Mar 30 11:28:18 2007
@@ -35,7 +35,7 @@
 #include <axiom_stax_builder.h>
 #include <axis2_msg_ctx.h>
 #include <axis2_conf_ctx.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 #include <axiom_element.h>
 #include <axis2_stream.h>
 #include <axiom_soap_envelope.h>
@@ -81,7 +81,7 @@
         axis2_string_t *soap_action_header,
         const axis2_char_t *request_uri,
         axis2_conf_ctx_t *conf_ctx,
-        axis2_hash_t *request_params);
+        axutil_hash_t *request_params);
 
     AXIS2_EXTERN axiom_stax_builder_t *AXIS2_CALL
     axis2_http_transport_utils_select_builder_for_mime(
@@ -106,7 +106,7 @@
         const axutil_env_t *env, 
         axis2_msg_ctx_t *msg_ctx);
 
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_http_transport_utils_get_request_params(
         const axutil_env_t *env,
         axis2_char_t *request_uri);
@@ -116,7 +116,7 @@
         const axutil_env_t *env,
         axis2_conf_ctx_t *conf_ctx);
 
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_http_transport_utils_get_request_params(
         const axutil_env_t *env,
         axis2_char_t *request_uri);

Modified: webservices/axis2/trunk/c/include/axis2_module.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_module.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_module.h (original)
+++ webservices/axis2/trunk/c/include/axis2_module.h Fri Mar 30 11:28:18 2007
@@ -44,7 +44,7 @@
 #include <axis2_string.h>
 #include <axis2_conf.h>
 #include <axis2_module_desc.h>
-#include <axis2_hash.h>
+#include <axutil_hash.h>
 
 
 #ifdef __cplusplus
@@ -109,7 +109,7 @@
         /** operations of module */
         axis2_module_ops_t *ops;
         /** hash map of handler create functions */
-        axis2_hash_t *handler_create_func_map;
+        axutil_hash_t *handler_create_func_map;
     };
 
     /**

Modified: webservices/axis2/trunk/c/include/axis2_module_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_module_desc.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_module_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_module_desc.h Fri Mar 30 11:28:18 2007
@@ -198,7 +198,7 @@
      * @param env pointer to environment struct
      * @return pointer to hash map containing the operations
      */
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_module_desc_get_all_ops(const axis2_module_desc_t *module_desc,
         const axutil_env_t *env);
 

Modified: webservices/axis2/trunk/c/include/axis2_msg_ctx.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_ctx.h?view=diff&rev=524225&r1=524224&r2=524225
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_ctx.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_ctx.h Fri Mar 30 11:28:18 2007
@@ -1394,14 +1394,14 @@
     axis2_msg_ctx_reset_http_out_transport_info(axis2_msg_ctx_t *msg_ctx,
         const axutil_env_t *env);
 
-    AXIS2_EXTERN axis2_hash_t *AXIS2_CALL
+    AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axis2_msg_ctx_get_transport_headers(axis2_msg_ctx_t *msg_ctx,
         const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axis2_msg_ctx_set_transport_headers(axis2_msg_ctx_t *msg_ctx,
         const axutil_env_t *env,
-        axis2_hash_t *transport_headers);
+        axutil_hash_t *transport_headers);
 
     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
     axis2_msg_ctx_get_transfer_encoding(axis2_msg_ctx_t *msg_ctx,



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org