From 6c17a83d14bdf5fc7b4c7c4cd8293f1da0d3844f Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Mon, 8 Mar 2010 12:47:52 +0000 Subject: Fixed #ifndef for XQilla 2.1.3 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@920304 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/xml/XmlExchange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid') diff --git a/cpp/src/qpid/xml/XmlExchange.cpp b/cpp/src/qpid/xml/XmlExchange.cpp index 4cc0767377..b62245b6eb 100644 --- a/cpp/src/qpid/xml/XmlExchange.cpp +++ b/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); -- cgit v1.2.1