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 2005/10/13 05:38:45 UTC

svn commit: r320632 - /webservices/axis2/trunk/c/include/axis2_defines.h

Author: samisa
Date: Wed Oct 12 20:38:42 2005
New Revision: 320632

URL: http://svn.apache.org/viewcvs?rev=320632&view=rev
Log:
defined ssize_t

Modified:
    webservices/axis2/trunk/c/include/axis2_defines.h

Modified: webservices/axis2/trunk/c/include/axis2_defines.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_defines.h?rev=320632&r1=320631&r2=320632&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_defines.h (original)
+++ webservices/axis2/trunk/c/include/axis2_defines.h Wed Oct 12 20:38:42 2005
@@ -9,6 +9,8 @@
 #include <stddef.h>
 
 typedef char axis2_char;
+typedef unsigned int axis2_ssize_t;
+
 #define AXIS2_TRUE 1
 #define AXIS2_FALSE 0