DCL 4.0
|
#include <LibState.h>
Public Member Functions | |
InternalMutex (const char *pszName) | |
~InternalMutex () | |
void | lock () |
void | unlock () |
Definition at line 16 of file LibState.h.
__DCL_BEGIN_NAMESPACE InternalMutex::InternalMutex | ( | const char * | pszName | ) |
Definition at line 34 of file LibState.cpp.
InternalMutex::~InternalMutex | ( | ) |
Definition at line 44 of file LibState.cpp.
void InternalMutex::lock | ( | ) |
Definition at line 53 of file LibState.cpp.
void InternalMutex::unlock | ( | ) |
Definition at line 62 of file LibState.cpp.