#include <dispatcher.h>
List of all members.
Public Member Functions |
virtual | ~Mutex () |
virtual void | lock ()=0 |
virtual void | unlock ()=0 |
Protected Attributes |
Internal * | _int |
Detailed Description
Definition at line 191 of file dispatcher.h.
Constructor & Destructor Documentation
virtual DBus::Mutex::~Mutex |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void DBus::Mutex::lock |
( |
| ) |
|
|
pure virtual |
virtual void DBus::Mutex::unlock |
( |
| ) |
|
|
pure virtual |
Member Data Documentation
Internal* DBus::Mutex::_int |
|
protected |
The documentation for this class was generated from the following file: