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 ma...@apache.org on 2008/02/18 06:08:10 UTC

svn commit: r628620 - /webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Author: manjula
Date: Sun Feb 17 21:08:10 2008
New Revision: 628620

URL: http://svn.apache.org/viewvc?rev=628620&view=rev
Log:
changing axis2_chunked_stream to axutil_chunked_stream.

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c?rev=628620&r1=628619&r2=628620&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c Sun Feb 17 21:08:10 2008
@@ -121,7 +121,7 @@
     if(cb_ctx->chunked_stream)
     {
         
-        while(!axis2_http_chunked_stream_get_end_of_chunks(
+        while(!axutil_http_chunked_stream_get_end_of_chunks(
                 cb_ctx->chunked_stream, env))
         {
             read = 0;



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