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 19:26:54 UTC

svn commit: r524188 [1/42] - 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/src/util/ axiom/test/om/ axiom/test/soap/ guththila/include/ gut...

Author: pini
Date: Fri Mar 30 10:26:22 2007
New Revision: 524188

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

Added:
    webservices/axis2/trunk/c/util/include/axutil_env.h
      - copied, changed from r524104, webservices/axis2/trunk/c/util/include/axis2_env.h
Removed:
    webservices/axis2/trunk/c/util/include/axis2_env.h
Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_attribute.h
    webservices/axis2/trunk/c/axiom/include/axiom_child_element_iterator.h
    webservices/axis2/trunk/c/axiom/include/axiom_children_iterator.h
    webservices/axis2/trunk/c/axiom/include/axiom_children_qname_iterator.h
    webservices/axis2/trunk/c/axiom/include/axiom_children_with_specific_attribute_iterator.h
    webservices/axis2/trunk/c/axiom/include/axiom_comment.h
    webservices/axis2/trunk/c/axiom/include/axiom_data_handler.h
    webservices/axis2/trunk/c/axiom/include/axiom_data_source.h
    webservices/axis2/trunk/c/axiom/include/axiom_doctype.h
    webservices/axis2/trunk/c/axiom/include/axiom_document.h
    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_namespace.h
    webservices/axis2/trunk/c/axiom/include/axiom_navigator.h
    webservices/axis2/trunk/c/axiom/include/axiom_node.h
    webservices/axis2/trunk/c/axiom/include/axiom_output.h
    webservices/axis2/trunk/c/axiom/include/axiom_processing_instruction.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_body.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_builder.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_envelope.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_code.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_detail.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_node.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_reason.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_role.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_sub_code.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_text.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_fault_value.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_header.h
    webservices/axis2/trunk/c/axiom/include/axiom_soap_header_block.h
    webservices/axis2/trunk/c/axiom/include/axiom_stax_builder.h
    webservices/axis2/trunk/c/axiom/include/axiom_text.h
    webservices/axis2/trunk/c/axiom/include/axiom_util.h
    webservices/axis2/trunk/c/axiom/include/axiom_xml_reader.h
    webservices/axis2/trunk/c/axiom/include/axiom_xml_writer.h
    webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_body_part.h
    webservices/axis2/trunk/c/axiom/src/attachments/axiom_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/axiom_namespace_internal.h
    webservices/axis2/trunk/c/axiom/src/om/axiom_node_internal.h
    webservices/axis2/trunk/c/axiom/src/om/axiom_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_data_source.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/_axiom_soap_body.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_envelope.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_code.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_detail.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_node.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_reason.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_role.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_sub_code.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_text.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_fault_value.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_header.h
    webservices/axis2/trunk/c/axiom/src/soap/_axiom_soap_header_block.h
    webservices/axis2/trunk/c/axiom/src/soap/axiom_soap11_builder_helper.h
    webservices/axis2/trunk/c/axiom/src/soap/axiom_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/util/om_util.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/guththila/include/guththila.h
    webservices/axis2/trunk/c/guththila/include/guththila_attribute.h
    webservices/axis2/trunk/c/guththila/include/guththila_buffer.h
    webservices/axis2/trunk/c/guththila/include/guththila_reader.h
    webservices/axis2/trunk/c/guththila/include/guththila_token.h
    webservices/axis2/trunk/c/guththila/include/guththila_writer.h
    webservices/axis2/trunk/c/guththila/include/guththila_xml_writer.h
    webservices/axis2/trunk/c/guththila/samples/guththila_main.c
    webservices/axis2/trunk/c/guththila/samples/guththila_writer_main.c
    webservices/axis2/trunk/c/guththila/src/guththila_attribute.c
    webservices/axis2/trunk/c/guththila/src/guththila_buffer.c
    webservices/axis2/trunk/c/guththila/src/guththila_reader.c
    webservices/axis2/trunk/c/guththila/src/guththila_token.c
    webservices/axis2/trunk/c/guththila/src/guththila_writer.c
    webservices/axis2/trunk/c/guththila/src/guththila_writer_main.c
    webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c
    webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c
    webservices/axis2/trunk/c/guththila/tests/test.c
    webservices/axis2/trunk/c/guththila/tests/test.h
    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_callback.h
    webservices/axis2/trunk/c/include/axis2_callback_recv.h
    webservices/axis2/trunk/c/include/axis2_conf.h
    webservices/axis2/trunk/c/include/axis2_conf_ctx.h
    webservices/axis2/trunk/c/include/axis2_conf_init.h
    webservices/axis2/trunk/c/include/axis2_const.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_disp.h
    webservices/axis2/trunk/c/include/axis2_endpoint_ref.h
    webservices/axis2/trunk/c/include/axis2_engine.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_sender.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_listener_manager.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.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_simple_http_svr_conn.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_util.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/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/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_dep_engine.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_deployment.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/desc.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/msg.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_disp_checker.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/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/common/http_header.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_request_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_simple_request.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_simple_response.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_status_line.c
    webservices/axis2/trunk/c/modules/core/transport/http/common/http_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_receiver.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_response_writer.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/axis2_http_sender_util.h
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/libcurl/axis2_libcurl.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/libcurl/axis2_libcurl.h
    webservices/axis2/trunk/c/modules/core/transport/http/sender/libcurl/libcurl_stream.c
    webservices/axis2/trunk/c/modules/core/transport/http/sender/libcurl/libcurl_stream.h
    webservices/axis2/trunk/c/modules/core/transport/http/sender/sender_util.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/IIS/axis2_iis_out_transport_info.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_iis_out_transport_info.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_iis_stream.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_iis_stream.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_iis_worker.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_iis_worker.h
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c
    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/transport/http/util/http_chunked_stream.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/log_in_handler.c
    webservices/axis2/trunk/c/modules/mod_log/log_out_handler.c
    webservices/axis2/trunk/c/modules/mod_log/mod_log.c
    webservices/axis2/trunk/c/modules/mod_log/mod_log.h
    webservices/axis2/trunk/c/samples/client/dynamic_client/axis2_client_utils.h
    webservices/axis2/trunk/c/samples/client/dynamic_client/client_utils.c
    webservices/axis2/trunk/c/samples/client/dynamic_client/dynamic_client.c
    webservices/axis2/trunk/c/samples/client/dynamic_client/test.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/client/yahoo/yahoo_client.c
    webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/test_Calcultor.c
    webservices/axis2/trunk/c/samples/codegen/client/calculator/test_Calcultor.c
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/test_echo_date.c
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/test_echo_struct_array.c
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/test_echo_string.c
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/test_echo_string_array.c
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/test_echo_struct.c
    webservices/axis2/trunk/c/samples/codegen/databinding/Calculator/client/CalculatorAdd.c
    webservices/axis2/trunk/c/samples/codegen/databinding/Calculator/server/axis2_skel_Calculator.c
    webservices/axis2/trunk/c/samples/codegen/databinding/StockQuoteService/client/stock_quote_client.c
    webservices/axis2/trunk/c/samples/codegen/databinding/StockQuoteService/server/axis2_skel_StockQuoteService.c
    webservices/axis2/trunk/c/samples/codegen/server/calc_xml_inout/axis2_Calculator.c
    webservices/axis2/trunk/c/samples/codegen/server/calculator/axis2_Calculator.c
    webservices/axis2/trunk/c/samples/codegen/server/interop_doc1/axis2_InteropTestPortTypeDocService.c
    webservices/axis2/trunk/c/samples/codegen/server/interop_doc2/axis2_WSDLInteropTestDocLitService.c
    webservices/axis2/trunk/c/samples/server/Calculator/calc.c
    webservices/axis2/trunk/c/samples/server/Calculator/calc.h
    webservices/axis2/trunk/c/samples/server/Calculator/calc_skeleton.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/savan/include/mod_savan.h
    webservices/axis2/trunk/c/savan/include/savan_client.h
    webservices/axis2/trunk/c/savan/include/savan_msg_recv.h
    webservices/axis2/trunk/c/savan/include/savan_publishing_client.h
    webservices/axis2/trunk/c/savan/include/savan_sub_processor.h
    webservices/axis2/trunk/c/savan/include/savan_subscriber.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/samples/server/listener/listener.c
    webservices/axis2/trunk/c/savan/samples/server/listener/listener.h
    webservices/axis2/trunk/c/savan/samples/server/listener/listener_skeleton.c
    webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.c
    webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h
    webservices/axis2/trunk/c/savan/samples/server/publisher/publisher_skeleton.c
    webservices/axis2/trunk/c/savan/src/client/savan_client.c
    webservices/axis2/trunk/c/savan/src/client/savan_publishing_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_in_handler.c
    webservices/axis2/trunk/c/savan/src/handlers/savan_out_handler.c
    webservices/axis2/trunk/c/savan/src/msgreceivers/savan_msg_recv.c
    webservices/axis2/trunk/c/savan/src/subscribers/savan_subscriber.c
    webservices/axis2/trunk/c/savan/src/util/savan_util.c
    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/wsdl/builder/print/test_print.c
    webservices/axis2/trunk/c/tools/codegen/include/w2c_class_loader.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_cmdline_option.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_cmdline_option_parser.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_cmdline_option_validator.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_config_property_loader.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_emitter.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_engine.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_extension.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_file_writer.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_qname2name_maker.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_compiler.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_compiler_options.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_schema_property_loader.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_string.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_typemapper.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_url_processor.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_writer.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_xslt_template_processor.h
    webservices/axis2/trunk/c/tools/codegen/include/w2c_xslt_utils.h
    webservices/axis2/trunk/c/tools/codegen/samples/client/calculator/axis2_stub_calculator.c
    webservices/axis2/trunk/c/tools/codegen/samples/client/calculator/axis2_stub_calculator.h
    webservices/axis2/trunk/c/tools/codegen/samples/client/calculator/test_calculator.c
    webservices/axis2/trunk/c/tools/codegen/samples/client/interop_test_svc/axis2_stub_interop_test_port_type_doc_service.c
    webservices/axis2/trunk/c/tools/codegen/samples/client/interop_test_svc/axis2_stub_interop_test_port_type_doc_service.h
    webservices/axis2/trunk/c/tools/codegen/samples/client/interop_test_svc/test_svc.c
    webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.c
    webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h
    webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_svc_skel_calculator.c
    webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.c
    webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.h
    webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_svc_skel_interop_test_port_type_doc_service.c
    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/schema/xsd2code.c
    webservices/axis2/trunk/c/tools/codegen/src/util/class_loader.c
    webservices/axis2/trunk/c/tools/codegen/src/util/cmdline_option.c
    webservices/axis2/trunk/c/tools/codegen/src/util/cmdline_option_parser.c
    webservices/axis2/trunk/c/tools/codegen/src/util/cmdline_option_validator.c
    webservices/axis2/trunk/c/tools/codegen/src/util/config_property_loader.c
    webservices/axis2/trunk/c/tools/codegen/src/util/file_writer.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/string.c
    webservices/axis2/trunk/c/tools/codegen/src/util/typemapper.c
    webservices/axis2/trunk/c/tools/codegen/src/util/url_processor.c
    webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.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/emitter/emitter.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/emitter/w2c_emitter_protected.h
    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_code_indenter_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/extensions/c_namemaker_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/extensions/c_qname2name_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/extensions/databinding_default_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/extensions/default_qname2name_ext.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/cservice_xml_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/cskel_header_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/cskel_source_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/cstub_header_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/cstub_source_writer.c
    webservices/axis2/trunk/c/tools/codegen/src/wsdl/writer/csvc_skeleton_writer.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/tools/codegen/test/unit/util/w2c_util_test.c
    webservices/axis2/trunk/c/tools/tcpmon/include/tcpmon_entry.h
    webservices/axis2/trunk/c/tools/tcpmon/include/tcpmon_session.h
    webservices/axis2/trunk/c/tools/tcpmon/include/tcpmon_util.h
    webservices/axis2/trunk/c/tools/tcpmon/src/entry.c
    webservices/axis2/trunk/c/tools/tcpmon/src/session.c
    webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c
    webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon_entry_local.h
    webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon_session_local.h
    webservices/axis2/trunk/c/tools/tcpmon/src/util.c
    webservices/axis2/trunk/c/tools/tcpmon/test/unit/tcpmon_test.c
    webservices/axis2/trunk/c/util/include/axis2_file.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_properties.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_rand.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_types.h
    webservices/axis2/trunk/c/util/include/axis2_uri.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/include/axutil_array_list.h
    webservices/axis2/trunk/c/util/include/axutil_base64_binary.h
    webservices/axis2/trunk/c/util/include/axutil_class_loader.h
    webservices/axis2/trunk/c/util/include/axutil_date_time.h
    webservices/axis2/trunk/c/util/include/axutil_date_time_util.h
    webservices/axis2/trunk/c/util/include/axutil_dir_handler.h
    webservices/axis2/trunk/c/util/include/axutil_dll_desc.h
    webservices/axis2/trunk/c/util/include/platforms/windows/axis2_thread_windows.h
    webservices/axis2/trunk/c/util/src/array_list.c
    webservices/axis2/trunk/c/util/src/base64_binary.c
    webservices/axis2/trunk/c/util/src/class_loader.c
    webservices/axis2/trunk/c/util/src/date_time.c
    webservices/axis2/trunk/c/util/src/date_time_util.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/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/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/properties.c
    webservices/axis2/trunk/c/util/src/property.c
    webservices/axis2/trunk/c/util/src/qname.c
    webservices/axis2/trunk/c/util/src/rand.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/uri.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/util/test_log.c
    webservices/axis2/trunk/c/util/test/util/test_log.h
    webservices/axis2/trunk/c/util/test/util/test_string.c
    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.h
    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_generic_obj.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_qname_util.h
    webservices/axis2/trunk/c/woden/include/woden_reader.h
    webservices/axis2/trunk/c/woden/include/woden_resolver.h
    webservices/axis2/trunk/c/woden/include/woden_schema.h
    webservices/axis2/trunk/c/woden/include/woden_schema_constants.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_reader.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/samples/test_wsdl2.c
    webservices/axis2/trunk/c/woden/samples/wsdl10/test_wsdl1.c
    webservices/axis2/trunk/c/woden/src/builder/woden_reader.c
    webservices/axis2/trunk/c/woden/src/builder/woden_resolver.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/types/woden_nc_name.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/util/woden_qname_util.c
    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_direction.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_msg_label.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_soap_fault_code.c
    webservices/axis2/trunk/c/woden/src/wsdl/woden_soap_fault_subcodes.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_component_model_builder.c
    webservices/axis2/trunk/c/woden/src/wsdl10/woden_wsdl10_component_model_builder.h
    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_component_model_builder.c
    webservices/axis2/trunk/c/woden/src/wsdl20/woden_component_model_builder.h
    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_defines.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_input_source.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_url_resolver.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/samples/test_schema.c
    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_input_source.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_url_resolver.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
    webservices/axis2/trunk/c/xml_schema/test/xml_schema_test.c

