Use deadline_timer to handle async logic properly

This commit is contained in:
Vinnie Falco
2013-08-09 23:14:58 -07:00
parent e8ad5a0e6b
commit 685af493a4
11 changed files with 328 additions and 69 deletions

View File

@@ -52,6 +52,11 @@ void TestPeerLogic::on_connect_async (error_code const&)
pure_virtual ();
}
void TestPeerLogic::finished ()
{
pure_virtual ();
}
void TestPeerLogic::pure_virtual ()
{
fatal_error ("A TestPeerLogic function was called incorrectly");