From 0d157fb407a35f8afe6d6f0f4c2cc5cd5d5a1933 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 9 Apr 2020 18:30:32 +0200 Subject: Prepared generate_page for static-files plugin --- http.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'http.h') diff --git a/http.h b/http.h index d98170d..c8f27a3 100644 --- a/http.h +++ b/http.h @@ -10,9 +10,8 @@ namespace HTTP { class Server: public ::Server { - const Socket& m_socket; public: - Server(Config& config, boost::asio::io_context& ioc, const Socket& socket); + Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& plugins); virtual ~Server(); int start() override; }; -- cgit v1.2.3