#include <CriticalSection.h>
Public Member Functions | |
CriticalSection () | |
CriticalSection (const CriticalSection &other) | |
~CriticalSection () | |
void | operator= (const CriticalSection &other) |
void | enter () |
void | leave () |
operator CRITICAL_SECTION & () | |
Private Attributes | |
CRITICAL_SECTION | m_cs |
int * | m_nRefs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|