summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-22 14:58:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-22 14:58:48 +0100
commitdfbc2f37207f11a3bafb2c5ce0dea4fcc137e527 (patch)
treec204cced1beeeebe92a36de9d8c49ba5556f6a31 /vcl/inc/headless
parent9e519ebf8737c8455b8286aa8abaa8a9c683a04d (diff)
Use C++ osl::Mutex, osl::MutexGuard
...and get rid of that curious "defensive programming" mis-handling of a failing osl_acquireMutex Change-Id: I1730c2d8334f0137ee8646ab990d0914426246bb
Diffstat (limited to 'vcl/inc/headless')
-rw-r--r--vcl/inc/headless/svpinst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index 417afd8f51de..1505a3b16399 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -77,7 +77,7 @@ class VCL_DLLPUBLIC SvpSalInstance : public SalGenericInstance
{}
};
- oslMutex m_aEventGuard;
+ osl::Mutex m_aEventGuard;
std::list< SalUserEvent > m_aUserEvents;
std::list< SalFrame* > m_aFrames;