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/05/04 11:59:06 UTC

svn commit: r399645 - /webservices/axis2/trunk/c/modules/util/error.c

Author: sahan
Date: Thu May  4 02:59:06 2006
New Revision: 399645

URL: http://svn.apache.org/viewcvs?rev=399645&view=rev
Log:
fixing a build break

Modified:
    webservices/axis2/trunk/c/modules/util/error.c

Modified: webservices/axis2/trunk/c/modules/util/error.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/error.c?rev=399645&r1=399644&r2=399645&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/error.c (original)
+++ webservices/axis2/trunk/c/modules/util/error.c Thu May  4 02:59:06 2006
@@ -184,8 +184,6 @@
         "Cannot correlate message";
     axis2_error_messages[AXIS2_ERROR_INVALID_STATE_DESC_BUILDER] = 
         "AXIS2_ERROR_INVALID_STATE_DESC_BUILDER";
-    axis2_error_messages[AXIS2_ERROR_CONF_NOT_FOUND] = 
-        "AXIS2_ERROR_CONF_NOT_FOUND";
     axis2_error_messages[AXIS2_ERROR_MODULE_NOT_FOUND] = 
         "AXIS2_ERROR_MODULE_NOT_FOUND";
     axis2_error_messages[AXIS2_ERROR_DLL_CREATE_FAILED] = 
@@ -266,8 +264,6 @@
         "Service xml file is not found in the given path";
     axis2_error_messages[AXIS2_ERROR_MODULE_XML_NOT_FOUND_FOR_THE_MODULE] = 
         "Module xml file is not found in the given path";
-    axis2_error_messages[AXIS2_ERROR_OPERATION_NAME_MISSING] = 
-        "AXIS2_ERROR_OPERATION_NAME_MISSING";
     axis2_error_messages[AXIS2_ERROR_SVC_NAME_ERROR] = 
         "AXIS2_ERROR_SVC_NAME_ERROR";
     axis2_error_messages[AXIS2_ERROR_OP_NAME_MISSING] =