IBR-DTNSuite  0.8
ibrcommon::MutexMock Class Reference

#include <Mutex.h>

Inheritance diagram for ibrcommon::MutexMock:
Collaboration diagram for ibrcommon::MutexMock:

List of all members.

Public Member Functions

 MutexMock ()
virtual ~MutexMock ()
virtual void trylock () throw (MutexException)
virtual void enter () throw (MutexException)
virtual void leave () throw (MutexException)

Detailed Description

Definition at line 27 of file Mutex.h.


Constructor & Destructor Documentation

Definition at line 30 of file Mutex.h.

virtual ibrcommon::MutexMock::~MutexMock ( ) [inline, virtual]

Definition at line 31 of file Mutex.h.


Member Function Documentation

virtual void ibrcommon::MutexMock::enter ( ) throw (MutexException) [inline, virtual]

Implements ibrcommon::MutexInterface.

Definition at line 34 of file Mutex.h.

virtual void ibrcommon::MutexMock::leave ( ) throw (MutexException) [inline, virtual]

Implements ibrcommon::MutexInterface.

Definition at line 35 of file Mutex.h.

virtual void ibrcommon::MutexMock::trylock ( ) throw (MutexException) [inline, virtual]

Implements ibrcommon::MutexInterface.

Definition at line 33 of file Mutex.h.


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