fsMutex Class Reference

#include <fsMutex.h>

List of all members.

Public Member Functions

void Unlock ()
void Lock ()
 fsMutex ()
virtual ~fsMutex ()

Protected Attributes

HANDLE m_mx
int m_cLocks


Detailed Description

Definition at line 13 of file fsMutex.h.


Constructor & Destructor Documentation

fsMutex::fsMutex (  ) 

Definition at line 15 of file fsMutex.cpp.

References FALSE, m_cLocks, m_mx, and NULL.

fsMutex::~fsMutex (  )  [virtual]

Definition at line 21 of file fsMutex.cpp.

References m_mx.


Member Function Documentation

void fsMutex::Unlock (  ) 

void fsMutex::Lock (  ) 


Member Data Documentation

HANDLE fsMutex::m_mx [protected]

Definition at line 22 of file fsMutex.h.

Referenced by fsMutex(), Lock(), Unlock(), and ~fsMutex().

int fsMutex::m_cLocks [protected]

Definition at line 23 of file fsMutex.h.

Referenced by fsMutex(), Lock(), and Unlock().


The documentation for this class was generated from the following files:

Generated on Sun May 25 00:21:07 2008 by  doxygen 1.5.6