You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/05/31 17:54:39 UTC

svn commit: r410566 [1/49] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/attachments/ axiom/src/om/ axiom/src/parser/guththila/ axiom/src/parser/libxml2/ axiom/src/soap/ axiom/test/om/ axiom/test/soap/ axiom/test/unit/om/ include/ modules/c...

Author: samisa
Date: Wed May 31 08:54:07 2006
New Revision: 410566

URL: http://svn.apache.org/viewvc?rev=410566&view=rev
Log:
Replaced the double pointer parameter for environment with single const pointer
This would make the code more efficinet and also removed the unwanted use of double pointer parameter

Modified:
    webservices/axis2/trunk/c/axiom/include/axis2_data_handler.h
    webservices/axis2/trunk/c/axiom/include/axis2_mime_parser.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_attribute.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_child_element_iterator.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_children_iterator.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_children_qname_iterator.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_children_with_specific_attribute_iterator.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_comment.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_doctype.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_document.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_element.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_namespace.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_navigator.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_node.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_output.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_processing_instruction.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_stax_builder.h
    webservices/axis2/trunk/c/axiom/include/axis2_om_text.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_body.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_builder.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_envelope.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_code.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_detail.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_node.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_reason.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_role.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_sub_code.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_text.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_value.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_header.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_header_block.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_message.h
    webservices/axis2/trunk/c/axiom/include/axis2_xml_reader.h
    webservices/axis2/trunk/c/axiom/include/axis2_xml_writer.h
    webservices/axis2/trunk/c/axiom/src/attachments/axis2_mime_body_part.h
    webservices/axis2/trunk/c/axiom/src/attachments/axis2_mime_output.h
    webservices/axis2/trunk/c/axiom/src/attachments/data_handler.c
    webservices/axis2/trunk/c/axiom/src/attachments/mime_body_part.c
    webservices/axis2/trunk/c/axiom/src/attachments/mime_output.c
    webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
    webservices/axis2/trunk/c/axiom/src/om/axis2_om_namespace_internal.h
    webservices/axis2/trunk/c/axiom/src/om/axis2_om_node_internal.h
    webservices/axis2/trunk/c/axiom/src/om/axis2_om_stax_builder_internal.h
    webservices/axis2/trunk/c/axiom/src/om/om_attribute.c
    webservices/axis2/trunk/c/axiom/src/om/om_child_element_iterator.c
    webservices/axis2/trunk/c/axiom/src/om/om_children_iterator.c
    webservices/axis2/trunk/c/axiom/src/om/om_children_qname_iterator.c
    webservices/axis2/trunk/c/axiom/src/om/om_children_with_specific_attribute_iterator.c
    webservices/axis2/trunk/c/axiom/src/om/om_comment.c
    webservices/axis2/trunk/c/axiom/src/om/om_doctype.c
    webservices/axis2/trunk/c/axiom/src/om/om_document.c
    webservices/axis2/trunk/c/axiom/src/om/om_element.c
    webservices/axis2/trunk/c/axiom/src/om/om_namespace.c
    webservices/axis2/trunk/c/axiom/src/om/om_navigator.c
    webservices/axis2/trunk/c/axiom/src/om/om_node.c
    webservices/axis2/trunk/c/axiom/src/om/om_output.c
    webservices/axis2/trunk/c/axiom/src/om/om_processing_instruction.c
    webservices/axis2/trunk/c/axiom/src/om/om_stax_builder.c
    webservices/axis2/trunk/c/axiom/src/om/om_text.c
    webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c
    webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_writer_wrapper.c
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_reader_wrapper.c
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/libxml2_writer_wrapper.c
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_body.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_envelope.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_code.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_detail.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_node.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_reason.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_role.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_sub_code.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_text.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_fault_value.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_header.h
    webservices/axis2/trunk/c/axiom/src/soap/_axis2_soap_header_block.h
    webservices/axis2/trunk/c/axiom/src/soap/axis2_soap11_builder_helper.h
    webservices/axis2/trunk/c/axiom/src/soap/axis2_soap12_builder_helper.h
    webservices/axis2/trunk/c/axiom/src/soap/soap11_builder_helper.c
    webservices/axis2/trunk/c/axiom/src/soap/soap12_builder_helper.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_fault.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_code.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_detail.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_node.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_reason.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_role.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_sub_code.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_text.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_fault_value.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_header.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_header_block.c
    webservices/axis2/trunk/c/axiom/src/soap/soap_message.c
    webservices/axis2/trunk/c/axiom/test/om/test_om.c
    webservices/axis2/trunk/c/axiom/test/soap/test_soap.c
    webservices/axis2/trunk/c/axiom/test/unit/om/om_node_test.c
    webservices/axis2/trunk/c/include/axis2_addr_mod.h
    webservices/axis2/trunk/c/include/axis2_any_content_type.h
    webservices/axis2/trunk/c/include/axis2_async_result.h
    webservices/axis2/trunk/c/include/axis2_call.h
    webservices/axis2/trunk/c/include/axis2_callback.h
    webservices/axis2/trunk/c/include/axis2_conf.h
    webservices/axis2/trunk/c/include/axis2_conf_ctx.h
    webservices/axis2/trunk/c/include/axis2_ctx.h
    webservices/axis2/trunk/c/include/axis2_di_client.h
    webservices/axis2/trunk/c/include/axis2_disp.h
    webservices/axis2/trunk/c/include/axis2_disp_checker.h
    webservices/axis2/trunk/c/include/axis2_endpoint_ref.h
    webservices/axis2/trunk/c/include/axis2_flow.h
    webservices/axis2/trunk/c/include/axis2_flow_container.h
    webservices/axis2/trunk/c/include/axis2_handler.h
    webservices/axis2/trunk/c/include/axis2_handler_desc.h
    webservices/axis2/trunk/c/include/axis2_http_chunked_stream.h
    webservices/axis2/trunk/c/include/axis2_http_client.h
    webservices/axis2/trunk/c/include/axis2_http_header.h
    webservices/axis2/trunk/c/include/axis2_http_out_transport_info.h
    webservices/axis2/trunk/c/include/axis2_http_request_line.h
    webservices/axis2/trunk/c/include/axis2_http_response_writer.h
    webservices/axis2/trunk/c/include/axis2_http_server.h
    webservices/axis2/trunk/c/include/axis2_http_simple_request.h
    webservices/axis2/trunk/c/include/axis2_http_simple_response.h
    webservices/axis2/trunk/c/include/axis2_http_status_line.h
    webservices/axis2/trunk/c/include/axis2_http_svr_thread.h
    webservices/axis2/trunk/c/include/axis2_http_transport_sender.h
    webservices/axis2/trunk/c/include/axis2_http_transport_utils.h
    webservices/axis2/trunk/c/include/axis2_http_worker.h
    webservices/axis2/trunk/c/include/axis2_mep_client.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_msg_info_headers.h
    webservices/axis2/trunk/c/include/axis2_msg_recv.h
    webservices/axis2/trunk/c/include/axis2_op.h
    webservices/axis2/trunk/c/include/axis2_op_client.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.h
    webservices/axis2/trunk/c/include/axis2_phase_holder.h
    webservices/axis2/trunk/c/include/axis2_phase_resolver.h
    webservices/axis2/trunk/c/include/axis2_phase_rule.h
    webservices/axis2/trunk/c/include/axis2_phases_info.h
    webservices/axis2/trunk/c/include/axis2_raw_xml_in_out_msg_recv.h
    webservices/axis2/trunk/c/include/axis2_relates_to.h
    webservices/axis2/trunk/c/include/axis2_rest_sender.h
    webservices/axis2/trunk/c/include/axis2_simple_http_svr_conn.h
    webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h
    webservices/axis2/trunk/c/include/axis2_stub.h
    webservices/axis2/trunk/c/include/axis2_svc.h
    webservices/axis2/trunk/c/include/axis2_svc_client.h
    webservices/axis2/trunk/c/include/axis2_svc_ctx.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_svc_name.h
    webservices/axis2/trunk/c/include/axis2_svc_skeleton.h
    webservices/axis2/trunk/c/include/axis2_svr_callback.h
    webservices/axis2/trunk/c/include/axis2_transport_in_desc.h
    webservices/axis2/trunk/c/include/axis2_transport_out_desc.h
    webservices/axis2/trunk/c/include/axis2_transport_receiver.h
    webservices/axis2/trunk/c/include/axis2_transport_sender.h
    webservices/axis2/trunk/c/include/axis2_wsdl11_mep_finder.h
    webservices/axis2/trunk/c/include/axis2_wsdl_binding.h
    webservices/axis2/trunk/c/include/axis2_wsdl_binding_fault.h
    webservices/axis2/trunk/c/include/axis2_wsdl_binding_msg_ref.h
    webservices/axis2/trunk/c/include/axis2_wsdl_binding_op.h
    webservices/axis2/trunk/c/include/axis2_wsdl_component.h
    webservices/axis2/trunk/c/include/axis2_wsdl_desc.h
    webservices/axis2/trunk/c/include/axis2_wsdl_endpoint.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_address.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_binding.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_body.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_header.h
    webservices/axis2/trunk/c/include/axis2_wsdl_ext_soap_op.h
    webservices/axis2/trunk/c/include/axis2_wsdl_extensible_attribute.h
    webservices/axis2/trunk/c/include/axis2_wsdl_extensible_component.h
    webservices/axis2/trunk/c/include/axis2_wsdl_extensible_element.h
    webservices/axis2/trunk/c/include/axis2_wsdl_fault_ref.h
    webservices/axis2/trunk/c/include/axis2_wsdl_feature.h
    webservices/axis2/trunk/c/include/axis2_wsdl_import.h
    webservices/axis2/trunk/c/include/axis2_wsdl_include.h
    webservices/axis2/trunk/c/include/axis2_wsdl_interface.h
    webservices/axis2/trunk/c/include/axis2_wsdl_msg_ref.h
    webservices/axis2/trunk/c/include/axis2_wsdl_op.h
    webservices/axis2/trunk/c/include/axis2_wsdl_property.h
    webservices/axis2/trunk/c/include/axis2_wsdl_pump.h
    webservices/axis2/trunk/c/include/axis2_wsdl_soap_op.h
    webservices/axis2/trunk/c/include/axis2_wsdl_svc.h
    webservices/axis2/trunk/c/include/axis2_wsdl_types.h
    webservices/axis2/trunk/c/modules/core/addr/any_content_type.c
    webservices/axis2/trunk/c/modules/core/addr/endpoint_ref.c
    webservices/axis2/trunk/c/modules/core/addr/msg_info_headers.c
    webservices/axis2/trunk/c/modules/core/addr/relates_to.c
    webservices/axis2/trunk/c/modules/core/addr/svc_name.c
    webservices/axis2/trunk/c/modules/core/clientapi/async_result.c
    webservices/axis2/trunk/c/modules/core/clientapi/axis2_msg_sender.h
    webservices/axis2/trunk/c/modules/core/clientapi/call.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/callback_recv.h
    webservices/axis2/trunk/c/modules/core/clientapi/diclient/di_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.c
    webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
    webservices/axis2/trunk/c/modules/core/clientapi/mep_client.c
    webservices/axis2/trunk/c/modules/core/clientapi/msg_sender.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/stub.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/arch_reader.c
    webservices/axis2/trunk/c/modules/core/deployment/axis2_arch_file_data.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_arch_reader.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_init.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_dep_engine.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_desc_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_module_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_repos_listener.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_grp_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_ws_info.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_ws_info_list.h
    webservices/axis2/trunk/c/modules/core/deployment/conf_builder.c
    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/module_builder.c
    webservices/axis2/trunk/c/modules/core/deployment/phases_info.c
    webservices/axis2/trunk/c/modules/core/deployment/repos_listener.c
    webservices/axis2/trunk/c/modules/core/deployment/svc_builder.c
    webservices/axis2/trunk/c/modules/core/deployment/svc_grp_builder.c
    webservices/axis2/trunk/c/modules/core/deployment/ws_info.c
    webservices/axis2/trunk/c/modules/core/deployment/ws_info_list.c
    webservices/axis2/trunk/c/modules/core/description/flow.c
    webservices/axis2/trunk/c/modules/core/description/flow_container.c
    webservices/axis2/trunk/c/modules/core/description/handler_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/phase_rule.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/description/transport_in_desc.c
    webservices/axis2/trunk/c/modules/core/description/transport_out_desc.c
    webservices/axis2/trunk/c/modules/core/engine/addr_disp.c
    webservices/axis2/trunk/c/modules/core/engine/axis2_engine.h
    webservices/axis2/trunk/c/modules/core/engine/axis2_event.h
    webservices/axis2/trunk/c/modules/core/engine/conf.c
    webservices/axis2/trunk/c/modules/core/engine/ctx_handler.c
    webservices/axis2/trunk/c/modules/core/engine/disp.c
    webservices/axis2/trunk/c/modules/core/engine/disp_checker.c
    webservices/axis2/trunk/c/modules/core/engine/engine.c
    webservices/axis2/trunk/c/modules/core/engine/event.c
    webservices/axis2/trunk/c/modules/core/engine/handler.c
    webservices/axis2/trunk/c/modules/core/engine/phase.c
    webservices/axis2/trunk/c/modules/core/engine/req_uri_disp.c
    webservices/axis2/trunk/c/modules/core/engine/soap_action_disp.c
    webservices/axis2/trunk/c/modules/core/engine/soap_body_disp.c
    webservices/axis2/trunk/c/modules/core/phaseresolver/phase_holder.c
    webservices/axis2/trunk/c/modules/core/phaseresolver/phase_resolver.c
    webservices/axis2/trunk/c/modules/core/receivers/msg_recv.c
    webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c
    webservices/axis2/trunk/c/modules/core/receivers/svr_callback.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_chunked_stream.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_header.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_request_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_simple_request.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_simple_response.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_status_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_response_writer.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_server.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/simple_http_svr_conn.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/ssl/ssl_stream.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/ssl/ssl_stream.h
    webservices/axis2/trunk/c/modules/core/transport/http/sender/ssl/ssl_utils.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/ssl/ssl_utils.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_out_transport_info.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c
    webservices/axis2/trunk/c/modules/core/util/axis2_core_utils.h
    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/wsdl/builder/wsdl11_mep_finder.c
    webservices/axis2/trunk/c/modules/wsdl/builder/wsdl_pump.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_binding.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_binding_fault.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_binding_msg_ref.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_binding_op.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_component.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_desc.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_endpoint.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_ext_soap_address.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_ext_soap_binding.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_ext_soap_body.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_ext_soap_header.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_ext_soap_op.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_extensible_attribute.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_extensible_component.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_extensible_element.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_fault_ref.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_feature.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_import.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_include.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_interface.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_msg_ref.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_op.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_property.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_soap_op.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_svc.c
    webservices/axis2/trunk/c/modules/wsdl/wsdl_types.c
    webservices/axis2/trunk/c/samples/client/echo/echo.c
    webservices/axis2/trunk/c/samples/client/google/google_client.c
    webservices/axis2/trunk/c/samples/client/math/axis2_math_stub.c
    webservices/axis2/trunk/c/samples/client/math/axis2_math_stub.h
    webservices/axis2/trunk/c/samples/client/math/math_client.c
    webservices/axis2/trunk/c/samples/client/mtom/mtom_client.c
    webservices/axis2/trunk/c/samples/client/notify/notify_client.c
    webservices/axis2/trunk/c/samples/server/echo/echo.c
    webservices/axis2/trunk/c/samples/server/echo/echo.h
    webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c
    webservices/axis2/trunk/c/samples/server/math/math.c
    webservices/axis2/trunk/c/samples/server/math/math.h
    webservices/axis2/trunk/c/samples/server/math/math_skeleton.c
    webservices/axis2/trunk/c/samples/server/mtom/mtom.c
    webservices/axis2/trunk/c/samples/server/mtom/mtom.h
    webservices/axis2/trunk/c/samples/server/mtom/mtom_skeleton.c
    webservices/axis2/trunk/c/samples/server/notify/notify.c
    webservices/axis2/trunk/c/samples/server/notify/notify.h
    webservices/axis2/trunk/c/samples/server/notify/notify_skeleton.c
    webservices/axis2/trunk/c/samples/server/sg_math/add.c
    webservices/axis2/trunk/c/samples/server/sg_math/add.h
    webservices/axis2/trunk/c/samples/server/sg_math/add_skeleton.c
    webservices/axis2/trunk/c/samples/server/sg_math/div.c
    webservices/axis2/trunk/c/samples/server/sg_math/div.h
    webservices/axis2/trunk/c/samples/server/sg_math/div_skeleton.c
    webservices/axis2/trunk/c/samples/server/sg_math/mul.c
    webservices/axis2/trunk/c/samples/server/sg_math/mul.h
    webservices/axis2/trunk/c/samples/server/sg_math/mul_skeleton.c
    webservices/axis2/trunk/c/samples/server/sg_math/sub.c
    webservices/axis2/trunk/c/samples/server/sg_math/sub.h
    webservices/axis2/trunk/c/samples/server/sg_math/sub_skeleton.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking_addr.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking_dual.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking_soap11.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_rest.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.h
    webservices/axis2/trunk/c/test/core/addr/test_addr.c
    webservices/axis2/trunk/c/test/core/clientapi/test_clientapi.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/test/core/engine/test_engine.c
    webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c
    webservices/axis2/trunk/c/test/itest/whitemesa/round1/round1_client.c
    webservices/axis2/trunk/c/test/itest/whitemesa/round2/round2_client.c
    webservices/axis2/trunk/c/test/unit/core/deployment/test_dep_engine.c
    webservices/axis2/trunk/c/test/unit/core/deployment/test_phases_info.c
    webservices/axis2/trunk/c/test/unit/core/description/test_flow.c
    webservices/axis2/trunk/c/test/unit/core/description/test_handler_desc.c
    webservices/axis2/trunk/c/test/unit/core/description/test_op.c
    webservices/axis2/trunk/c/test/unit/core/description/test_svc.c
    webservices/axis2/trunk/c/test/unit/core/engine/test_conf.c
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/test_phase_holder.c
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/test_resolver.c
    webservices/axis2/trunk/c/test/unit/wsdl/test_wsdl_component.c
    webservices/axis2/trunk/c/test/wsdl/builder/print/test_print.c
    webservices/axis2/trunk/c/util/include/axis2_array_list.h
    webservices/axis2/trunk/c/util/include/axis2_class_loader.h
    webservices/axis2/trunk/c/util/include/axis2_dir_handler.h
    webservices/axis2/trunk/c/util/include/axis2_dll_desc.h
    webservices/axis2/trunk/c/util/include/axis2_env.h
    webservices/axis2/trunk/c/util/include/axis2_file.h
    webservices/axis2/trunk/c/util/include/axis2_file_diff.h
    webservices/axis2/trunk/c/util/include/axis2_generic_obj.h
    webservices/axis2/trunk/c/util/include/axis2_hash.h
    webservices/axis2/trunk/c/util/include/axis2_linked_list.h
    webservices/axis2/trunk/c/util/include/axis2_network_handler.h
    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_property.h
    webservices/axis2/trunk/c/util/include/axis2_qname.h
    webservices/axis2/trunk/c/util/include/axis2_stack.h
    webservices/axis2/trunk/c/util/include/axis2_stream.h
    webservices/axis2/trunk/c/util/include/axis2_string.h
    webservices/axis2/trunk/c/util/include/axis2_string_util.h
    webservices/axis2/trunk/c/util/include/axis2_thread_pool.h
    webservices/axis2/trunk/c/util/include/axis2_url.h
    webservices/axis2/trunk/c/util/include/axis2_utils.h
    webservices/axis2/trunk/c/util/include/axis2_uuid_gen.h
    webservices/axis2/trunk/c/util/src/array_list.c
    webservices/axis2/trunk/c/util/src/class_loader.c
    webservices/axis2/trunk/c/util/src/dir_handler.c
    webservices/axis2/trunk/c/util/src/dll_desc.c
    webservices/axis2/trunk/c/util/src/env.c
    webservices/axis2/trunk/c/util/src/file.c
    webservices/axis2/trunk/c/util/src/file_diff.c
    webservices/axis2/trunk/c/util/src/generic_obj.c
    webservices/axis2/trunk/c/util/src/hash.c
    webservices/axis2/trunk/c/util/src/linked_list.c
    webservices/axis2/trunk/c/util/src/log.c
    webservices/axis2/trunk/c/util/src/minizip/axis2_archive_extract.h
    webservices/axis2/trunk/c/util/src/network_handler.c
    webservices/axis2/trunk/c/util/src/param.c
    webservices/axis2/trunk/c/util/src/param_container.c
    webservices/axis2/trunk/c/util/src/platforms/windows/thread_windows.c
    webservices/axis2/trunk/c/util/src/property.c
    webservices/axis2/trunk/c/util/src/qname.c
    webservices/axis2/trunk/c/util/src/stack.c
    webservices/axis2/trunk/c/util/src/stream.c
    webservices/axis2/trunk/c/util/src/string.c
    webservices/axis2/trunk/c/util/src/string_util.c
    webservices/axis2/trunk/c/util/src/thread_pool.c
    webservices/axis2/trunk/c/util/src/url.c
    webservices/axis2/trunk/c/util/src/utils.c
    webservices/axis2/trunk/c/util/src/uuid_gen.c
    webservices/axis2/trunk/c/util/test/unit/util/util_array_list_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_class_loader_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_dir_handler_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_hash_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_linked_list_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_log_test.c
    webservices/axis2/trunk/c/util/test/unit/util/util_stream_test.c
    webservices/axis2/trunk/c/util/test/util/test_log.c
    webservices/axis2/trunk/c/util/test/util/test_log.h
    webservices/axis2/trunk/c/util/test/util/test_thread.c
    webservices/axis2/trunk/c/util/test/util/test_thread.h
    webservices/axis2/trunk/c/util/test/util/test_util.c
    webservices/axis2/trunk/c/woden/include/woden/axis2_woden_wsdl_obj.h
    webservices/axis2/trunk/c/woden/include/woden/schema/axis2_woden_imported_schema.h
    webservices/axis2/trunk/c/woden/include/woden/schema/axis2_woden_inlined_schema.h
    webservices/axis2/trunk/c/woden/include/woden/schema/axis2_woden_schema.h
    webservices/axis2/trunk/c/woden/include/woden/types/woden_nc_name.h
    webservices/axis2/trunk/c/woden/include/woden/util/axis2_om_util.h
    webservices/axis2/trunk/c/woden/include/woden/util/axis2_woden_generic_obj.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_binding.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_binding_fault.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_binding_fault_ref.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_binding_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_binding_op.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_configurable.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_configurable_component.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_desc.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_documentable.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_documentation.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_element_decl.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_endpoint.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_feature.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_interface.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_interface_fault.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_interface_fault_ref.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_interface_msg_ref.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_interface_op.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_nested_component.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_nested_configurable.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_property.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_svc.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_type_def.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_types.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_wsdl_component.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/axis2_woden_wsdl_ref.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/enumeration/axis2_woden_direction.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/enumeration/axis2_woden_msg_label.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/extensions/axis2_woden_attr_extensible.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/extensions/axis2_woden_component_exts.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/extensions/axis2_woden_element_extensible.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/extensions/axis2_woden_ext_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/extensions/axis2_woden_ext_registry.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_binding_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_binding_fault_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_binding_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_binding_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_binding_op_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_configurable_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_desc_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_documentable_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_documentation_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_endpoint_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_feature_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_import_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_include_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_interface_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_interface_fault_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_interface_fault_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_interface_msg_ref_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_interface_op_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_nested_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_property_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_svc_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_types_element.h
    webservices/axis2/trunk/c/woden/include/woden/wsdl20/xml/axis2_woden_wsdl_element.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_bool_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_qname_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_qname_list_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_qname_list_or_token_any_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_qname_or_token_any_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_string_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_uri_attr.h
    webservices/axis2/trunk/c/woden/include/woden/xml/axis2_woden_xml_attr.h
    webservices/axis2/trunk/c/woden/src/schema/imported_schema.c
    webservices/axis2/trunk/c/woden/src/schema/inlined_schema.c
    webservices/axis2/trunk/c/woden/src/schema/schema.c
    webservices/axis2/trunk/c/woden/src/types/nc_name.c
    webservices/axis2/trunk/c/woden/src/util/component_model_builder.c
    webservices/axis2/trunk/c/woden/src/util/generic_obj.c
    webservices/axis2/trunk/c/woden/src/util/om_util.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_op.c
    webservices/axis2/trunk/c/woden/src/wsdl20/configurable.c
    webservices/axis2/trunk/c/woden/src/wsdl20/configurable_component.c
    webservices/axis2/trunk/c/woden/src/wsdl20/desc.c
    webservices/axis2/trunk/c/woden/src/wsdl20/documentable.c
    webservices/axis2/trunk/c/woden/src/wsdl20/documentation.c
    webservices/axis2/trunk/c/woden/src/wsdl20/element_decl.c
    webservices/axis2/trunk/c/woden/src/wsdl20/endpoint.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/attr_extensible.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/component_exts.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/element_extensible.c
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_registry.c
    webservices/axis2/trunk/c/woden/src/wsdl20/feature.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface_msg_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c
    webservices/axis2/trunk/c/woden/src/wsdl20/nested_component.c
    webservices/axis2/trunk/c/woden/src/wsdl20/nested_configurable.c
    webservices/axis2/trunk/c/woden/src/wsdl20/property.c
    webservices/axis2/trunk/c/woden/src/wsdl20/svc.c
    webservices/axis2/trunk/c/woden/src/wsdl20/type_def.c
    webservices/axis2/trunk/c/woden/src/wsdl20/types.c
    webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_component.c
    webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_obj.c
    webservices/axis2/trunk/c/woden/src/wsdl20/wsdl_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/binding_op_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/configurable_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/desc_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/documentable_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/documentation_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/endpoint_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/feature_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/import_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/include_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_fault_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_msg_ref_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/interface_op_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/nested_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/property_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/svc_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/xml/types_element.c
    webservices/axis2/trunk/c/woden/src/xml/bool_attr.c
    webservices/axis2/trunk/c/woden/src/xml/qname_attr.c
    webservices/axis2/trunk/c/woden/src/xml/qname_list_attr.c
    webservices/axis2/trunk/c/woden/src/xml/qname_list_or_token_any_attr.c
    webservices/axis2/trunk/c/woden/src/xml/qname_or_token_any_attr.c
    webservices/axis2/trunk/c/woden/src/xml/string_attr.c
    webservices/axis2/trunk/c/woden/src/xml/uri_attr.c
    webservices/axis2/trunk/c/woden/src/xml/xml_attr.c
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_om_util.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_annotated.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_annotation.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_any.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_any_attribute.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_app_info.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_attribute.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_attribute_group.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_attribute_group_ref.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_builder.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_collection.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_complex_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_complex_content_extension.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_complex_content_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_complex_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_content_processing.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_content_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_data_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_derivation_method.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_documentation.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_element.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_enum.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_external.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_facet.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_form.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_group.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_group_base.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_group_ref.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_identity_constraint.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_import.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_obj.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_obj_collection.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_obj_table.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_particle.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_redefine.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_content_extension.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_content_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_type_content.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_type_list.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_type_restriction.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_simple_type_union.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_use.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_schema_xpath.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_severity_type.h
    webservices/axis2/trunk/c/xml_schema/include/xml_schema/axis2_xml_tokenized_type.h
    webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c

