There's a proper way to workaround the silliness, io_service::work

This commit is contained in:
JoelKatz
2012-09-18 13:21:07 -07:00
parent 77c06a1ca0
commit 73c5b6addb
2 changed files with 4 additions and 13 deletions

View File

@@ -39,8 +39,8 @@ public:
class Application
{
boost::asio::io_service mIOService, mAuxService;
boost::asio::deadline_timer mIOTimer, mAuxTimer;
boost::asio::io_service mIOService, mAuxService;
boost::asio::io_service::work mIOWork, mAuxWork;
Wallet mWallet;
UniqueNodeList mUNL;