#include <MboSynch.h>
Public Member Functions | |
virtual void | Enter () const |
virtual void | Leave () const |
virtual CLock | GetLock () const |
virtual unsigned long | GetLevel () const |
Definition at line 930 of file MboSynch.h.
virtual void mbo::CCriticalSectionFake::Enter | ( | ) | const [inline, virtual] |
virtual void mbo::CCriticalSectionFake::Leave | ( | ) | const [inline, virtual] |
virtual CLock mbo::CCriticalSectionFake::GetLock | ( | ) | const [inline, virtual] |
Get Lock for Critical Section
Implements mbo::ICriticalSection.
Definition at line 951 of file MboSynch.h.
virtual unsigned long mbo::CCriticalSectionFake::GetLevel | ( | ) | const [inline, virtual] |
Always returns 1 so that CUnlock can work.
Implements mbo::ICriticalSection.
Definition at line 963 of file MboSynch.h.
Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:13 2008 for MBO-lib by ![]() |