mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove obsolete SharedArg
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
#include <beast/http/message.h>
|
||||
#include <beast/http/parser.h>
|
||||
#include <beast/module/core/core.h>
|
||||
#include <beast/module/asio/basics/SharedArg.h>
|
||||
#include <beast/module/asio/http/HTTPRequestParser.h>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
@@ -46,11 +45,6 @@ namespace HTTP {
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Holds the copy of buffers being sent
|
||||
// VFALCO TODO Replace with std::shared_ptr<std::string>
|
||||
//
|
||||
typedef beast::asio::SharedArg <std::string> SharedBuffer;
|
||||
|
||||
/** Represents an active connection. */
|
||||
class Peer
|
||||
: public std::enable_shared_from_this <Peer>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <beast/intrusive/List.h>
|
||||
#include <beast/threads/SharedData.h>
|
||||
#include <beast/threads/Thread.h>
|
||||
#include <beast/module/asio/basics/SharedArg.h>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <array>
|
||||
|
||||
Reference in New Issue
Block a user