#include <ILockable.h>
Inherited by FifoCriticalSection, and PtMutex.
It's meant to let a variety of classes be served by the LockHolder class.
Public Member Functions | |
| virtual void | lock ()=0 throw (::std::exception) |
| virtual void | unlock ()=0 throw (::std::exception) |
| virtual bool | try_lock ()=0 throw (::std::exception) |
|
|
Implemented in FifoCriticalSection, and PtMutex.
|
|
|
Implemented in PtMutex.
|
|
|
Implemented in FifoCriticalSection, and PtMutex.
|
1.3.8