diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:19:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:19:54 +0000 |
commit | abd60754e7344c7594e1adcc09f9484711e9af88 (patch) | |
tree | c504d5e17cc2bfae8c5fb1baea5a4c6c07c4ee9c /ucb | |
parent | 64789ae695394725a7cc9bde1374c4f87d95e1ca (diff) |
INTEGRATION: CWS bgdlremove (1.26.58); FILE MERGED
2007/05/25 10:50:54 kso 1.26.58.1: #i76910# - Remove obsolete background download stuff from UCB.
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.hxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx index a953c9915878..00e267e3c55b 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.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2006-07-19 09:35:52 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:19:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,12 +148,6 @@ class NeonSession : public DAVSession throw ( DAVException ); virtual void - GET( void* userData, - const ::rtl::OUString & inPath, - const DAVRequestEnvironment & rEnv ) - throw( DAVException ); - - virtual void GET( const ::rtl::OUString & inPath, com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > & ioOutputStream, @@ -169,14 +163,6 @@ class NeonSession : public DAVSession throw ( DAVException ); virtual void - GET( void* userData, - const ::rtl::OUString & inPath, - const std::vector< ::rtl::OUString > & inHeaderNames, - DAVResource & ioResource, - const DAVRequestEnvironment & rEnv ) - throw( DAVException ); - - virtual void GET( const ::rtl::OUString & inPath, com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > & ioOutputStream, |