summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.hxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-11-26 08:45:37 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-11-26 08:45:37 +0000
commit8240d839a4cddc7d2bfa0c89e26a7d1780ff9885 (patch)
tree05e088850d93145602fef76bd4f6de397a1fd565 /ucb/source/ucp/webdav/webdavcontent.hxx
parentc999ddc5ff99508f41448f7fed7c24b9faa86589 (diff)
#90450# - Fixed multithreading problem with DAV session reusage
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.hxx')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx
index 168085d664d4..a8623b37ac25 100644
--- a/ucb/source/ucp/webdav/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav/webdavcontent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: webdavcontent.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kso $ $Date: 2001-07-06 09:30:57 $
+ * last change: $Author: kso $ $Date: 2001-11-26 09:45:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,14 +195,14 @@ public:
ContentProvider* pProvider,
const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XContentIdentifier >& Identifier,
- DAVSessionFactory* pSessionFactory )
+ rtl::Reference< DAVSessionFactory > const & rSessionFactory )
throw ( ::com::sun::star::ucb::ContentCreationException );
Content( const ::com::sun::star::uno::Reference<
::com::sun::star::lang::XMultiServiceFactory >& rxSMgr,
ContentProvider* pProvider,
const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XContentIdentifier >& Identifier,
- DAVSessionFactory* pSessionFactory,
+ rtl::Reference< DAVSessionFactory > const & rSessionFactory,
sal_Bool isCollection )
throw ( ::com::sun::star::ucb::ContentCreationException );
virtual ~Content();