Modified: webservices/axis2/trunk/c/axiom/include/axis2_data_handler.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_data_handler.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_data_handler.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_data_handler.h Wed May 31 08:54:07 2006
@@ -63,37 +63,37 @@
 {
 	axis2_char_t *(AXIS2_CALL *
     get_content_type)(axis2_data_handler_t *data_handler, 
-        axis2_env_t **env); 
+        const axis2_env_t *env); 
 	
 	axis2_byte_t* (AXIS2_CALL *
     get_input_stream)(axis2_data_handler_t *data_handler, 
-        axis2_env_t **env); 
+        const axis2_env_t *env); 
 
     axis2_status_t (AXIS2_CALL *
     read_from)(axis2_data_handler_t *data_handler, 
-        axis2_env_t **env, 
+        const axis2_env_t *env, 
         axis2_byte_t** output_stream, 
         int *output_stream_size);
 
     axis2_status_t (AXIS2_CALL *
     set_binary_data)(axis2_data_handler_t *data_handler, 
-        axis2_env_t **env, 
+        const axis2_env_t *env, 
         axis2_byte_t* input_stream, 
         int input_stream_len);
 
     axis2_status_t (AXIS2_CALL *
     write_to)(axis2_data_handler_t *data_handler, 
-        axis2_env_t **env);
+        const axis2_env_t *env);
 
     axis2_status_t ( AXIS2_CALL *
     set_file_name )(
         axis2_data_handler_t *data_handler, 
-        axis2_env_t **env, 
+        const axis2_env_t *env, 
         axis2_char_t* file_name);
     
     axis2_status_t (AXIS2_CALL *
     free) (axis2_data_handler_t *data_handler, 
-        axis2_env_t **env);
+        const axis2_env_t *env);
 };
 
 /** 
@@ -115,7 +115,7 @@
  * @return pointer to newly created data_handler
  */
 AXIS2_DECLARE(axis2_data_handler_t *) 
