diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-04 08:44:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-04 08:44:25 +0000 |
commit | c664a1cb1ebdf57be58240df49a5c117d176e8c2 (patch) | |
tree | ce0fdf27055753c4897b89cbf690aecb834a3055 | |
parent | 1acbdacfa460ef7c957fb4fbf7d0233dede6592a (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
-rw-r--r-- | ucb/source/ucp/webdav/NeonSession.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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; |