summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 11:13:43 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 11:13:43 +0000
commit41774609d7f83047545da5b82ca8075fbea48e6d (patch)
tree9f96ce53d13cacaed70a0a6d682cf929df0d12d7 /ucb/source/ucp
parent3b7e592a69b83bf33387d56515c107ad81898392 (diff)
INTEGRATION: CWS neonupdate (1.27.8); FILE MERGED
2007/06/21 15:15:26 kso 1.27.8.2: #i77023# - Removed support for neon < 0.26. 2007/06/21 14:30:04 kso 1.27.8.1: #i77023# - compiles again => warning free.
Diffstat (limited to 'ucb/source/ucp')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx
index 00e267e3c55b..d81eacf6d65e 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.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: ihi $ $Date: 2007-06-05 18:19:54 $
+ * last change: $Author: rt $ $Date: 2007-07-03 12:13:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,10 +49,6 @@
#include "NeonTypes.hxx"
#endif
-#if NEON_VERSION >= 0250
-typedef void (*ne_header_handler)(void *userdata, const char *value);
-#endif
-
namespace ucbhelper { class ProxyDecider; }
namespace webdav_ucp
@@ -256,7 +252,7 @@ class NeonSession : public DAVSession
static int GET( ne_session * sess,
const char * uri,
ne_block_reader reader,
- ne_header_handler handler,
+ bool getheaders,
void * userdata );
// Buffer-based PUT implementation. Neon only has file descriptor-