IBR-DTNSuite
0.12
|
#include <Mutex.h>
Public Member Functions | |
virtual | ~MutexInterface ()=0 |
virtual void | trylock ()=0 throw (MutexException) |
virtual void | enter ()=0 throw (MutexException) |
virtual void | leave ()=0 throw (MutexException) |
|
pure virtual |
|
pure virtual |
Implemented in ibrcommon::Mutex, and ibrcommon::MutexMock.
Referenced by ibrcommon::MutexLock::MutexLock().
|
pure virtual |
Implemented in ibrcommon::Mutex, and ibrcommon::MutexMock.
Referenced by ibrcommon::MutexLock::~MutexLock(), and ibrcommon::MutexTryLock::~MutexTryLock().
|
pure virtual |
Implemented in ibrcommon::Mutex, and ibrcommon::MutexMock.
Referenced by ibrcommon::MutexTryLock::MutexTryLock().