mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge ripple_asio into ripple_net
This commit is contained in:
@@ -12,6 +12,23 @@
|
||||
|
||||
#include "BeastConfig.h"
|
||||
|
||||
// Must come before <boost/bind.hpp>
|
||||
#include "beast/modules/beast_core/beast_core.h"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include <boost/asio/ssl.hpp>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/array.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/unordered_map.hpp> // for unit test
|
||||
#include <boost/mpl/at.hpp>
|
||||
#include <boost/mpl/vector.hpp>
|
||||
|
||||
#include "beast/modules/beast_asio/beast_asio.h"
|
||||
|
||||
#include "ripple_net.h"
|
||||
|
||||
// VFALCO TODO Remove this dependency on theConfig
|
||||
@@ -20,6 +37,10 @@
|
||||
namespace ripple
|
||||
{
|
||||
|
||||
#include "basics/ripple_MultiSocketType.h" // private
|
||||
#include "basics/RippleSSLContext.cpp"
|
||||
#include "basics/ripple_MultiSocket.cpp"
|
||||
|
||||
#include "basics/ripple_HTTPRequest.cpp"
|
||||
#include "basics/ripple_HttpsClient.cpp"
|
||||
#include "basics/ripple_RPCServer.cpp"
|
||||
|
||||
Reference in New Issue
Block a user