From c74db735355f6ab0817d1edf1bf2de7ff7c2d5eb Mon Sep 17 00:00:00 2001 From: Elisabetta Ronchieri Date: Tue, 10 Aug 2004 15:58:58 +0000 Subject: [PATCH] Removed WMS --- .../interface/glite/wmsutils/exception/exception_codes.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 1.8.2.3