summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-03-04 21:08:45 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-03-04 21:08:45 +0000
commit948712ce791f9300ab015d77ad604c332c3f836a (patch)
treea22fbc076b1f910d8e59fce4c3388ef0eb66aeea /qpid/cpp/src/Makefile.am
parent8d952718247e3c96d180181da95d65b3dc7db035 (diff)
downloadqpid-python-948712ce791f9300ab015d77ad604c332c3f836a.tar.gz
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
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \