Add classes ProtectedCall and Main

This commit is contained in:
Vinnie Falco
2013-07-28 13:42:19 -07:00
parent 04fadc84a6
commit cb47146b3b
22 changed files with 429 additions and 556 deletions

View File

@@ -205,7 +205,6 @@ void InterruptibleThread::run ()
m_runEvent.wait ();
//CatchAny (m_function);
m_entryPoint->threadRun ();
}