From c664a1cb1ebdf57be58240df49a5c117d176e8c2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 4 Jun 2008 08:44:25 +0000 Subject: 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 --- ucb/source/ucp/webdav/NeonSession.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/NeonSession.hxx b/ucb/source/ucp/webdav/NeonSession.hxx index 7d096bb51123..e4ecfc817450 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; -- cgit