summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 09:03:22 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 09:03:22 +0000
commitddd8e2fff6aa38ec2c0a8d7cc889dfee8b2e834e (patch)
tree5fbb532b6c72ce60ce91d90c2573b328cb10c63d /ucb
parent702b673aa43d33a92a71abc85b7468ee8acc1687 (diff)
INTEGRATION: CWS maybeb (1.11.212); FILE MERGED
2004/12/16 09:14:35 kso 1.11.212.1: #i9861# - content mutex no longer locked while calling into neon.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/DAVResourceAccess.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/DAVResourceAccess.hxx b/ucb/source/ucp/webdav/DAVResourceAccess.hxx
index 5f702d754d5d..52e3c7e4bbe0 100644
--- a/ucb/source/ucp/webdav/DAVResourceAccess.hxx
+++ b/ucb/source/ucp/webdav/DAVResourceAccess.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DAVResourceAccess.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kso $ $Date: 2002-10-24 11:59:12 $
+ * last change: $Author: obo $ $Date: 2005-03-15 10:03:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,8 +129,10 @@ public:
com::sun::star::lang::XMultiServiceFactory > & rSMgr,
rtl::Reference<
DAVSessionFactory > const & rSessionFactory,
- const rtl::OUString & rURL )
- throw( DAVException );
+ const rtl::OUString & rURL );
+ DAVResourceAccess( const DAVResourceAccess & rOther );
+
+ DAVResourceAccess & operator=( const DAVResourceAccess & rOther );
void setURL( const rtl::OUString & rNewURL )
throw( DAVException );