diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-03-04 21:08:45 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-03-04 21:08:45 +0000 |
| commit | dfada942aa6795a44bcf6988fc300d0767c994e8 (patch) | |
| tree | 07e59fa97f4a2d3a83e1e5a06786101251439497 /cpp/src/Makefile.am | |
| parent | 5ebf2fd5b0e7ada7089437efa95e37c6f473fcfc (diff) | |
| download | qpid-python-dfada942aa6795a44bcf6988fc300d0767c994e8.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/qpid@1452525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 7fb210ef7c..7293c76cf3 100644 --- a/cpp/src/Makefile.am +++ b/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 \ |
