event/ServerSocket: migrate from class Error to C++ exceptions

This commit is contained in:
Max Kellermann
2016-10-28 10:36:05 +02:00
parent 16d1c9f5d6
commit aead221184
13 changed files with 164 additions and 188 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ public:
return &base;
}
bool Bind(Error &error);
void Bind();
void Unbind();
/**