Modified: webservices/axis2/trunk/c/axiom/include/axiom_attribute.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_attribute.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_attribute.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_attribute.h Fri Mar 30 10:26:22 2007
@@ -22,7 +22,7 @@
 * @file axiom_attribute.h
 * @brief om attribute struct represents an xml attribute
 */
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axis2_qname.h>
 #include <axiom_namespace.h>
 #include <axiom_output.h>
@@ -51,7 +51,7 @@
       *           error code set in environment's error. 
       */
     AXIS2_EXTERN axiom_attribute_t * AXIS2_CALL
-    axiom_attribute_create(const axis2_env_t *env,
+    axiom_attribute_create(const axutil_env_t *env,
             const axis2_char_t *localname,
             const axis2_char_t *value,
             axiom_namespace_t *ns);
@@ -63,7 +63,7 @@
     AXIS2_EXTERN void AXIS2_CALL
     axiom_attribute_free_void_arg(
         void *om_attribute,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
       * Free an axiom_attribute struct
@@ -75,7 +75,7 @@
 
     AXIS2_EXTERN void AXIS2_CALL
     axiom_attribute_free(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
       * Creates and returns a qname struct for this attribute
@@ -87,7 +87,7 @@
 
     AXIS2_EXTERN axis2_qname_t * AXIS2_CALL
     axiom_attribute_get_qname(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
       * Serialize op
@@ -99,7 +99,7 @@
 
     AXIS2_EXTERN int AXIS2_CALL
     axiom_attribute_serialize(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_output_t *om_output);
 
     /**  returns the localname of this attribute
@@ -109,7 +109,7 @@
      */
     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
     axiom_attribute_get_localname(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * returns value of this attribute 
      *@param om_attribute pointer to om_attribute struct 
@@ -118,7 +118,7 @@
      */
     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
     axiom_attribute_get_value(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * returns namespace of this attribute 
      *@param om_attribute
@@ -127,7 +127,7 @@
      */
     AXIS2_EXTERN axiom_namespace_t* AXIS2_CALL
     axiom_attribute_get_namespace(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /** sets the localname of the attribute
      *@param om_attribute pointer to om attribute struct. 
@@ -137,7 +137,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_set_localname(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             const axis2_char_t *localname);
 
     /** set the attribute value
@@ -149,7 +149,7 @@
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_set_value(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             const axis2_char_t *value);
 
     /** set namespace of the attribute
@@ -161,7 +161,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_set_namespace(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_namespace_t *om_namespace);
 
     /**
@@ -173,34 +173,34 @@
      */
     AXIS2_EXTERN struct axiom_attribute* AXIS2_CALL
                 axiom_attribute_clone(struct axiom_attribute *om_attribute,
-                        const axis2_env_t *env);
+                        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_increment_ref(struct axiom_attribute *om_attribute,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     AXIS2_EXTERN axiom_attribute_t* AXIS2_CALL
-    axiom_attribute_create_str(const axis2_env_t *env,
+    axiom_attribute_create_str(const axutil_env_t *env,
         axis2_string_t * localname,
         axis2_string_t * value,
         axiom_namespace_t * ns);
 
     AXIS2_EXTERN axis2_string_t* AXIS2_CALL
     axiom_attribute_get_localname_str(axiom_attribute_t *attribute,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_string_t* AXIS2_CALL
     axiom_attribute_get_value_str(axiom_attribute_t *attribute,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_set_localname_str(axiom_attribute_t *attribute,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_string_t *localname);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_attribute_set_value_str(axiom_attribute_t *attribute,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_string_t *value);
 
     /** @} */

Modified: webservices/axis2/trunk/c/axiom/include/axiom_child_element_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_child_element_iterator.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_child_element_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_child_element_iterator.h Fri Mar 30 10:26:22 2007
@@ -42,7 +42,7 @@
 
     AXIS2_EXTERN  void AXIS2_CALL 
     axiom_child_element_iterator_free(void *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
     * Removes from the underlying collection the last element returned by the
@@ -53,7 +53,7 @@
     */
     AXIS2_EXTERN  axis2_status_t AXIS2_CALL
     axiom_child_element_iterator_remove(axiom_child_element_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * returns true if the iteration has more elements 
@@ -62,7 +62,7 @@
      */
     AXIS2_EXTERN  axis2_bool_t AXIS2_CALL
     axiom_child_element_iterator_has_next(axiom_child_element_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Returns the next element in the iteration. Returns null if there 
@@ -70,7 +70,7 @@
      */
     AXIS2_EXTERN  axiom_node_t *AXIS2_CALL
     axiom_child_element_iterator_next(axiom_child_element_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
     /**
      * @param current child
      * @param env environment
@@ -78,7 +78,7 @@
      */
 
     AXIS2_EXTERN  axiom_child_element_iterator_t * AXIS2_CALL
-    axiom_child_element_iterator_create(const axis2_env_t *env,
+    axiom_child_element_iterator_create(const axutil_env_t *env,
             axiom_node_t *current_child);
 
 #define AXIOM_CHILD_ELEMENT_ITERATOR_FREE(iterator, env) \

Modified: webservices/axis2/trunk/c/axiom/include/axiom_children_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_children_iterator.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_children_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_children_iterator.h Fri Mar 30 10:26:22 2007
@@ -47,7 +47,7 @@
      */
 
     AXIS2_EXTERN  axiom_children_iterator_t * AXIS2_CALL
-    axiom_children_iterator_create(const axis2_env_t *env,
+    axiom_children_iterator_create(const axutil_env_t *env,
             axiom_node_t *current_child);
 
     /**
@@ -55,7 +55,7 @@
     */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_children_iterator_free(axiom_children_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
     * Removes from the underlying collection the last element returned by the
@@ -66,7 +66,7 @@
     */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_children_iterator_remove(axiom_children_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * @returns true if the iteration has more elements. In other
@@ -76,7 +76,7 @@
 
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axiom_children_iterator_has_next(axiom_children_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Returns the next element in the iteration. Returns null if there are
@@ -84,7 +84,7 @@
      */
     AXIS2_EXTERN axiom_node_t* AXIS2_CALL
     axiom_children_iterator_next(axiom_children_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Resets the Iterator. This moves the cursor back to the initial.
@@ -94,7 +94,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_children_iterator_reset(axiom_children_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 
     /************ Macros *********************************************/

Modified: webservices/axis2/trunk/c/axiom/include/axiom_children_qname_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_children_qname_iterator.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_children_qname_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_children_qname_iterator.h Fri Mar 30 10:26:22 2007
@@ -42,7 +42,7 @@
      */
 
     AXIS2_EXTERN axiom_children_qname_iterator_t * AXIS2_CALL
-    axiom_children_qname_iterator_create(const axis2_env_t *env,
+    axiom_children_qname_iterator_create(const axutil_env_t *env,
             axiom_node_t *current_child,
             axis2_qname_t *given_qname);
 
@@ -51,7 +51,7 @@
      */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_children_qname_iterator_free(axiom_children_qname_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Removes from the underlying collection the last element returned by the
@@ -62,7 +62,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_children_qname_iterator_remove(axiom_children_qname_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Returns <tt>true</tt> if the iteration has more elements. (In other
@@ -72,14 +72,14 @@
 
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axiom_children_qname_iterator_has_next(axiom_children_qname_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
      * Returns the next element in the iteration.
      */
     AXIS2_EXTERN axiom_node_t* AXIS2_CALL
     axiom_children_qname_iterator_next(axiom_children_qname_iterator_t *iterator,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /** @} */
 

Modified: webservices/axis2/trunk/c/axiom/include/axiom_children_with_specific_attribute_iterator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_children_with_specific_attribute_iterator.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_children_with_specific_attribute_iterator.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_children_with_specific_attribute_iterator.h Fri Mar 30 10:26:22 2007
@@ -47,7 +47,7 @@
     */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_children_with_specific_attribute_iterator_free(axiom_children_with_specific_attribute_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
     * Removes from the underlying collection the last element returned by the
@@ -58,7 +58,7 @@
     */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_children_with_specific_attribute_iterator_remove(axiom_children_with_specific_attribute_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Returns true< if the iteration has more elements. (In other
@@ -68,7 +68,7 @@
 
     AXIS2_EXTERN axis2_bool_t AXIS2_CALL
     axiom_children_with_specific_attribute_iterator_has_next(axiom_children_with_specific_attribute_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Returns the next element in the iteration. returns null if there is no 
@@ -76,7 +76,7 @@
      */
     AXIS2_EXTERN axiom_node_t *AXIS2_CALL
     axiom_children_with_specific_attribute_iterator_next(axiom_children_with_specific_attribute_iterator_t *iterator,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * @param current child
@@ -86,7 +86,7 @@
 
     AXIS2_EXTERN  axiom_children_with_specific_attribute_iterator_t * AXIS2_CALL
     axiom_children_with_specific_attribute_iterator_create(
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axiom_node_t *current_child,
         axis2_qname_t *attr_qname,
         axis2_char_t *attr_value,

Modified: webservices/axis2/trunk/c/axiom/include/axiom_comment.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_comment.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_comment.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_comment.h Fri Mar 30 10:26:22 2007
@@ -52,7 +52,7 @@
       * @return a pointer to the newly created comment struct
       */
     AXIS2_EXTERN axiom_comment_t * AXIS2_CALL
-    axiom_comment_create(const axis2_env_t *env,
+    axiom_comment_create(const axutil_env_t *env,
             axiom_node_t *parent,
             const axis2_char_t *value,
             axiom_node_t **node);
@@ -66,7 +66,7 @@
       */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_comment_free(struct axiom_comment *om_comment,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /** get the comments data
      * @param om_comment a pointer to axiom_comment_t struct
      * @param env environment, MUST NOT be NULL 
@@ -75,7 +75,7 @@
 
     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
     axiom_comment_get_value(struct axiom_comment *om_comment,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * set comment data
      * @param om_comment pointer to axiom_comment_t struct
@@ -85,7 +85,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_comment_set_value(struct axiom_comment *om_comment,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             const axis2_char_t* value);
     /**
      *  serialize function 
@@ -96,7 +96,7 @@
      */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_comment_serialize(struct axiom_comment *om_comment,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_output_t *om_output);
 
     /** @} */

Modified: webservices/axis2/trunk/c/axiom/include/axiom_data_handler.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_data_handler.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_data_handler.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_data_handler.h Fri Mar 30 10:26:22 2007
@@ -26,7 +26,7 @@
 #include <axis2_utils.h>
 #include <axis2_error.h>
 #include <axis2_utils_defines.h>
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axis2_string.h>
 #include <axutil_array_list.h>
@@ -53,43 +53,43 @@
 
     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
     axiom_data_handler_get_content_type(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_byte_t *AXIS2_CALL
     axiom_data_handler_get_input_stream(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_data_handler_read_from(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_byte_t** output_stream,
         int *output_stream_size);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_data_handler_set_binary_data(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_byte_t* input_stream,
         int input_stream_len);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_data_handler_write_to(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_data_handler_set_file_name(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env,
+        const axutil_env_t *env,
         axis2_char_t* file_name);
 
     AXIS2_EXTERN void AXIS2_CALL
     axiom_data_handler_free(axiom_data_handler_t *data_handler,
-        const axis2_env_t *env);
+        const axutil_env_t *env);
 
     /**
      * Creates data_handler struct
      * @return pointer to newly created data_handler
      */
     AXIS2_EXTERN axiom_data_handler_t * AXIS2_CALL
-    axiom_data_handler_create(const axis2_env_t *env,
+    axiom_data_handler_create(const axutil_env_t *env,
         const axis2_char_t *file_name,
         const axis2_char_t *mime_type);
 

Modified: webservices/axis2/trunk/c/axiom/include/axiom_data_source.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_data_source.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_data_source.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_data_source.h Fri Mar 30 10:26:22 2007
@@ -23,7 +23,7 @@
  * @brief Axis2 AXIOM XML data_source
  */
 
-#include <axis2_env.h>
+#include <axutil_env.h>
 #include <axiom_node.h>
 #include <axiom_output.h>
 #include <axis2_stream.h>
@@ -59,7 +59,7 @@
       * @return pointer to newly created data_source struct 
       */
     AXIS2_EXTERN axiom_data_source_t * AXIS2_CALL
-    axiom_data_source_create(const axis2_env_t *env,
+    axiom_data_source_create(const axutil_env_t *env,
             axiom_node_t *parent,
             axiom_node_t ** node);
 
@@ -72,7 +72,7 @@
       */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_data_source_free(struct axiom_data_source *om_data_source,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
     /**
       * Serialize op
@@ -84,7 +84,7 @@
       */
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_data_source_serialize(struct axiom_data_source *om_data_source,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_output_t *om_output);
     /**
      *  set the data_source value
@@ -96,7 +96,7 @@
      */
     AXIS2_EXTERN axis2_stream_t * AXIS2_CALL
     axiom_data_source_get_stream(struct axiom_data_source *om_data_source,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
 
 
     /** @} */

Modified: webservices/axis2/trunk/c/axiom/include/axiom_doctype.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_doctype.h?view=diff&rev=524188&r1=524187&r2=524188
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_doctype.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_doctype.h Fri Mar 30 10:26:22 2007
@@ -53,7 +53,7 @@
       * @return pointer to newly created doctype struct 
       */
     AXIS2_EXTERN axiom_doctype_t * AXIS2_CALL
-    axiom_doctype_create(const axis2_env_t *env,
+    axiom_doctype_create(const axutil_env_t *env,
             axiom_node_t * parent,
             const axis2_char_t * value,
             axiom_node_t ** node);
@@ -66,7 +66,7 @@
       */
     AXIS2_EXTERN void AXIS2_CALL
     axiom_doctype_free(struct axiom_doctype *om_doctype,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @param om_doctype pointer to a axiom_doctype_t struct
      * @param env environment must not be null   
@@ -74,7 +74,7 @@
      */
     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
     axiom_doctype_get_value(struct axiom_doctype *om_doctype,
-            const axis2_env_t *env);
+            const axutil_env_t *env);
     /**
      * @param om_doctype pointer to axiom doctype_t struct
      * @param env environment , MUST NOT be NULL.
@@ -85,7 +85,7 @@
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_doctype_set_value(struct axiom_doctype *om_doctype,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             const axis2_char_t *value);
     /**
      * serialize op 
@@ -98,7 +98,7 @@
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
     axiom_doctype_serialize(struct axiom_doctype *om_doctype,
-            const axis2_env_t *env,
+            const axutil_env_t *env,
             axiom_output_t *om_output);
 
     /** @} */



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