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:37:17 UTC

svn commit: r524190 - in /webservices/axis2/trunk/c: axiom/test/om/ axiom/test/soap/ modules/core/transport/http/receiver/ modules/core/transport/http/server/IIS/ modules/core/transport/http/server/apache2/ modules/core/transport/http/server/simple_axi...

Author: pini
Date: Fri Mar 30 10:37:15 2007
New Revision: 524190

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

Added:
    webservices/axis2/trunk/c/util/include/axutil_error_default.h
      - copied, changed from r524179, webservices/axis2/trunk/c/util/include/axis2_error_default.h
Removed:
    webservices/axis2/trunk/c/util/include/axis2_error_default.h
Modified:
    webservices/axis2/trunk/c/axiom/test/om/test_om.c
    webservices/axis2/trunk/c/axiom/test/soap/test_soap.c
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c
    webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c
    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/samples/client/dynamic_client/dynamic_client.c
    webservices/axis2/trunk/c/samples/client/dynamic_client/test.c
    webservices/axis2/trunk/c/samples/server/Calculator/calc.h
    webservices/axis2/trunk/c/samples/server/echo/echo.h
    webservices/axis2/trunk/c/samples/server/math/math.h
    webservices/axis2/trunk/c/samples/server/mtom/mtom.h
    webservices/axis2/trunk/c/samples/server/notify/notify.h
    webservices/axis2/trunk/c/samples/server/sg_math/add.h
    webservices/axis2/trunk/c/samples/server/sg_math/div.h
    webservices/axis2/trunk/c/samples/server/sg_math/mul.h
    webservices/axis2/trunk/c/samples/server/sg_math/sub.h
    webservices/axis2/trunk/c/savan/samples/server/listener/listener.h
    webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h
    webservices/axis2/trunk/c/test/core/deployment/test_deployment.c
    webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c
    webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h
    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/tcpmon/src/tcpmon.c
    webservices/axis2/trunk/c/util/src/env.c
    webservices/axis2/trunk/c/util/src/error.c
    webservices/axis2/trunk/c/util/src/thread_pool.c
    webservices/axis2/trunk/c/util/test/util/test_log.c
    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_util.c

Modified: webservices/axis2/trunk/c/axiom/test/om/test_om.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/om/test_om.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/om/test_om.c (original)
+++ webservices/axis2/trunk/c/axiom/test/om/test_om.c Fri Mar 30 10:37:15 2007
@@ -23,7 +23,7 @@
 #include <axiom_data_source.h>
 #include <axis2_stream.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_xml_reader.h>
 #include <stdio.h>
 #include <axiom_xml_writer.h>

