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/17 10:58:59 UTC

svn commit: r628463 - in /webservices/axis2/trunk/c/include: axis2_http_chunked_stream.h axis2_http_transport_utils.h

Author: manjula
Date: Sun Feb 17 01:58:58 2008
New Revision: 628463

URL: http://svn.apache.org/viewvc?rev=628463&view=rev
Log:
Moving axis2_http_cunked_stream to util.

Removed:
    webservices/axis2/trunk/c/include/axis2_http_chunked_stream.h
Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport_utils.h

Modified: webservices/axis2/trunk/c/include/axis2_http_transport_utils.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport_utils.h?rev=628463&r1=628462&r2=628463&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport_utils.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport_utils.h Sun Feb 17 01:58:58 2008
@@ -39,7 +39,7 @@
 #include <axiom_element.h>
 #include <axutil_stream.h>
 #include <axiom_soap_envelope.h>
-#include <axis2_http_chunked_stream.h>
+#include <axutil_http_chunked_stream.h>
 #include <axutil_url.h>
 
 #ifdef __cplusplus
@@ -50,7 +50,7 @@
     /*
      * struct to hold the callback information
      */
-    struct axis2_callback_info
+    /*struct axis2_callback_info
     {
         const axutil_env_t *env;
         void *in_stream;
@@ -59,6 +59,7 @@
         axis2_http_chunked_stream_t *chunked_stream;
     };
     typedef struct axis2_callback_info axis2_callback_info_t;
+    */
 
     AXIS2_EXTERN axis2_status_t AXIS2_CALL
 



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