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/11/10 09:16:21 UTC

svn commit: r332246 - /webservices/axis2/trunk/c/include/axis2_error.h

Author: samisa
Date: Thu Nov 10 00:16:14 2005
New Revision: 332246

URL: http://svn.apache.org/viewcvs?rev=332246&view=rev
Log:
Added AXIS2_ERROR_INVALID_HANDLER_RULES

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

Modified: webservices/axis2/trunk/c/include/axis2_error.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_error.h?rev=332246&r1=332245&r2=332246&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Thu Nov 10 00:16:14 2005
@@ -178,7 +178,9 @@
         /** Invalid last handler for phase  */
         AXIS2_ERROR_INVALID_PHASE_LAST_HANDLER,
         /** Only one handler allowed for phase, adding handler is not allowed  */
-        AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID
+        AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID,
+        /** Invalid handler rules  */
+        AXIS2_ERROR_INVALID_HANDLER_RULES
     };
 
 /** @} */