UDK 3.2.7 C/C++ API Reference
Public Member Functions | Protected Member Functions
osl::SolarMutex Class Reference

SolarMutex interface, needed for SolarMutex. More...

#include <mutex.hxx>

List of all members.

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.

Protected Member Functions

 SolarMutex ()
virtual ~SolarMutex ()

Detailed Description

SolarMutex interface, needed for SolarMutex.

Deprecated, used just for Application::GetSolarMutex().


Constructor & Destructor Documentation

osl::SolarMutex::SolarMutex ( ) [inline, protected]
virtual osl::SolarMutex::~SolarMutex ( ) [inline, protected, virtual]

Member Function Documentation

virtual void osl::SolarMutex::acquire ( ) [pure virtual]

Blocks if mutex is already in use.

virtual void osl::SolarMutex::release ( ) [pure virtual]

Releases the mutex.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines