From 6ebce809112555c87e440c5c78668fec671e0ce7 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 9 Feb 2006 13:25:40 +0000 Subject: INTEGRATION: CWS nfslockproblem (1.7.32); FILE MERGED 2006/02/01 08:20:24 abi 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 16:21:13 kso 1.7.32.1: #i61178# - conditional compile time support for neon 0.25.x (neon API has again changed incompatible). --- ucb/source/ucp/webdav/LockSequence.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/LockSequence.cxx b/ucb/source/ucp/webdav/LockSequence.cxx index 3f92af78d879..427d6bfec71f 100644 --- a/ucb/source/ucp/webdav/LockSequence.cxx +++ b/ucb/source/ucp/webdav/LockSequence.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LockSequence.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:17:03 $ + * last change: $Author: rt $ $Date: 2006-02-09 14:25:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -335,7 +335,11 @@ bool LockSequence::createFromXML( const rtl::OString & rInData, rInData.getStr() + nStart, nEnd - nStart + TOKEN_LENGTH ); +#ifdef NEONTWOFIVE + success = !ne_xml_failed( parser ); +#else success = !!ne_xml_valid( parser ); +#endif ne_xml_destroy( parser ); -- cgit