Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Scoped lock template: calls lock() in ctor, unlock() in dtor. More...
#include <qpid/sys/Mutex.h>
Public Member Functions | |
ScopedLock (L &l) | |
~ScopedLock () |
Scoped lock template: calls lock() in ctor, unlock() in dtor.
L can be any class with lock() and unlock() functions.