Modified: webservices/axis2/trunk/c/axiom/test/soap/test_soap.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/test_soap.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/test_soap.c (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/test_soap.c Fri Mar 30 10:37:15 2007
@@ -23,7 +23,7 @@
 #include <axiom_text.h>
 #include <axis2_stream.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_xml_reader.h>
 #include <stdio.h>
 #include <axiom_xml_writer.h>

Modified: webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/receiver/http_svr_thread.c Fri Mar 30 10:37:15 2007
@@ -24,7 +24,7 @@
 #include <axis2_http_simple_request.h>
 #include <axis2_simple_http_svr_conn.h>
 #include <axis2_url.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_xml_reader.h>
 #include <signal.h>
 

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/IIS/axis2_isapi_plugin.c Fri Mar 30 10:37:15 2007
@@ -23,7 +23,7 @@
 #include <httpext.h>
 
 /* Axis headers */
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_thread_pool.h>
 #include <axiom_xml_reader.h>

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/mod_axis2.c Fri Mar 30 10:37:15 2007
@@ -23,7 +23,7 @@
 #include <ap_config.h>
 #include <apr_strings.h>
 #include "axis2_apache2_worker.h"
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_thread_pool.h>
 #include <axiom_xml_reader.h>

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/http_server_main.c Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 #include <platforms/axis2_platform_auto_sense.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_thread_pool.h>
 #include <signal.h>

Modified: webservices/axis2/trunk/c/samples/client/dynamic_client/dynamic_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/dynamic_client/dynamic_client.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/client/dynamic_client/dynamic_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/dynamic_client/dynamic_client.c Fri Mar 30 10:37:15 2007
@@ -19,7 +19,7 @@
 #include <axiom_text.h>
 #include <axis2_stream.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_svc_client.h>
 #include <axis2_util.h>
 #include <stdlib.h>

Modified: webservices/axis2/trunk/c/samples/client/dynamic_client/test.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/dynamic_client/test.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/client/dynamic_client/test.c (original)
+++ webservices/axis2/trunk/c/samples/client/dynamic_client/test.c Fri Mar 30 10:37:15 2007
@@ -19,7 +19,7 @@
 #include <axiom_text.h>
 #include <axis2_stream.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_svc_client.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: webservices/axis2/trunk/c/samples/server/Calculator/calc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/Calculator/calc.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/Calculator/calc.h (original)
+++ webservices/axis2/trunk/c/samples/server/Calculator/calc.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/echo/echo.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/echo/echo.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/echo.h (original)
+++ webservices/axis2/trunk/c/samples/server/echo/echo.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/math/math.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/math/math.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/math/math.h (original)
+++ webservices/axis2/trunk/c/samples/server/math/math.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/mtom/mtom.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/mtom/mtom.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/mtom/mtom.h (original)
+++ webservices/axis2/trunk/c/samples/server/mtom/mtom.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/notify/notify.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/notify/notify.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/notify/notify.h (original)
+++ webservices/axis2/trunk/c/samples/server/notify/notify.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/sg_math/add.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/sg_math/add.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/sg_math/add.h (original)
+++ webservices/axis2/trunk/c/samples/server/sg_math/add.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/sg_math/div.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/sg_math/div.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/sg_math/div.h (original)
+++ webservices/axis2/trunk/c/samples/server/sg_math/div.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/sg_math/mul.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/sg_math/mul.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/sg_math/mul.h (original)
+++ webservices/axis2/trunk/c/samples/server/sg_math/mul.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/samples/server/sg_math/sub.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/sg_math/sub.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/samples/server/sg_math/sub.h (original)
+++ webservices/axis2/trunk/c/samples/server/sg_math/sub.h Fri Mar 30 10:37:15 2007
@@ -20,7 +20,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/savan/samples/server/listener/listener.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/samples/server/listener/listener.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/savan/samples/server/listener/listener.h (original)
+++ webservices/axis2/trunk/c/savan/samples/server/listener/listener.h Fri Mar 30 10:37:15 2007
@@ -19,7 +19,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h (original)
+++ webservices/axis2/trunk/c/savan/samples/server/publisher/publisher.h Fri Mar 30 10:37:15 2007
@@ -19,7 +19,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/test/core/deployment/test_deployment.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/test_deployment.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/test_deployment.c (original)
+++ webservices/axis2/trunk/c/test/core/deployment/test_deployment.c Fri Mar 30 10:37:15 2007
@@ -25,7 +25,7 @@
 #include <axutil_env.h>
 #include <axutil_allocator.h>
 #include <axutil_class_loader.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_transport_sender.h>
 #include <axis2_transport_receiver.h>

Modified: webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/test_http_transport.c Fri Mar 30 10:37:15 2007
@@ -19,7 +19,7 @@
 #include <axis2_http_request_line.h>
 #include <axis2_http_status_line.h>
 #include <axis2_http_header.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_url.h>
 #include <axis2_http_client.h>
 

Modified: webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h (original)
+++ webservices/axis2/trunk/c/tools/codegen/samples/server/calculator/axis2_skel_calculator.h Fri Mar 30 10:37:15 2007
@@ -11,7 +11,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.h?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.h (original)
+++ webservices/axis2/trunk/c/tools/codegen/samples/server/interop_test_svc/axis2_skel_interop_test_port_type_doc_service.h Fri Mar 30 10:37:15 2007
@@ -11,7 +11,7 @@
 
 #include <axis2_svc_skeleton.h>
 #include <axis2_log_default.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axiom_text.h>
 #include <axiom_node.h>
 #include <axiom_element.h>

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c Fri Mar 30 10:37:15 2007
@@ -16,7 +16,7 @@
  */
 
 #include <axis2_utils.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_thread_pool.h>
 #include <tcpmon_session.h>

Copied: webservices/axis2/trunk/c/util/include/axutil_error_default.h (from r524179, webservices/axis2/trunk/c/util/include/axis2_error_default.h)
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_error_default.h?view=diff&rev=524190&p1=webservices/axis2/trunk/c/util/include/axis2_error_default.h&r1=524179&p2=webservices/axis2/trunk/c/util/include/axutil_error_default.h&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_error_default.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_error_default.h Fri Mar 30 10:37:15 2007
@@ -15,8 +15,8 @@
  * limitations under the License.
  */
 
-#ifndef AXIS2_ERROR_DEFAULT_H
-#define AXIS2_ERROR_DEFAULT_H
+#ifndef AXUTIL_ERROR_DEFAULT_H
+#define AXUTIL_ERROR_DEFAULT_H
 
 #include <axis2_utils_defines.h>
 #include <axutil_allocator.h>

Modified: webservices/axis2/trunk/c/util/src/env.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/env.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/src/env.c (original)
+++ webservices/axis2/trunk/c/util/src/env.c Fri Mar 30 10:37:15 2007
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <axutil_env.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log_default.h>
 #include <axis2_string.h>
 

Modified: webservices/axis2/trunk/c/util/src/error.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/error.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/src/error.c (original)
+++ webservices/axis2/trunk/c/util/src/error.c Fri Mar 30 10:37:15 2007
@@ -16,7 +16,7 @@
  */
 
 #include <stdlib.h>
-#include "axis2_error_default.h"
+#include "axutil_error_default.h"
 
 /* array to hold error messages */
 const axis2_char_t* axis2_error_messages[AXIS2_ERROR_LAST];

Modified: webservices/axis2/trunk/c/util/src/thread_pool.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/thread_pool.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/src/thread_pool.c (original)
+++ webservices/axis2/trunk/c/util/src/thread_pool.c Fri Mar 30 10:37:15 2007
@@ -17,7 +17,7 @@
 
 #include <axis2_thread_pool.h>
 #include <axutil_env.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 
 struct axis2_thread_pool
 {

Modified: webservices/axis2/trunk/c/util/test/util/test_log.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_log.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_log.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_log.c Fri Mar 30 10:37:15 2007
@@ -16,7 +16,7 @@
  */
 
 #include <stdio.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log.h>
 #include <axis2_log_default.h>
 #include <axutil_allocator.h>

Modified: webservices/axis2/trunk/c/util/test/util/test_string.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_string.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_string.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_string.c Fri Mar 30 10:37:15 2007
@@ -16,7 +16,7 @@
  */
 
 #include <stdio.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log.h>
 #include <axis2_string.h>
 

Modified: webservices/axis2/trunk/c/util/test/util/test_thread.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_thread.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_thread.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_thread.c Fri Mar 30 10:37:15 2007
@@ -18,7 +18,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axis2_log.h>
 #include <axis2_log_default.h>
 #include <axutil_allocator.h>

Modified: webservices/axis2/trunk/c/util/test/util/test_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/test_util.c?view=diff&rev=524190&r1=524189&r2=524190
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/test_util.c (original)
+++ webservices/axis2/trunk/c/util/test/util/test_util.c Fri Mar 30 10:37:15 2007
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <axis2_hash.h>
 #include <axis2_string.h>
-#include <axis2_error_default.h>
+#include <axutil_error_default.h>
 #include <axutil_array_list.h>
 #include <platforms/axis2_platform_auto_sense.h>
 #include <axis2_uuid_gen.h>



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