mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Changes for Beast version 59
This commit is contained in:
committed by
Miguel Portilla
parent
49bdf2e72d
commit
61316c7f95
@@ -21,7 +21,6 @@
|
||||
#include <ripple/basics/ResolverAsio.h>
|
||||
#include <ripple/basics/Log.h>
|
||||
#include <ripple/beast/net/IPAddressConversion.h>
|
||||
#include <beast/core/placeholders.hpp>
|
||||
#include <ripple/beast/core/WaitableEvent.h>
|
||||
#include <boost/asio.hpp>
|
||||
#include <atomic>
|
||||
@@ -336,8 +335,8 @@ public:
|
||||
|
||||
m_resolver.async_resolve (query, std::bind (
|
||||
&ResolverAsioImpl::do_finish, this, name,
|
||||
beast::asio::placeholders::error, handler,
|
||||
beast::asio::placeholders::iterator,
|
||||
std::placeholders::_1, handler,
|
||||
std::placeholders::_2,
|
||||
CompletionCounter (this)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user