Audaspace  1.4.0
A high level audio library.
Public Member Functions | List of all members
ILockable Interface Referenceabstract

This class provides an interface for lockable objects. More...

#include <ILockable.h>

Inheritance diagram for ILockable:
Inheritance graph
[legend]

Public Member Functions

virtual void lock ()=0
 Locks the object.
 
virtual void unlock ()=0
 Unlocks the previously locked object.
 

Detailed Description

This class provides an interface for lockable objects.


The documentation for this interface was generated from the following file: