mbo::CAlreadyEntered Class Reference

lock used with CPotentialLock More...

#include <MboSynch.h>

Inheritance diagram for mbo::CAlreadyEntered:

Inheritance graph
{mbo::runtime_error\n||+ mbo_exception()\l+ mbo_exception()\l+ get_exception_name()\l}{base_exception\n||}{mbo::mbo_stack_trace\n|# m_strStackTrace\l|+ mbo_stack_trace()\l+ mbo_stack_trace()\l+ get_stack_trace()\l}
[legend]
Collaboration diagram for mbo::CAlreadyEntered:

Collaboration graph
{mbo::runtime_error\n||+ mbo_exception()\l+ mbo_exception()\l+ get_exception_name()\l}{base_exception\n||}{mbo::mbo_stack_trace\n|# m_strStackTrace\l|+ mbo_stack_trace()\l+ mbo_stack_trace()\l+ get_stack_trace()\l}
[legend]

List of all members.

Public Member Functions

 CAlreadyEntered (const std::string &strWhat="Mutex was already entered")


Detailed Description

lock used with CPotentialLock

Definition at line 511 of file MboSynch.h.


Constructor & Destructor Documentation

mbo::CAlreadyEntered::CAlreadyEntered ( const std::string &  strWhat = "Mutex was already entered"  )  [inline]

default constructor

Definition at line 517 of file MboSynch.h.

00518         : mbo::runtime_error(strWhat)
00519     {
00520     }


The documentation for this class was generated from the following file:
  Hosted on code.google.com  
© Marcus Börger
Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by doxygen 1.5.4