11 #ifndef __SCRITICALSECTION__H__
12 #define __SCRITICALSECTION__H__
14 #include <utilities-def.h>
SAutoLock(SCriticalSection &cs)
Constructor.
Wrapper class for a critical section.
SCriticalSectionImpl * m_cs
void Leave()
Leaves the critical section.
SCriticalSection()
Constructor. Initializes a new critical section.
void Enter()
Enters the critical section.
Implementation class for critical section.