#include <cel_lockable.h>

Public Member Functions | |
| virtual void | lock () const =0 |
| virtual void | unlock () const =0 |
Definition at line 25 of file cel_lockable.h.
| virtual void Celartem::Lockable::lock | ( | ) | const [pure virtual] |
The actual meanings of this method is defined in the derived class.
Implemented in Celartem::DjVu::Chunk, Celartem::DjVu::Data, Celartem::DjVu::MemoryData, Celartem::NullStream, Celartem::ByteCounterStream, Celartem::PartialStream, Celartem::Semaphore, Celartem::Mutex, and Celartem::NamedMutex.
| virtual void Celartem::Lockable::unlock | ( | ) | const [pure virtual] |
The actual meanings of this method is defined in the derived class.
Implemented in Celartem::DjVu::Chunk, Celartem::DjVu::Data, Celartem::DjVu::MemoryData, Celartem::NullStream, Celartem::ByteCounterStream, Celartem::PartialStream, Celartem::Semaphore, Celartem::Mutex, and Celartem::NamedMutex.
Referenced by Celartem::Locker::unlock().