-axis2_data_handler_create (axis2_env_t **env, axis2_char_t *file_name, axis2_char_t *mime_type);
+axis2_data_handler_create (const axis2_env_t *env, axis2_char_t *file_name, axis2_char_t *mime_type);
 
 /*************************** Function macros **********************************/
 

Modified: webservices/axis2/trunk/c/axiom/include/axis2_mime_parser.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_mime_parser.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_mime_parser.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_mime_parser.h Wed May 31 08:54:07 2006
@@ -54,7 +54,7 @@
     axis2_hash_t* (AXIS2_CALL *
     parse)(
         axis2_mime_parser_t *mime_parser,
-        axis2_env_t **env, 
+        const axis2_env_t *env, 
         AXIS2_READ_INPUT_CALLBACK,
         void *callback_ctx,
         axis2_char_t *mime_boundary);
@@ -62,7 +62,7 @@
     axis2_hash_t* (AXIS2_CALL *
     get_mime_parts_map)(
         axis2_mime_parser_t *mime_parser, 
-        axis2_env_t **env);
+        const axis2_env_t *env);
     
 	/** Deallocate memory
      * @return status code
@@ -70,17 +70,17 @@
     axis2_status_t (AXIS2_CALL *
     free)(
         axis2_mime_parser_t *mime_parser,
-        axis2_env_t **env);
+        const axis2_env_t *env);
     
     int (AXIS2_CALL *
     get_soap_body_len)(
         axis2_mime_parser_t *mime_parser, 
-        axis2_env_t **env);
+        const axis2_env_t *env);
         
     axis2_char_t* (AXIS2_CALL *
     get_soap_body_str)(
         axis2_mime_parser_t *mime_parser, 
-        axis2_env_t **env);
+        const axis2_env_t *env);
 };
 
 /** 
@@ -97,7 +97,7 @@
  * @return pointer to newly created mime_parser
  */
 AXIS2_DECLARE(axis2_mime_parser_t *) 
