QTfrontend/netserver.h
changeset 352 4665bfe25470
parent 347 6521e1b2cd40
child 354 60e4af0a4375
equal deleted inserted replaced
351:29bc9c36ad5f 352:4665bfe25470
    51   QList<QStringList> m_teamsCfg; // TeamName - hhs
    51   QList<QStringList> m_teamsCfg; // TeamName - hhs
    52   class ShouldDisconnectException {};
    52   class ShouldDisconnectException {};
    53 
    53 
    54   QString client_nick;
    54   QString client_nick;
    55   void ParseLine(const QByteArray & line);
    55   void ParseLine(const QByteArray & line);
    56   void removeTeam(const QString& tname);
    56   unsigned int removeTeam(const QString& tname); // returns netID
    57 
    57 
    58   HWNetServer* m_hwserver;
    58   HWNetServer* m_hwserver;
    59   QTcpSocket* m_client;
    59   QTcpSocket* m_client;
    60 
    60 
    61   void RawSendNet(const QString & buf);
    61   void RawSendNet(const QString & buf);