Removed unnecessary public:
This commit is contained in:
parent
fa8c381a4f
commit
f5e65bf422
1 changed files with 0 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ namespace SimpleWeb {
|
||||||
|
|
||||||
std::function<void(std::shared_ptr<socket_type> socket, std::shared_ptr<typename ServerBase<socket_type>::Request>)> on_upgrade;
|
std::function<void(std::shared_ptr<socket_type> socket, std::shared_ptr<typename ServerBase<socket_type>::Request>)> on_upgrade;
|
||||||
|
|
||||||
public:
|
|
||||||
virtual void start() {
|
virtual void start() {
|
||||||
if(!io_service)
|
if(!io_service)
|
||||||
io_service=std::make_shared<boost::asio::io_service>();
|
io_service=std::make_shared<boost::asio::io_service>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue