Change to the Application io_service:

* Simplified the implementation and removed class IoServicePool
* The io_service outlives the components of the Application
This commit is contained in:
Vinnie Falco
2014-11-02 12:32:41 -08:00
parent a38fb2a5dc
commit 73c74f753c
7 changed files with 88 additions and 198 deletions

View File

@@ -25,9 +25,9 @@
#include <ripple/unity/websocket.h>
#include <ripple/unity/resource.h>
#include <ripple/http/Server.h>
#include <ripple/app/impl/BasicApp.cpp>
#include <ripple/app/main/CollectorManager.cpp>
#include <ripple/app/main/NodeStoreScheduler.cpp>
#include <ripple/app/main/IoServicePool.cpp>
#include <ripple/app/main/FatalErrorReporter.cpp>
#include <ripple/app/main/ServerHandlerImp.cpp>
#include <ripple/app/tx/TxQueueEntry.h>