-axis2_mime_parser_create (axis2_env_t **env);
+axis2_mime_parser_create (const axis2_env_t *env);
 
 /*************************** Function macros **********************************/
 

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_attribute.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_attribute.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_attribute.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_attribute.h Wed May 31 08:54:07 2006
@@ -56,7 +56,7 @@
 
         axis2_status_t (AXIS2_CALL *
         free)(struct axis2_om_attribute *om_attribute,
-              axis2_env_t **env);
+              const axis2_env_t *env);
 
       /** 
         * Creates and returns a qname struct for this attribute
@@ -68,7 +68,7 @@
 
         axis2_qname_t * (AXIS2_CALL *
         get_qname)(struct axis2_om_attribute *om_attribute,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
 
       /**
         * Serialize op
@@ -80,7 +80,7 @@
 
         int (AXIS2_CALL *
         serialize)(struct axis2_om_attribute *om_attribute,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_output_t *om_output);
        
        /**  returns the localname of this attribute
@@ -90,7 +90,7 @@
         */
         axis2_char_t* (AXIS2_CALL *
         get_localname)(struct axis2_om_attribute *om_attribute,
-                       axis2_env_t **env);
+                       const axis2_env_t *env);
        /**
         * returns value of this attribute 
         *@param om_attribute pointer to om_attribute struct 
@@ -99,7 +99,7 @@
         */
         axis2_char_t* (AXIS2_CALL *
         get_value)(struct axis2_om_attribute *om_attribute,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
        /**
         * returns namespace of this attribute 
         *@param om_attribute
@@ -108,7 +108,7 @@
         */
         axis2_om_namespace_t* (AXIS2_CALL *
         get_namespace)(struct axis2_om_attribute *om_attribute,
-                       axis2_env_t **env);
+                       const axis2_env_t *env);
        
        /** sets the localname of the attribute
         *@param om_attribute pointer to om attribute struct. 
@@ -118,7 +118,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         set_localname)(struct axis2_om_attribute *om_attribute,
-                       axis2_env_t **env,
+                       const axis2_env_t *env,
                        const axis2_char_t *localname);
        
        /** set the attribute value
@@ -130,7 +130,7 @@
         
         axis2_status_t (AXIS2_CALL *
         set_value)(struct axis2_om_attribute *om_attribute,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    const axis2_char_t *value);
        
        /** set namespace of the attribute
@@ -142,7 +142,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         set_namespace)(struct axis2_om_attribute *om_attribute,
-                       axis2_env_t **env,
+                       const axis2_env_t *env,
                        axis2_om_namespace_t *om_namespace);
 
         /**
@@ -154,7 +154,7 @@
          */            
         struct axis2_om_attribute* (AXIS2_CALL *
         clone)(struct axis2_om_attribute *om_attribute,
-               axis2_env_t **env);
+               const axis2_env_t *env);
 
 
     } axis2_om_attribute_ops_t;
