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 06:52:02 UTC

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

Author: samisa
Date: Wed Oct 12 21:51:56 2005
New Revision: 320654

URL: http://svn.apache.org/viewcvs?rev=320654&view=rev
Log:
Added bool type

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=320654&r1=320653&r2=320654&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_defines.h (original)
+++ webservices/axis2/trunk/c/include/axis2_defines.h Wed Oct 12 21:51:56 2005
@@ -9,6 +9,7 @@
 #include <stddef.h>
 
 typedef char axis2_char_t;
+typedef int axis2_bool_t;
 typedef unsigned int axis2_ssize_t;
 
 #define AXIS2_TRUE 1