Cleanup of server-constructors. Previous constructors have been marked as deprecated.

This commit is contained in:
eidheim 2016-12-29 09:53:58 +01:00
commit 6c3a59d9ba
6 changed files with 58 additions and 30 deletions

View file

@ -8,7 +8,7 @@ using namespace SimpleWeb;
class ServerTest : public ServerBase<HTTP> {
public:
ServerTest() :
ServerBase<HTTP>::ServerBase(8080, 1, 5, 300) {}
ServerBase<HTTP>::ServerBase(8080) {}
void accept() {}