@@ -180,7 +180,7 @@
     *           error code set in environment's error. 
     */
     AXIS2_DECLARE(axis2_om_attribute_t *)
-    axis2_om_attribute_create (axis2_env_t **env,
+    axis2_om_attribute_create (const axis2_env_t *env,
                                const axis2_char_t *localname,
                                const axis2_char_t *value,
                                axis2_om_namespace_t *ns);
@@ -192,7 +192,7 @@
     AXIS2_DECLARE(axis2_status_t) 
     axis2_om_attribute_free_void_arg (
             void *om_attribute,
-            axis2_env_t **env);
+            const axis2_env_t *env);
      
 /******************** Macros **************************************************/
     

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_child_element_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_child_element_iterator.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_child_element_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_child_element_iterator.h Wed May 31 08:54:07 2006
@@ -48,7 +48,7 @@
     {
         axis2_status_t (AXIS2_CALL *free_fn)
                             (axis2_om_child_element_iterator_t *iterator,
-                             axis2_env_t **env);
+                             const axis2_env_t *env);
                              
         /**
         * Removes from the underlying collection the last element returned by the
@@ -59,7 +59,7 @@
         */                                              
         axis2_status_t (AXIS2_CALL *
 		remove)(axis2_om_child_element_iterator_t *iterator,
-                axis2_env_t **env);
+                const axis2_env_t *env);
                              
        /**
         * returns true if the iteration has more elements 
@@ -68,7 +68,7 @@
         */                             
         axis2_bool_t (AXIS2_CALL *
 		has_next)(axis2_om_child_element_iterator_t *iterator,
-                  axis2_env_t **env);
+                  const axis2_env_t *env);
     
        /**
         * Returns the next element in the iteration. Returns null if there 
@@ -76,7 +76,7 @@
         */
         axis2_om_node_t* (AXIS2_CALL *
 		next)(axis2_om_child_element_iterator_t *iterator,
-              axis2_env_t **env);
+              const axis2_env_t *env);
     };
     
     
@@ -92,7 +92,7 @@
  */
 
 AXIS2_DECLARE( axis2_om_child_element_iterator_t *)
-axis2_om_child_element_iterator_create(axis2_env_t **env, 
+axis2_om_child_element_iterator_create(const axis2_env_t *env, 
                                        axis2_om_node_t *current_child);
                                   
 /************ Macros *********************************************/

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_children_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_children_iterator.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_children_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_children_iterator.h Wed May 31 08:54:07 2006
@@ -51,7 +51,7 @@
 		 */
         axis2_status_t (AXIS2_CALL *
 		free_fn)(axis2_om_children_iterator_t *iterator,
-                 axis2_env_t **env);
+                 const axis2_env_t *env);
                              
         /**
         * Removes from the underlying collection the last element returned by the
@@ -62,7 +62,7 @@
         */                                              
         axis2_status_t (AXIS2_CALL *
 		remove)(axis2_om_children_iterator_t *iterator,
-                axis2_env_t **env);
+                const axis2_env_t *env);
                              
        /**
         * @returns true if the iteration has more elements. In other
@@ -72,7 +72,7 @@
         
         axis2_bool_t (AXIS2_CALL *
 		has_next)(axis2_om_children_iterator_t *iterator,
-                  axis2_env_t **env);
+                  const axis2_env_t *env);
     
        /**
         * Returns the next element in the iteration. Returns null if there are
@@ -80,7 +80,7 @@
         */
         axis2_om_node_t* (AXIS2_CALL *
 		next)(axis2_om_children_iterator_t *iterator,
-              axis2_env_t **env);
+              const axis2_env_t *env);
     };
     
     
@@ -96,7 +96,7 @@
  */
 
 AXIS2_DECLARE( axis2_om_children_iterator_t *)
