You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/03/08 13:47:52 UTC

svn commit: r920304 - /qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp

Author: jonathan
Date: Mon Mar  8 12:47:52 2010
New Revision: 920304

URL: http://svn.apache.org/viewvc?rev=920304&view=rev
Log:
Fixed #ifndef for XQilla 2.1.3

Modified:
    qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp?rev=920304&r1=920303&r2=920304&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/xml/XmlExchange.cpp Mon Mar  8 12:47:52 2010
@@ -184,7 +184,7 @@
       }
 
       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);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org