added error constant to support SQL parsing in R-CGMA
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 27 Jan 2005 14:29:27 +0000 (14:29 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 27 Jan 2005 14:29:27 +0000 (14:29 +0000)
org.glite.lb.client-interface/interface/context.h
org.glite.lb.client-interface/project/version.properties

index c22e713..e2c427d 100644 (file)
@@ -155,6 +155,7 @@ typedef enum _edg_wll_ErrorCode {
        EDG_WLL_IL_SYS,         /**< Interlogger internal error. */
        EDG_WLL_IL_EVENTS_WAITING, /**< Interlogger still has events pending delivery. */
        EDG_WLL_ERROR_COMPARE_EVENTS, /**< Two compared events differ. */
+       EDG_WLL_ERROR_SQL_PARSE, /**< Error in SQL parsing. */
 } edg_wll_ErrorCode;
 
 /**
index 64ea078..605ebdd 100644 (file)
@@ -1,4 +1,4 @@
 #Wed Jan 12 04:06:13 CET 2005
-module.version=1.1.0
+module.version=1.1.1
 module.build=146
 module.age=1