DBus::Mutex Class Reference

#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 (  )  [inline, virtual]

Definition at line 195 of file dispatcher.h.


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]

Definition at line 201 of file dispatcher.h.


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