summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 08:44:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 08:44:25 +0000
commitc6dff3765c21d6ecec83ca59a2b0380244d68dcd (patch)
tree7a4d79bb00dea386339484529cf98a489b7eaa42 /ucb
parent01de82399862f885283821848c578c223beed139 (diff)
INTEGRATION: CWS tkr10 (1.29.28); FILE MERGED
2008/05/19 09:26:49 tkr 1.29.28.2: RESYNC: (1.29-1.30); FILE MERGED 2008/04/18 12:50:35 tkr 1.29.28.1: #151111# thread safeness
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonSession.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx
index e24b99e7d4..d796292e03 100644
--- a/ucb/source/ucp/webdav/NeonSession.hxx
+++ b/ucb/source/ucp/webdav/NeonSession.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: NeonSession.hxx,v $
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
* This file is part of OpenOffice.org.
*
@@ -53,6 +53,7 @@ class NeonSession : public DAVSession
{
private:
osl::Mutex m_aMutex;
+ static osl::Mutex m_aGlobalMutex;
rtl::OUString m_aScheme;
rtl::OUString m_aHostName;
rtl::OUString m_aProxyName;