Kaydet (Commit) 96e3c301 authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

Unexport the other SolarMutex*Guard templates

The logical follow-up on commit 6d1c8a43.

Also complete inlined templates, so no need for explicit export, which
actually can break the non-pch build on Windows.

Change-Id: Ifebd7608673bba9f3530c01be30bab6414a66976
üst d46ae908
......@@ -1402,7 +1402,7 @@ public:
: osl::Guard<comphelper::SolarMutex>( Application::GetSolarMutex() ) {}
};
class VCL_DLLPUBLIC SolarMutexClearableGuard
class SolarMutexClearableGuard
: public osl::ClearableGuard<comphelper::SolarMutex>
{
public:
......@@ -1410,7 +1410,7 @@ public:
: osl::ClearableGuard<comphelper::SolarMutex>( Application::GetSolarMutex() ) {}
};
class VCL_DLLPUBLIC SolarMutexResettableGuard
class SolarMutexResettableGuard
: public osl::ResettableGuard<comphelper::SolarMutex>
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment