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/11/10 12:11:33 UTC

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

Author: samisa
Date: Thu Nov 10 03:10:55 2005
New Revision: 332274

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

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=332274&r1=332273&r2=332274&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Thu Nov 10 03:10:55 2005
@@ -180,7 +180,9 @@
         /** Only one handler allowed for phase, adding handler is not allowed  */
         AXIS2_ERROR_PHASE_ADD_HANDLER_INVALID,
         /** Invalid handler rules  */
-        AXIS2_ERROR_INVALID_HANDLER_RULES
+        AXIS2_ERROR_INVALID_HANDLER_RULES,
+        /** Invalid handler state */
+        AXIS2_ERROR_INVALID_HANDLER_STATE
     };
 
 /** @} */