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 ma...@apache.org on 2008/07/21 07:16:36 UTC

svn commit: r678348 - in /webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments: mime_parser.c mime_part.c

Author: manjula
Date: Sun Jul 20 22:16:35 2008
New Revision: 678348

URL: http://svn.apache.org/viewvc?rev=678348&view=rev
Log:
Fixing some build breaks in windows.

Modified:
    webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c
    webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_part.c

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c?rev=678348&r1=678347&r2=678348&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c Sun Jul 20 22:16:35 2008
@@ -20,6 +20,7 @@
 #include <axutil_string.h>
 #include <axiom_data_handler.h>
 #include <stdio.h>
+#include <ctype.h>    
 #include <axutil_http_chunked_stream.h>
 
 struct axiom_mime_parser

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_part.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_part.c?rev=678348&r1=678347&r2=678348&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_part.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_part.c Sun Jul 20 22:16:35 2008
@@ -398,7 +398,7 @@
  * with small buffers and attachment locations. */
 
 
-AXIS2_EXTERN axutil_array_list_t  *AXIS2_CALL
+AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
 axiom_mime_part_create_part_list(
     const axutil_env_t *env,
     axis2_char_t *soap_body,
@@ -500,7 +500,7 @@
     
     if(!soap_part)
     {
-        return AXIS2_FAILURE;
+        return NULL;
     }    
 
     /* The atachment's mime_boundary will start after a new line charator */