From 76924179503f19bb1a1428b210163a1efb68366d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Wed, 17 Dec 2008 13:57:57 +0000 Subject: [PATCH] CHANGED only since LB 2.0 --- org.glite.lb.doc/src/consumer_api.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.doc/src/consumer_api.tex b/org.glite.lb.doc/src/consumer_api.tex index 18cd306..3cb3361 100644 --- a/org.glite.lb.doc/src/consumer_api.tex +++ b/org.glite.lb.doc/src/consumer_api.tex @@ -198,7 +198,7 @@ The table~\ref{t:cqueryop} shows all supported query operations. \lstinline'EDG_WLL_QUERY_OP_GREATER' & Attribute is less than the operand value. \\ \lstinline'EDG_WLL_QUERY_OP_WITHIN' & Attribute is in given interval. \\ \lstinline'EDG_WLL_QUERY_OP_UNEQUAL' & Attribute is not equal to the operand value. \\ -\lstinline'EDG_WLL_QUERY_OP_CHANGED' & Attribute has changed from last check (supported only in notification matching). \\ +\lstinline'EDG_WLL_QUERY_OP_CHANGED' & Attribute has changed from last check (supported since \LBnew in notification matching). \\ \end{tabularx} \caption{Query record specific operations.} \label{t:cqueryop} -- 1.8.2.3