Tidy up rpc module:

* Move directory up to ripple/module/rpc
* Use C++11 idioms and best practices
This commit is contained in:
Tom Ritchford
2014-06-16 17:20:29 -04:00
committed by Vinnie Falco
parent 27a4f44de5
commit a23013abc1
90 changed files with 1166 additions and 986 deletions

View File

@@ -46,7 +46,7 @@
// directly (instead of the module header). The corresponding .cpp
// still uses the unity style inclusion.
//
#include <ripple/module/rpc/api/ErrorCodes.h>
#include <ripple/module/rpc/ErrorCodes.h>
#include <ripple/common/jsonrpc_fields.h>
#include <ripple/module/net/basics/HTTPRequest.cpp>