Add classes ProtectedCall and Main

This commit is contained in:
Vinnie Falco
2013-07-28 13:42:19 -07:00
parent 217d3bb7a8
commit 7347477d42
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 ();
}