enabling defaultctor for Server

This commit is contained in:
Dennis Luxen 2014-07-28 12:04:11 +02:00
parent 79bc071754
commit fc87b0a11e

View File

@ -63,7 +63,7 @@ class Server
boost::bind(&Server::HandleAccept, this, boost::asio::placeholders::error)); boost::bind(&Server::HandleAccept, this, boost::asio::placeholders::error));
} }
Server() = delete; // Server() = delete;
// Server(const Server &) = delete; // Server(const Server &) = delete;
void Run() void Run()