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 2007/09/14 05:07:25 UTC

svn commit: r575518 - /webservices/axis2/trunk/c/include/axis2_msg_recv.h

Author: samisa
Date: Thu Sep 13 20:07:24 2007
New Revision: 575518

URL: http://svn.apache.org/viewvc?rev=575518&view=rev
Log:
Removed redefinition of AXIS2_FAILURE. It is an enum defined in axutil_error.h

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

Modified: webservices/axis2/trunk/c/include/axis2_msg_recv.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_msg_recv.h?rev=575518&r1=575517&r2=575518&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_msg_recv.h (original)
+++ webservices/axis2/trunk/c/include/axis2_msg_recv.h Thu Sep 13 20:07:24 2007
@@ -49,11 +49,6 @@
 #include <axis2_op_ctx.h>
 #include <axis2_svr_callback.h>
 
-/** Sets AXIS2_SUCCESS to 1 */
-#define AXIS2_SUCCESS 1
-/** Sets AXIS2_FAILURE to 0 */
-#define AXIS2_FAILURE 0
-
     struct axis2_msg_ctx;
     /** Type name for struct axis2_msg_recv*/
     typedef struct axis2_msg_recv axis2_msg_recv_t;



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