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 sa...@apache.org on 2005/10/13 06:58:04 UTC

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

Author: samisa
Date: Wed Oct 12 21:57:55 2005
New Revision: 320657

URL: http://svn.apache.org/viewcvs?rev=320657&view=rev
Log:
Added status 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=320657&r1=320656&r2=320657&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_defines.h (original)
+++ webservices/axis2/trunk/c/include/axis2_defines.h Wed Oct 12 21:57:55 2005
@@ -10,6 +10,7 @@
 
 typedef char axis2_char_t;
 typedef int axis2_bool_t;
+typedef int axis2_status_t;
 typedef unsigned int axis2_ssize_t;
 
 #define AXIS2_TRUE 1