From c8dfe448009061aacb3e6865fd9fb9e1254c673c Mon Sep 17 00:00:00 2001 From: blockc p Date: Wed, 12 Aug 2020 02:59:56 +0000 Subject: [PATCH] Update websocket.hpp --- include/fc/network/http/websocket.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/fc/network/http/websocket.hpp b/include/fc/network/http/websocket.hpp index 12e9119..6cfd66c 100755 --- a/include/fc/network/http/websocket.hpp +++ b/include/fc/network/http/websocket.hpp @@ -72,9 +72,6 @@ namespace fc { namespace http { void listen( uint16_t port ); void listen( const fc::ip::endpoint& ep ); void start_accept(); - uint16_t get_listening_port(); - void stop_listening(); - void close(); private: friend class detail::websocket_tls_server_impl;