#include <RixInterfaces.h>
Inheritance diagram for RixThreadUtils:
Public Member Functions | |
virtual RixMutex * | NewMutex () const =0 |
Get a new RixMutex object. NOTE: It must be deleted. | |
virtual int | GetVersion () const |
Get the version number of this interface. | |
Protected Member Functions | |
RixThreadUtils () | |
Constructor is for internal use only. | |
Protected Attributes | |
int | m_version |
Version number of this interface. |
|
Constructor is for internal use only.
|
|
Get the version number of this interface. Different interfaces might have different version numbers in a given release. |
|
Get a new RixMutex object. NOTE: It must be deleted.
|
|
Version number of this interface.
|