-axis2_om_children_iterator_create(axis2_env_t **env, 
+axis2_om_children_iterator_create(const axis2_env_t *env, 
                                   axis2_om_node_t *current_child);
                                   
 /************ Macros *********************************************/

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_children_qname_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_children_qname_iterator.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_children_qname_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_children_qname_iterator.h Wed May 31 08:54:07 2006
@@ -53,7 +53,7 @@
 		 */
         axis2_status_t (AXIS2_CALL *
 		free_fn)(axis2_om_children_qname_iterator_t *iterator,
-                 axis2_env_t **env);
+                 const axis2_env_t *env);
                              
         /**
         * Removes from the underlying collection the last element returned by the
@@ -64,7 +64,7 @@
         */                                              
         axis2_status_t (AXIS2_CALL *
 		remove)(axis2_om_children_qname_iterator_t *iterator,
-                axis2_env_t **env);
+                const axis2_env_t *env);
                              
        /**
         * Returns <tt>true</tt> if the iteration has more elements. (In other
@@ -74,14 +74,14 @@
         
         axis2_bool_t (AXIS2_CALL *
 		has_next)(axis2_om_children_qname_iterator_t *iterator,
-                  axis2_env_t **env);
+                  const axis2_env_t *env);
     
        /**
         * Returns the next element in the iteration.
         */
         axis2_om_node_t* (AXIS2_CALL *
 		next)(axis2_om_children_qname_iterator_t *iterator,
-              axis2_env_t **env);
+              const axis2_env_t *env);
                              
                         
         
@@ -93,7 +93,7 @@
 };
 
 AXIS2_DECLARE(axis2_om_children_qname_iterator_t *)
-axis2_om_children_qname_iterator_create(axis2_env_t **env,
+axis2_om_children_qname_iterator_create(const axis2_env_t *env,
                                         axis2_om_node_t *current_child,
                                         axis2_qname_t *given_qname);
  

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_children_with_specific_attribute_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_children_with_specific_attribute_iterator.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_children_with_specific_attribute_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_children_with_specific_attribute_iterator.h Wed May 31 08:54:07 2006
@@ -55,7 +55,7 @@
 		*/
         axis2_status_t (AXIS2_CALL *
 		free_fn)(axis2_om_children_with_specific_attribute_iterator_t *iterator,
-                 axis2_env_t **env);
+                 const axis2_env_t *env);
                              
         /**
         * Removes from the underlying collection the last element returned by the
@@ -66,7 +66,7 @@
         */                                              
         axis2_status_t (AXIS2_CALL *
 		remove)(axis2_om_children_with_specific_attribute_iterator_t *iterator,
-                axis2_env_t **env);
+                const axis2_env_t *env);
                              
        /**
         * Returns true< if the iteration has more elements. (In other
@@ -76,7 +76,7 @@
         
         axis2_bool_t (AXIS2_CALL *
 		has_next)(axis2_om_children_with_specific_attribute_iterator_t *iterator,
-                  axis2_env_t **env);
+                  const axis2_env_t *env);
     
        /**
         * Returns the next element in the iteration. returns null if there is no 
@@ -84,7 +84,7 @@
         */
         axis2_om_node_t* (AXIS2_CALL *
 		next)(axis2_om_children_with_specific_attribute_iterator_t *iterator,
-              axis2_env_t **env);
+              const axis2_env_t *env);
     
     
     
@@ -104,7 +104,7 @@
 
 AXIS2_DECLARE( axis2_om_children_with_specific_attribute_iterator_t *)
 axis2_om_children_with_specific_attribute_iterator_create(
-                                  axis2_env_t **env, 
+                                  const axis2_env_t *env, 
                                   axis2_om_node_t *current_child,
                                   axis2_qname_t *attr_qname,
                                   axis2_char_t *attr_value,

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_comment.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_comment.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_comment.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_comment.h Wed May 31 08:54:07 2006
@@ -55,7 +55,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         free) (struct axis2_om_comment *om_comment,
-               axis2_env_t **env);
+               const axis2_env_t *env);
        /** get the comments data
         * @param om_comment a pointer to axis2_om_comment_t struct
         * @param env environment, MUST NOT be NULL 
@@ -64,7 +64,7 @@
                
         axis2_char_t* (AXIS2_CALL *
         get_value)(struct axis2_om_comment *om_comment,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
        /**
         * set comment data
         * @param om_comment pointer to axis2_om_comment_t struct
@@ -74,7 +74,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         set_value)(struct axis2_om_comment *om_comment,
-                  axis2_env_t **env,
+                  const axis2_env_t *env,
                   const axis2_char_t* value);
         /**
          *  serialize function 
@@ -85,7 +85,7 @@
          */
         axis2_status_t (AXIS2_CALL *
         serialize)(struct axis2_om_comment *om_comment,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_output_t *om_output);
                                                                                             
                                               
@@ -113,7 +113,7 @@
     * @return a pointer to the newly created comment struct
     */
     AXIS2_DECLARE(axis2_om_comment_t *) 
-    axis2_om_comment_create (axis2_env_t **env,
+    axis2_om_comment_create (const axis2_env_t *env,
                              axis2_om_node_t *parent,
                              const axis2_char_t *value,
                              axis2_om_node_t **node);

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_doctype.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_doctype.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_doctype.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_doctype.h Wed May 31 08:54:07 2006
@@ -54,7 +54,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         free)(struct axis2_om_doctype *om_doctype,
-              axis2_env_t **env);
+              const axis2_env_t *env);
        /**
         * @param om_doctype pointer to a axis2_om_doctype_t struct
         * @param env environment must not be null       
@@ -62,7 +62,7 @@
         */
         axis2_char_t* (AXIS2_CALL *
         get_value)(struct axis2_om_doctype *om_doctype,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
        /**
         * @param om_doctype pointer to axis2_om doctype_t struct
         * @param env environment , MUST NOT be NULL.
@@ -73,7 +73,7 @@
 
         axis2_status_t (AXIS2_CALL *
         set_value)(struct axis2_om_doctype *om_doctype,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    const axis2_char_t *value);
        /**
         * serialize op 
@@ -86,7 +86,7 @@
         
         axis2_status_t (AXIS2_CALL *
         serialize)(struct axis2_om_doctype *om_doctype,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_output_t *om_output);
                                                                                                                                       
     } axis2_om_doctype_ops_t;
@@ -113,7 +113,7 @@
     * @return pointer to newly created doctype struct 
     */
     AXIS2_DECLARE(axis2_om_doctype_t *)
-    axis2_om_doctype_create (axis2_env_t **env,
+    axis2_om_doctype_create (const axis2_env_t *env,
                              axis2_om_node_t * parent,
                              const axis2_char_t * value,
                              axis2_om_node_t ** node);

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_document.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_document.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_document.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_document.h Wed May 31 08:54:07 2006
@@ -61,7 +61,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         free) (struct axis2_om_document *document,
-               axis2_env_t **env);
+               const axis2_env_t *env);
 
       /** Builds the next node if the builder is not finished with input xml stream
         * @param document document whose next node is to be built. cannot be NULL
@@ -71,7 +71,7 @@
       
       axis2_om_node_t* (AXIS2_CALL *
       build_next) (struct axis2_om_document *document,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
 
       /**
         * Gets the root element of the document.
@@ -82,7 +82,7 @@
         */
         axis2_om_node_t* (AXIS2_CALL *
         get_root_element)(struct axis2_om_document *document,
-                          axis2_env_t **env);
+                          const axis2_env_t *env);
 
       /**
         * set the root element of the document. IF a root node is already exist,it is freed 
@@ -94,7 +94,7 @@
                                                         
         axis2_status_t (AXIS2_CALL *
         set_root_element)(struct axis2_om_document *document,
-                          axis2_env_t **env,
+                          const axis2_env_t *env,
                           axis2_om_node_t *om_node);
        /**
         * This method builds the rest of the xml input stream from current position till
@@ -104,7 +104,7 @@
         */
         axis2_om_node_t* (AXIS2_CALL *
         build_all)(struct axis2_om_document *document,
-                   axis2_env_t **env); 
+                   const axis2_env_t *env); 
         /**
          * get builder
          * @return builder , returns NULL if a builder is not associated with 
@@ -112,14 +112,14 @@
          */
         struct axis2_om_stax_builder* (AXIS2_CALL *
         get_builder)(struct axis2_om_document *document,
-                     axis2_env_t **env);                                                         
+                     const axis2_env_t *env);                                                         
         /**
          * @param om_document
          * @return status code AXIS2_SUCCESS on success , otherwise AXIS2_FAILURE
          */                                                  
         axis2_status_t (AXIS2_CALL *
         serialize)(struct axis2_om_document *document,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_output_t *om_output);
                                                            
     } axis2_om_document_ops_t;
@@ -143,7 +143,7 @@
     * @return pointer to the newly created document.
     */
     AXIS2_DECLARE(axis2_om_document_t *)
-    axis2_om_document_create (axis2_env_t **env,
+    axis2_om_document_create (const axis2_env_t *env,
                               axis2_om_node_t * root,
                               struct axis2_om_stax_builder *builder);
 

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_element.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_element.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_element.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_element.h Wed May 31 08:54:07 2006
@@ -62,7 +62,7 @@
         */
         axis2_om_namespace_t* (AXIS2_CALL *
         find_namespace)(axis2_om_element_t *om_element,
-                        axis2_env_t **env,
+                        const axis2_env_t *env,
                         axis2_om_node_t *node,
                         const axis2_char_t *uri,
                         const axis2_char_t *prefix);
@@ -77,7 +77,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         declare_namespace)(axis2_om_element_t *om_element,
-                           axis2_env_t **env,
+                           const axis2_env_t *env,
                            axis2_om_node_t *node,
                            axis2_om_namespace_t * ns);
        /**
@@ -92,7 +92,7 @@
         */
          axis2_om_namespace_t *(AXIS2_CALL *
          find_namespace_with_qname)(axis2_om_element_t *om_element,
-                                    axis2_env_t **env,
+                                    const axis2_env_t *env,
                                     axis2_om_node_t *node,
                                     axis2_qname_t *qname);
 
@@ -106,7 +106,7 @@
         */
          axis2_status_t (AXIS2_CALL *
          add_attribute)(axis2_om_element_t *om_element,
-                        axis2_env_t **env,
+                        const axis2_env_t *env,
                         axis2_om_attribute_t *attribute,
                         axis2_om_node_t *node);
 
@@ -120,7 +120,7 @@
         */
          axis2_om_attribute_t *(AXIS2_CALL *
          get_attribute) (axis2_om_element_t *om_element,
-                         axis2_env_t **env,
+                         const axis2_env_t *env,
                          axis2_qname_t * qname);
                          
         /**
@@ -133,7 +133,7 @@
         */
          axis2_char_t *(AXIS2_CALL *
          get_attribute_value) (axis2_om_element_t *om_element,
-                               axis2_env_t **env,
+                               const axis2_env_t *env,
                                axis2_qname_t * qname);                         
         
       /**
@@ -144,7 +144,7 @@
         */
          axis2_status_t (AXIS2_CALL *
          free) (axis2_om_element_t *element,
-                axis2_env_t **env);
+                const axis2_env_t *env);
 
       /**
         * Serializes the start part of the given element
@@ -155,7 +155,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         serialize_start_part)(axis2_om_element_t *om_element,
-                              axis2_env_t **env,
+                              const axis2_env_t *env,
                               axis2_om_output_t * om_output,
                               axis2_om_node_t *ele_node);
 
@@ -169,7 +169,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         serialize_end_part)(axis2_om_element_t *om_element,
-                            axis2_env_t **env,
+                            const axis2_env_t *env,
                             axis2_om_output_t * om_output);
        /**
         *  finds a namespace in current elements scope
@@ -182,7 +182,7 @@
         
         axis2_om_namespace_t* (AXIS2_CALL *
         find_declared_namespace)(axis2_om_element_t *om_element,
-                                 axis2_env_t **env,
+                                 const axis2_env_t *env,
                                  const axis2_char_t *uri,
                                  const axis2_char_t *prefix);
                                                              
@@ -195,7 +195,7 @@
         */        
         axis2_char_t* (AXIS2_CALL *
         get_localname)(axis2_om_element_t *om_element,
-                       axis2_env_t **env);
+                       const axis2_env_t *env);
        /**
         * set the localname of this element
         * @param om_element om_element_struct to with localname is set
@@ -206,7 +206,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         set_localname)(axis2_om_element_t *om_element,
-                       axis2_env_t **env,
+                       const axis2_env_t *env,
                        const axis2_char_t *localname);
         /**
          * get the namespace  of om_element 
@@ -218,7 +218,7 @@
          */
         axis2_om_namespace_t *(AXIS2_CALL *
         get_namespace)(axis2_om_element_t *om_element,
-                       axis2_env_t **env,
+                       const axis2_env_t *env,
                        axis2_om_node_t *ele_node);
        /**
         * set the namespace of the element
@@ -230,7 +230,7 @@
         */                                         
         axis2_status_t (AXIS2_CALL *
         set_namespace)(axis2_om_element_t *om_element,
-                       axis2_env_t **env,
+                       const axis2_env_t *env,
                        axis2_om_namespace_t *ns,
                        axis2_om_node_t *node);
         /**
@@ -242,7 +242,7 @@
          */
         axis2_hash_t* (AXIS2_CALL *
         get_all_attributes)(axis2_om_element_t *om_element,
-                            axis2_env_t **env);
+                            const axis2_env_t *env);
         /**
          * get the namespace list of the element
          * @param om_element om element
@@ -252,7 +252,7 @@
          */                                             
         axis2_hash_t* (AXIS2_CALL *
         get_namespaces)(axis2_om_element_t *om_element,
-                        axis2_env_t **env);
+                        const axis2_env_t *env);
         /**
          *@return qname of this element
          * the returned qname should not be externaly freed
@@ -262,7 +262,7 @@
          */
         axis2_qname_t* (AXIS2_CALL *
         get_qname)(axis2_om_element_t *om_element,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_node_t *ele_node);
         
        /**
@@ -271,7 +271,7 @@
         */        
         axis2_om_children_iterator_t*(AXIS2_CALL *
         get_children)(axis2_om_element_t *om_element,
-                      axis2_env_t **env,
+                      const axis2_env_t *env,
                      axis2_om_node_t *element_node);
                                       
        /**
@@ -287,7 +287,7 @@
                                                 
         axis2_om_children_qname_iterator_t *(AXIS2_CALL *
         get_children_with_qname)(axis2_om_element_t *om_element,
-                                 axis2_env_t **env,
+                                 const axis2_env_t *env,
                                  axis2_qname_t *element_qname,
                                  axis2_om_node_t* element_node);
         /**
@@ -296,7 +296,7 @@
         
         axis2_om_element_t* (AXIS2_CALL *
         get_first_child_with_qname)(axis2_om_element_t *om_element,
-                                     axis2_env_t **env,
+                                     const axis2_env_t *env,
                                      axis2_qname_t *element_qname,
                                      axis2_om_node_t* element_node,
                                      axis2_om_node_t **child_node);                       
@@ -312,7 +312,7 @@
          */         
         axis2_status_t (AXIS2_CALL *
         remove_attribute)(axis2_om_element_t *om_element,
-                          axis2_env_t **env,
+                          const axis2_env_t *env,
                           axis2_om_attribute_t *om_attribute); 
         /**
          * Sets the text of the given element.
@@ -321,7 +321,7 @@
          */
         axis2_status_t (AXIS2_CALL *
         set_text)(axis2_om_element_t *om_element,
-                  axis2_env_t **env,
+                  const axis2_env_t *env,
                   axis2_char_t *text,
                   axis2_om_node_t *element_node); 
         /**
@@ -333,7 +333,7 @@
         axis2_char_t* (AXIS2_CALL *
         get_text)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *element_node);
     
         /**
@@ -344,7 +344,7 @@
         axis2_om_element_t* (AXIS2_CALL *
         get_first_element)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *element_node,
                 axis2_om_node_t **first_element_node);  
         /**
@@ -355,7 +355,7 @@
         axis2_char_t* (AXIS2_CALL *
         to_string)(
                 axis2_om_element_t *om_element,
-            axis2_env_t **env,
+            const axis2_env_t *env,
             axis2_om_node_t *element_node);
         /** 
          * returns an iterator with child elements of type AXIS2_OM_ELEMENT
@@ -368,7 +368,7 @@
          axis2_om_child_element_iterator_t* (AXIS2_CALL *
          get_child_elements)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *element_node);                                                                            
         /**
          * builds this om_element_node completely, This is only possible 
@@ -382,7 +382,7 @@
          */
          axis2_status_t (AXIS2_CALL *
          build)(axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *element_node);
                 
         /** 
@@ -394,7 +394,7 @@
          axis2_om_namespace_t* (AXIS2_CALL *
          get_default_namespace)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *element_node);
                                 
         /**
@@ -407,7 +407,7 @@
          axis2_om_namespace_t* (AXIS2_CALL *
          declare_default_namespace)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_char_t *uri);
                 
         /** 
@@ -422,7 +422,7 @@
          axis2_om_namespace_t* (AXIS2_CALL *
          find_namespace_uri)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_char_t *prefix,
                 axis2_om_node_t *element_node);  
         /**
@@ -435,7 +435,7 @@
          axis2_status_t (AXIS2_CALL *
          set_namespace_with_no_find_in_current_scope)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_namespace_t *om_ns); 
                 
         /**
@@ -445,13 +445,13 @@
          axis2_hash_t* (AXIS2_CALL *
          extract_attributes)(
                 axis2_om_element_t *om_element,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_om_node_t *ele_node);
                 
          axis2_char_t* (AXIS2_CALL*
          get_attribute_value_by_name)(
                 axis2_om_element_t *om_ele,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 axis2_char_t *attr_name);
                 
     };
@@ -480,7 +480,7 @@
     * @return a pointer to the newly created element struct
     */
     AXIS2_DECLARE(axis2_om_element_t *)
-    axis2_om_element_create (axis2_env_t **env,
+    axis2_om_element_create (const axis2_env_t *env,
                              axis2_om_node_t *parent,
                              const axis2_char_t *localname,
                              axis2_om_namespace_t *ns,
@@ -497,7 +497,7 @@
     * @return a pointer to the newly created element struct
     */
     AXIS2_DECLARE(axis2_om_element_t *) 
-    axis2_om_element_create_with_qname (axis2_env_t **env,
+    axis2_om_element_create_with_qname (const axis2_env_t *env,
                                         axis2_om_node_t *parent,
                                         axis2_qname_t *qname,
                                         axis2_om_node_t ** node);

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_namespace.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_namespace.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_namespace.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_namespace.h Wed May 31 08:54:07 2006
@@ -55,7 +55,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         free) (struct axis2_om_namespace *om_namespace,
-               axis2_env_t **env);
+               const axis2_env_t *env);
 
       /**
         * Compares two namepsaces
@@ -66,7 +66,7 @@
         */
         axis2_bool_t (AXIS2_CALL *
         equals)(struct axis2_om_namespace *om_namespace,
-                axis2_env_t **env,
+                const axis2_env_t *env,
                 struct axis2_om_namespace *om_namespace1);
 
       /**
@@ -78,7 +78,7 @@
         */
         axis2_status_t (AXIS2_CALL *
         serialize)(struct axis2_om_namespace *om_namespace,
-                   axis2_env_t **env,
+                   const axis2_env_t *env,
                    axis2_om_output_t * om_output);
        /**   
         *@param om_namespace pointer to om_namespace struct
@@ -87,7 +87,7 @@
         */
         axis2_char_t* (AXIS2_CALL *
         get_uri)(struct axis2_om_namespace *om_namespace,
-                 axis2_env_t **env);
+                 const axis2_env_t *env);
        /**   
         *@param om_namespace pointer to om namespace struct
         *@param env  environment, MUST NOT be NULL
@@ -95,7 +95,7 @@
         */
         axis2_char_t* (AXIS2_CALL *
         get_prefix)(struct axis2_om_namespace *om_namespace,
-                    axis2_env_t **env);
+                    const axis2_env_t *env);
 
 
         /**
@@ -106,7 +106,7 @@
          */
         struct axis2_om_namespace* (AXIS2_CALL *
         clone)(struct axis2_om_namespace *om_namespace,
-               axis2_env_t **env);
+               const axis2_env_t *env);
                
         /**
          * to string , returns the string by combining namespace_uri,
@@ -118,7 +118,7 @@
          */                                                                                     
         axis2_char_t * (AXIS2_CALL *
         to_string)(struct axis2_om_namespace *om_namespace,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
 
     } axis2_om_namespace_ops_t;
 
@@ -140,7 +140,7 @@
     * @return a pointer to newly created namespace struct
     */
     AXIS2_DECLARE(axis2_om_namespace_t *)
-    axis2_om_namespace_create (axis2_env_t **env,
+    axis2_om_namespace_create (const axis2_env_t *env,
                                const axis2_char_t * uri,
                                const axis2_char_t *prefix);
 

Modified: webservices/axis2/trunk/c/axiom/include/axis2_om_navigator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axis2_om_navigator.h?rev=410566&r1=410565&r2=410566&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axis2_om_navigator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axis2_om_navigator.h Wed May 31 08:54:07 2006
@@ -64,7 +64,7 @@
      
      axis2_status_t (AXIS2_CALL *
      free)(axis2_om_navigator_t *om_navigator,
-           axis2_env_t **env); 
+           const axis2_env_t *env); 
  
     /**
      *  returns the navigable status 
@@ -76,7 +76,7 @@
 
      axis2_bool_t (AXIS2_CALL *
      is_navigable)(axis2_om_navigator_t *om_navigator,
-                   axis2_env_t **env);
+                   const axis2_env_t *env);
 
     /**
      * returns the build status of this node 
@@ -90,7 +90,7 @@
      
      axis2_bool_t (AXIS2_CALL *
      is_completed)(axis2_om_navigator_t *om_navigator,
-                        axis2_env_t **env);
+                        const axis2_env_t *env);
 
     /**
      * gets the next node 
@@ -104,7 +104,7 @@
 
      axis2_om_node_t* (AXIS2_CALL *
      next)(axis2_om_navigator_t *om_navigator, 
-           axis2_env_t **env);
+           const axis2_env_t *env);
 
     /**
      * method visited 
@@ -115,7 +115,7 @@
      */
      axis2_bool_t (AXIS2_CALL *
      visited)(axis2_om_navigator_t *om_navigator,
-              axis2_env_t **env);
+              const axis2_env_t *env);
 
  };
     
@@ -135,7 +135,7 @@
  */
 
 AXIS2_DECLARE(axis2_om_navigator_t *)
-axis2_om_navigator_create(axis2_env_t **env,
+axis2_om_navigator_create(const axis2_env_t *env,
                           axis2_om_node_t *node);
                           
 /** Macros ********************************************************************/



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