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 sh...@apache.org on 2008/03/24 08:54:07 UTC

svn commit: r640339 - /webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h

Author: shankar
Date: Mon Mar 24 00:54:07 2008
New Revision: 640339

URL: http://svn.apache.org/viewvc?rev=640339&view=rev
Log:
fixing build break on windows.

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h

Modified: webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h?rev=640339&r1=640338&r2=640339&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/axiom_mime_output.h Mon Mar 24 00:54:07 2008
@@ -36,7 +36,7 @@
 {
 #endif
 
-    typedef void axiom_mime_output_t;
+    typedef char axiom_mime_output_t; /*this can be void. But in windows, we are getting a compilation error*/
 
     /** @defgroup axiom_mime_output Flow
       * @ingroup axiom_mime_output



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