diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:03:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-07 09:03:15 +0000 |
commit | da922739f707a32fff506475663df99bdc6def71 (patch) | |
tree | a6f820be8a26626148918c819249e938ddf9f410 /ucb | |
parent | 6685198d3c35654f25cf615dea8b131a7ae9916e (diff) |
INTEGRATION: CWS tkr05_SRC680 (1.12.74); FILE MERGED
2007/09/20 11:01:15 tkr 1.12.74.1: #i31053#: WebDAV HTTPS Support
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/DAVSessionFactory.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.cxx b/ucb/source/ucp/webdav/DAVSessionFactory.cxx index cd3d6aeadfc0..37dc8b869768 100644 --- a/ucb/source/ucp/webdav/DAVSessionFactory.cxx +++ b/ucb/source/ucp/webdav/DAVSessionFactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVSessionFactory.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:04:55 $ + * last change: $Author: rt $ $Date: 2007-11-07 10:03:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,8 @@ rtl::Reference< DAVSession > DAVSessionFactory::createDAVSession( const uno::Reference< lang::XMultiServiceFactory > & rxSMgr ) throw( DAVException ) { + m_xMSF = rxSMgr; + osl::MutexGuard aGuard( m_aMutex ); if ( !m_xProxyDecider.get() ) |