From: Elisabetta Ronchieri Date: Tue, 10 Aug 2004 15:58:58 +0000 (+0000) Subject: Removed WMS X-Git-Tag: merge_gss2scm_dst~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c74db735355f6ab0817d1edf1bf2de7ff7c2d5eb;p=jra1mw.git Removed WMS --- diff --git a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h index 7597e08..fce99aa 100755 --- a/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h +++ b/org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h @@ -19,11 +19,11 @@ namespace exception { */ enum { WMS_COMMON_BASE = GLITE_WMS_COMMON_ERROR_BASE, - WMS_THREAD_INIT , // pthread_attr_init method failed - WMS_THREAD_DETACH , // pthread_attr_setdetachstate method failed - WMS_THREAD_CREATE , // pthread_create method failed - WMS_THREAD_JOIN, - WMS_THREAD_SSL, + THREAD_INIT , // pthread_attr_init method failed + THREAD_DETACH , // pthread_attr_setdetachstate method failed + THREAD_CREATE , // pthread_create method failed + THREAD_JOIN, + THREAD_SSL, WMS_FATAL_ERROR, WMS_UI_ERROR_BASE = GLITE_WMS_USERINTERFACE_ERROR_BASE, WMS_NS_ERROR_BASE = GLITE_WMS_NETWORKSERVER_ERROR_BASE,