You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/03/28 03:03:58 UTC

svn commit: r523129 - /webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h

Author: samisa
Date: Tue Mar 27 18:03:57 2007
New Revision: 523129

URL: http://svn.apache.org/viewvc?view=rev&rev=523129
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h?view=diff&rev=523129&r1=523128&r2=523129
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/axis2_apache2_worker.h Tue Mar 27 18:03:57 2007
@@ -58,7 +58,7 @@
                     const axis2_env_t *env, 
                     request_rec *r);
 
-        axis2_status_t (AXIS2_CALL *
+        void (AXIS2_CALL *
                 free)(
                     axis2_apache2_worker_t *apache2_worker,
                     const axis2_env_t *env);



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