Remove obsolete classes, disable unused code, and tidy up:

* Removed MultiSocket. Code that previously used the MultiSocket now uses
  a combination of boost::asio coroutines and CRTP.
* Sitefiles headers rolled up and directory flattened.
* Disabled Sitefiles use of deprecated HTTPClient.
* Validators headers tidied up.
* Disabled Validators use of deprecated HTTPClient.
This commit is contained in:
Vinnie Falco
2014-10-25 17:34:50 -07:00
parent c228f5a244
commit 8be8853c33
24 changed files with 184 additions and 1859 deletions

View File

@@ -17,6 +17,7 @@
*/
//==============================================================================
#include <beast/module/core/maths/Random.h>
#include <beast/unit_test/suite.h>
namespace ripple {