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 sa...@apache.org on 2007/03/27 17:54:01 UTC

svn commit: r522965 - /webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c

Author: samisa
Date: Tue Mar 27 08:54:00 2007
New Revision: 522965

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

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

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c?view=diff&rev=522965&r1=522964&r2=522965
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/apache2_stream.c Tue Mar 27 08:54:00 2007
@@ -35,8 +35,7 @@
 
 #define AXIS2_INTF_TO_IMPL(stream) ((apache2_stream_impl_t *)(stream))
 
-/********************************Function headers******************************/
-axis2_status_t AXIS2_CALL
+void AXIS2_CALL
 apache2_stream_free(
     axis2_stream_t *stream,
     const axis2_env_t *env);
@@ -128,7 +127,7 @@
     }
     AXIS2_FREE(env->allocator, stream_impl);
 
-    return AXIS2_SUCCESS;
+    return;
 }
 
 int AXIS2_CALL



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