LocalServer crash fix

This commit is contained in:
Max-Wilhelm Bruker 2011-05-08 17:56:52 +02:00
parent 5fa2f019d0
commit 461a62e0c8
7 changed files with 28 additions and 0 deletions

View file

@ -45,6 +45,7 @@ public:
virtual QMap<QString, ServerInfo_User *> getIgnoreList(const QString &name) = 0;
virtual bool getUserBanned(Server_ProtocolHandler * /*client*/, const QString & /*userName*/) const { return false; }
protected:
void prepareDestroy();
QList<Server_ProtocolHandler *> clients;
QMap<QString, Server_ProtocolHandler *> users;
QMap<int, Server_Room *> rooms;