Alex Bikfalvi
You are here: Home > Projects > SimWorker > Documentation
00001 #include "Headers.h" 00002 #include "ExceptionSignal.h" 00003 00004 CExceptionSignal::CExceptionSignal(const char* message, const char* file, int line) 00005 : CException(message, file, line) 00006 { 00007 }
Last updated: February 8, 2011