mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
removed unnecessary typenames
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
typedef connection socket_con_type;
|
||||
/// The type of a shared pointer to the corresponding connection socket
|
||||
/// component.
|
||||
typedef typename socket_con_type::ptr socket_con_ptr;
|
||||
typedef socket_con_type::ptr socket_con_ptr;
|
||||
|
||||
explicit endpoint() {
|
||||
std::cout << "transport::asio::basic_socket::endpoint constructor"
|
||||
|
||||
@@ -277,7 +277,7 @@ public:
|
||||
typedef connection socket_con_type;
|
||||
/// The type of a shared pointer to the corresponding connection socket
|
||||
/// component.
|
||||
typedef typename socket_con_type::ptr socket_con_ptr;
|
||||
typedef socket_con_type::ptr socket_con_ptr;
|
||||
|
||||
explicit endpoint() {
|
||||
std::cout << "transport::asio::tls_socket::endpoint constructor"
|
||||
|
||||
Reference in New Issue
Block a user