From 35722a16cecb17bd390aa05bac4ca9f76341cfd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 30 Jul 2007 18:22:34 +0000 Subject: [PATCH] typo --- org.glite.lb.client-interface/interface/ServerConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client-interface/interface/ServerConnection.h b/org.glite.lb.client-interface/interface/ServerConnection.h index e15ec8e..b6c6a6c 100644 --- a/org.glite.lb.client-interface/interface/ServerConnection.h +++ b/org.glite.lb.client-interface/interface/ServerConnection.h @@ -53,7 +53,7 @@ public: HOST = EDG_WLL_QUERY_ATTR_HOST, /**< Hostname where the event was generated. */ SOURCE = EDG_WLL_QUERY_ATTR_SOURCE, /**< Source component that sent the event. */ INSTANCE = EDG_WLL_QUERY_ATTR_INSTANCE, /**< Instance of the source component. */ - EVENT = EDG_WLL_QUERY_ATTR_EVENT_TYPE, /**< Event type. */ + EVENT_TYPE = EDG_WLL_QUERY_ATTR_EVENT_TYPE, /**< Event type. */ CHKPT = EDG_WLL_QUERY_ATTR_CHKPT_TAG, /**< Checkpoint tag. */ RESUBMITTED = EDG_WLL_QUERY_ATTR_RESUBMITTED, /**< Job was resubmitted */ PARENT = EDG_WLL_QUERY_ATTR_PARENT, /**< Id of the parent job. */ -- 1.8.2.3