#include <feeserver/fee_lock.hh>
Public Member Functions | |
Guard (Mutex &mutex) | |
~Guard () | |
Protected Attributes | |
Mutex & | _mutex |
FeeServer::Guard::Guard | ( | Mutex & | mutex | ) |
Constructor. Locks the mutex passed
FeeServer::Guard::~Guard | ( | ) |
Destructor. Unlocks the mutex passed
Mutex& FeeServer::Guard::_mutex [protected] |