diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:19:27 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:19:27 +0000 |
commit | 29b679de9b02f9b9952df42de61b0304d70aae3d (patch) | |
tree | 87eab0eca3ddcf40e11b2da5855c9558ddedf541 /ucb/source | |
parent | 378281ca91754426db50b368d4bb7f0624439112 (diff) |
INTEGRATION: CWS bgdlremove (1.18.62); FILE MERGED
2007/05/25 10:50:54 kso 1.18.62.1: #i76910# - Remove obsolete background download stuff from UCB.
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/webdav/DAVSession.hxx | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx index bc5d2e71fc4d..fb3ce84a2fe1 100644 --- a/ucb/source/ucp/webdav/DAVSession.hxx +++ b/ucb/source/ucp/webdav/DAVSession.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVSession.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:34:38 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:19:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -135,11 +135,6 @@ public: const DAVRequestEnvironment & rEnv ) throw( DAVException ) = 0; - virtual void GET( void* userData, - const ::rtl::OUString & inPath, - const DAVRequestEnvironment & rEnv ) - throw( DAVException ) = 0; - virtual void GET( const ::rtl::OUString & inPath, com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >& o, const DAVRequestEnvironment & rEnv ) @@ -152,13 +147,6 @@ public: const DAVRequestEnvironment & rEnv ) throw( DAVException ) = 0; - virtual void GET( void* userData, - const ::rtl::OUString & inPath, - const std::vector< ::rtl::OUString > & inHeaderNames, - DAVResource & ioResource, - const DAVRequestEnvironment & rEnv ) - throw( DAVException ) = 0; - virtual void GET( const ::rtl::OUString & inPath, com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >& o, const std::vector< ::rtl::OUString > & inHeaderNames, |