#include <MboSynch.h>


Public Member Functions | |
| CAlreadyEntered (const std::string &strWhat="Mutex was already entered") | |
Definition at line 511 of file MboSynch.h.
| 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 }
| Hosted on code.google.com | © Marcus Börger | Generated on Fri Jan 18 21:21:12 2008 for MBO-lib by 1.5.4 |