mutex fixes, server shutdown works again

This commit is contained in:
Max-Wilhelm Bruker
2012-03-17 19:05:22 +01:00
parent d792c3ddc6
commit 671214c60e
9 changed files with 34 additions and 27 deletions

View File

@@ -95,7 +95,6 @@ protected:
bool acceptsUserListChanges;
bool acceptsRoomListChanges;
void prepareDestroy();
int sessionId;
private:
QMutex gameListMutex;
@@ -174,6 +173,8 @@ private slots:
void pingClockTimeout();
signals:
void logDebugMessage(const QString &message, Server_ProtocolHandler *session);
public slots:
void prepareDestroy();
public:
Server_ProtocolHandler(Server *_server, QObject *parent = 0);
~Server_ProtocolHandler();