Refactor the structure of ServerHandler:

This is a cleanup to the structure of the sources.
* Rename to ServerHandler
* Move private implementation declaration to separate header
* De-inline function definitions in the class declaration.
This commit is contained in:
Vinnie Falco
2014-10-26 19:15:40 -07:00
parent 2c8e90c9d8
commit feb997481c
9 changed files with 405 additions and 322 deletions

View File

@@ -29,7 +29,7 @@
#include <ripple/app/main/NodeStoreScheduler.cpp>
#include <ripple/app/main/IoServicePool.cpp>
#include <ripple/app/main/FatalErrorReporter.cpp>
#include <ripple/app/main/RPCHTTPServer.cpp>
#include <ripple/app/main/ServerHandlerImp.cpp>
#include <ripple/app/tx/TxQueueEntry.h>
#include <ripple/app/tx/TxQueueEntry.cpp>
#include <ripple/app/tx/TxQueue.cpp>