summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-03-08 12:47:52 +0000
committerJonathan Robie <jonathan@apache.org>2010-03-08 12:47:52 +0000
commit34393aea587bf35d1ff2f337a37c779d64af3fb7 (patch)
tree35d04be17ec2aa84077cd842e8a063925118a70d /qpid/cpp
parent8a0a7c437289dd1fc9fa2d58fd7f82b3f5272cff (diff)
downloadqpid-python-34393aea587bf35d1ff2f337a37c779d64af3fb7.tar.gz
Fixed #ifndef for XQilla 2.1.3
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@920304 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/xml/XmlExchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/xml/XmlExchange.cpp b/qpid/cpp/src/qpid/xml/XmlExchange.cpp
index 4cc0767377..b62245b6eb 100644
--- a/qpid/cpp/src/qpid/xml/XmlExchange.cpp
+++ b/qpid/cpp/src/qpid/xml/XmlExchange.cpp
@@ -184,7 +184,7 @@ bool XmlExchange::matches(Query& query, Deliverable& msg, const qpid::framing::F
}
Result result = query->execute(context.get());
-#ifndef XQILLA_BEFORE_2_2_3
+#ifndef XQILLA_2_1_3
Item::Ptr first_ = result->next(context.get());
Item::Ptr second_ = result->next(context.get());
return XQEffectiveBooleanValue::get(first_, second_, context.get(), 0);