From 5400eaea898bcf6526d5c18fa8c274ee51081002 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 18 Apr 2020 15:07:33 +0200 Subject: CGI interface --- server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server.h') diff --git a/server.h b/server.h index ec674b7..11a8826 100644 --- a/server.h +++ b/server.h @@ -7,8 +7,6 @@ using namespace std::string_literals; -static const std::string VersionString{ "Webserver "s + std::string{VERSION} }; - // Base class for HTTP and HTTPS classes class Server { @@ -19,6 +17,8 @@ protected: plugins_container_type& m_plugins; public: + static const std::string VersionString; + Server(Config& config, boost::asio::io_context& ioc, const Socket& socket, plugins_container_type& m_plugins); virtual ~Server(); -- cgit v1.2.3