MutexClass Class Reference

#include <ThreadClass.h>

Inheritance diagram for MutexClass:

Inheritance graph
[legend]

List of all members.

Public Types

enum  { kNoOwnerThread = -1 }

Public Member Functions

 MutexClass ()
virtual ~MutexClass ()
void Lock (void)
void UnLock (void)


Detailed Description

Creates a mutex object and controls access to the class and related derived classes

Constructor & Destructor Documentation

MutexClass (  ) 

The ctor performs some basic initialisation

virtual ~MutexClass (  )  [virtual]

The dtor makes sure everything is tidy


Member Function Documentation

void Lock ( void   ) 

Tries to lock access to this class. The lock with block until it is able to succeed

void UnLock ( void   ) 

Unlocks access to this class


Generated on Sat Jun 28 22:02:25 2008 for ReplicaNet and RNLobby by  doxygen 1.5.3