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/07 05:34:19 UTC

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

Author: samisa
Date: Sun Nov  6 20:34:15 2005
New Revision: 331198

URL: http://svn.apache.org/viewcvs?rev=331198&view=rev
Log:
Added param locked error

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=331198&r1=331197&r2=331198&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Sun Nov  6 20:34:15 2005
@@ -150,7 +150,9 @@
 		/** Could not open the file */
 		AXIS2_ERROR_COULD_NOT_OPEN_FILE,
 		/** Environment passed is null */
-		AXIS2_ERROR_ENVIRONMENT_IS_NULL
+		AXIS2_ERROR_ENVIRONMENT_IS_NULL,
+        /** Parameter locked, Cannot override */
+        AXIS2_ERROR_PARAMETER_LOCKED_CANNOT_OVERRIDE
     };
 
 /** @} */