diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:26:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:26:34 +0000 |
commit | 7e7586b3bb7fa104f0098808c4895707fc8e5a48 (patch) | |
tree | 784821c83f67212fb5920fb6eb5d935bc383815a /ucb | |
parent | ae43ee436dab48e5f833f144456a5626aef827cc (diff) |
INTEGRATION: CWS nfslockproblem (1.23.26); FILE MERGED
2006/01/26 16:21:15 kso 1.23.26.1: #i61178# - conditional compile time support for neon 0.25.x
(neon API has again changed incompatible).
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx index a5dff55bdb37..5907c4e4b643 100644 --- a/ucb/source/ucp/webdav/NeonSession.hxx +++ b/ucb/source/ucp/webdav/NeonSession.hxx @@ -4,9 +4,9 @@ * * $RCSfile: NeonSession.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-10-18 08:47:16 $ + * last change: $Author: rt $ $Date: 2006-02-09 14:26:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,6 +49,10 @@ #include "NeonTypes.hxx" #endif +#ifdef NEONTWOFIVE +typedef void (*ne_header_handler)(void *userdata, const char *value); +#endif + namespace ucbhelper { class ProxyDecider; } namespace webdav_ucp |