SolarMutex interface, needed for SolarMutex.
More...
#include <mutex.hxx>
Public Member Functions |
| virtual void | acquire ()=0 |
| | Blocks if mutex is already in use.
|
| virtual sal_Bool | tryToAcquire ()=0 |
| | Tries to get the mutex without blocking.
|
| virtual void | release ()=0 |
| | Releases the mutex.
|
Detailed Description
SolarMutex interface, needed for SolarMutex.
Deprecated, used just for Application::GetSolarMutex().
Constructor & Destructor Documentation
| osl::SolarMutex::SolarMutex |
( |
| ) |
|
|
inlineprotected |
| virtual osl::SolarMutex::~SolarMutex |
( |
| ) |
|
|
inlineprotectedvirtual |
Member Function Documentation
| virtual void osl::SolarMutex::acquire |
( |
| ) |
|
|
pure virtual |
Blocks if mutex is already in use.
| virtual void osl::SolarMutex::release |
( |
| ) |
|
|
pure virtual |
| virtual sal_Bool osl::SolarMutex::tryToAcquire |
( |
| ) |
|
|
pure virtual |
Tries to get the mutex without blocking.
The documentation for this class was generated from the following file: