mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
adds a pointer type
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
#ifndef WEBSOCKETPP_TRANSPORT_IOSTREAM_CON_HPP
|
||||
#define WEBSOCKETPP_TRANSPORT_IOSTREAM_CON_HPP
|
||||
|
||||
#include <websocketpp/common/memory.hpp>
|
||||
|
||||
#include <websocketpp/transport/base/connection.hpp>
|
||||
#include <websocketpp/transport/iostream/base.hpp>
|
||||
|
||||
@@ -42,6 +44,7 @@ template <typename concurrency>
|
||||
class connection {
|
||||
public:
|
||||
typedef connection<concurrency> type;
|
||||
typedef lib::shared_ptr<type> ptr;
|
||||
|
||||
class handler_interface {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user