

Definition at line 55 of file tcatlockmanager.h.
| OSB_LIB::TcatLockManager::UnlockAll::UnlockAll | ( | std::list< RwMutex * > | lMutex | ) |
Constructor with mutexs.
| lMutex | List of mutexs to unlock. |
| virtual int OSB_LIB::TcatLockManager::UnlockAll::cleanup | ( | ) | [virtual] |
Unlock all mutexs in the list.
Calls Mutex::unlock if lMutex_ is not NULL.
Implements OSB_LIB::Guard::Cleanup.
std::list<RwMutex*> OSB_LIB::TcatLockManager::UnlockAll::lMutex_ [private] |
List of mutexs to unlock.
Definition at line 80 of file tcatlockmanager.h.
1.4.7