From 945887004432a7634ce096a7c3744b42ae2ab987 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 28 Dec 2010 23:48:16 +0100 Subject: Specify endpoint in HTTPServer constructor. --- httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.h') diff --git a/httpd.h b/httpd.h index 34866aa..f9c0930 100644 --- a/httpd.h +++ b/httpd.h @@ -31,7 +31,7 @@ class HTTPServer { tcp::acceptor acceptor_; public: - HTTPServer(boost::asio::io_service& io_service); + HTTPServer(boost::asio::io_service& io_service, const tcp::endpoint& endpoint); }; #endif -- cgit v1.2.3