Alex Bikfalvi
You are here: Home > Projects > SimWorker > Documentation
00001 #include "Headers.h" 00002 #include "Exception.h" 00003 00004 class CExceptionMutex : public CException 00005 { 00006 public: 00007 CExceptionMutex(const char* message, const char* file, int line); 00008 virtual ~CExceptionMutex() { } 00009 };
Last updated: February 8, 2011