Removed WMS
authorElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 10 Aug 2004 15:58:58 +0000 (15:58 +0000)
committerElisabetta Ronchieri <elisabetta.ronchieri@cnaf.infn.it>
Tue, 10 Aug 2004 15:58:58 +0000 (15:58 +0000)
org.glite.wms-utils.exception/interface/glite/wmsutils/exception/exception_codes.h

index 7597e08..fce99aa 100755 (executable)
@@ -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,