|
Windows C++ Library
|
#include <CriticalSection.hpp>
Public Member Functions | |
| CCriticalSection () | |
| ~CCriticalSection () | |
| virtual void | Aquire () |
| virtual void | Release () |
Protected Attributes | |
| CRITICAL_SECTION | m_oLock |
| void CCriticalSection::Aquire | ( | ) | [virtual] |
Implements IThreadLock.
| void CCriticalSection::Release | ( | ) | [virtual] |
Implements IThreadLock.
CRITICAL_SECTION CCriticalSection::m_oLock [protected] |
1.7.6.1