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

@@ -26,7 +26,7 @@
#pragma warning (disable: 4309) // truncation of constant value
#endif
#include <ripple/module/rpc/api/ErrorCodes.h>
#include <ripple/module/rpc/ErrorCodes.h>
#include <ripple/module/app/paths/PathRequest.cpp>
#include <ripple/module/app/paths/PathRequests.cpp>