#include <SyncObjects.h>
Inheritance diagram for OW32::CSyncObject:

Public Member Functions | |
| virtual BOOL | Lock (DWORD dwTimeout=INFINITE)=0 |
| Lock the object. | |
| virtual void | Unlock ()=0 |
| Unlock the object. | |
Protected Member Functions | |
| CSyncObject () | |
| Construct an empty sync object. | |
| virtual | ~CSyncObject ()=0 |
| Tidy the sync object. | |
|
|
Lock the object.
Implemented in OW32::CCriticalSection, OW32::CEvent, OW32::CSemaphore, and OW32::CMutex. |
1.3.9.1