General refactoring of beast framework classes

This commit is contained in:
Vinnie Falco
2013-09-12 08:26:25 -07:00
parent 84ef06e35c
commit 02acf7d6d0
26 changed files with 514 additions and 306 deletions

View File

@@ -30,7 +30,7 @@ private:
m_thread.stop (true);
}
void performAtExit ()
void onExit ()
{
//delete this;
}