From 948712ce791f9300ab015d77ad604c332c3f836a Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 4 Mar 2013 21:08:45 +0000 Subject: QPID-4558: Selectors for C++ broker - Added numeric and boolean values * To literals and identifier values * To the code that extracts values from message properties - Added the full set of comparison operators - Implemented full "unknown" semantics for all operators. - Implemented extended "is null" and "is not null" operators that allow expressions as well as just identifiers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1452525 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/cpp/src/Makefile.am') diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 7fb210ef7c..7293c76cf3 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -719,6 +719,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/SelectorExpression.h \ qpid/broker/SelectorToken.cpp \ qpid/broker/SelectorToken.h \ + qpid/broker/SelectorValue.cpp \ + qpid/broker/SelectorValue.h \ qpid/broker/SemanticState.cpp \ qpid/broker/SemanticState.h \ qpid/broker/SessionAdapter.cpp \ -- cgit v1.2.1