From: Aleš Křenek Date: Mon, 30 Jul 2007 18:22:34 +0000 (+0000) Subject: typo X-Git-Tag: glite-lb-build_R_1_6_0_1~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=35722a16cecb17bd390aa05bac4ca9f76341cfd4;p=jra1mw.git typo --- 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. */