mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
race condition fixed
This commit is contained in:
parent
091a2ed6b2
commit
7ae0e31964
7 changed files with 3 additions and 15 deletions
|
|
@ -41,15 +41,12 @@ public:
|
|||
: QTcpServer(parent), server(_server) { }
|
||||
protected:
|
||||
void incomingConnection(int socketDescriptor);
|
||||
signals:
|
||||
void clientAdded(ServerSocketInterface *client);
|
||||
};
|
||||
|
||||
class Servatrice : public Server
|
||||
{
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
void newConnection(ServerSocketInterface *client);
|
||||
void statusUpdate();
|
||||
void updateBanTimer();
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue