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 2006/01/16 11:34:52 UTC

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

Author: samisa
Date: Mon Jan 16 02:34:48 2006
New Revision: 369429

URL: http://svn.apache.org/viewcvs?rev=369429&view=rev
Log:
Added 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=369429&r1=369428&r2=369429&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Jan 16 02:34:48 2006
@@ -441,7 +441,9 @@
         AXIS2_ERROR_OM_ELEMENT_INVALID_STATE,
         AXIS2_ERROR_RPC_NEED_MATCHING_CHILD,
         AXIS2_ERROR_UNKNOWN_STYLE,
-
+        
+        /* Listen failed for the server socket */
+        AXIS2_ERROR_SOCKET_LISTEN_FAILED,
         /** The following has to be the last error value all the time.
             All other error codes should appear above this.
             AXIS2_ERROR_LAST is used to track the number of error codes present