tBottleNeck Class Reference

List of all members.

Public Member Functions

 tBottleNeck ()
 ~tBottleNeck ()


Detailed Description

Definition at line 106 of file tMemManager.cpp.


Constructor & Destructor Documentation

tBottleNeck::tBottleNeck (  )  [inline]

Definition at line 109 of file tMemManager.cpp.

References tMockMutex::acquire().

00110     {
00111         st_mutex.acquire();
00112     }

Here is the call graph for this function:

tBottleNeck::~tBottleNeck (  )  [inline]

Definition at line 114 of file tMemManager.cpp.

References tMockMutex::release().

00115     {
00116         st_mutex.release();
00117     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:54:56 2008 for Armagetron Advanced by  doxygen 1.5.4