IBR-DTNSuite  0.8
ibrcommon::MutexInterface Class Reference

#include <Mutex.h>

Inheritance diagram for ibrcommon::MutexInterface:

List of all members.

Public Member Functions

virtual ~MutexInterface ()=0
virtual void trylock ()=0 throw (MutexException)
virtual void enter ()=0 throw (MutexException)
virtual void leave ()=0 throw (MutexException)

Detailed Description

Definition at line 17 of file Mutex.h.


Constructor & Destructor Documentation

Definition at line 7 of file Mutex.cpp.


Member Function Documentation

virtual void ibrcommon::MutexInterface::enter ( ) throw (MutexException) [pure virtual]
virtual void ibrcommon::MutexInterface::trylock ( ) throw (MutexException) [pure virtual]

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