![]() |
![]() |
|
Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
||
![]() |
![]() |
#include <Mutex.h>
Collaboration diagram for FIX::Locker:

Public Member Functions | |
| Locker (Mutex &mutex) | |
| ~Locker () | |
Private Attributes | |
| Mutex & | m_mutex |
Definition at line 95 of file Mutex.h.
|
|
Definition at line 98 of file Mutex.h. References FIX::Mutex::lock().
|
|
|
Definition at line 104 of file Mutex.h. References FIX::Mutex::unlock().
00105 {
00106 m_mutex.unlock();
00107 }
|
|
|
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001