diff -r 5be338fa4e2c -r 596b1dcdc1df QTfrontend/netconnectedclient.h --- a/QTfrontend/netconnectedclient.h Tue Jul 15 16:40:50 2008 +0000 +++ b/QTfrontend/netconnectedclient.h Mon Jul 21 09:45:40 2008 +0000 @@ -22,6 +22,7 @@ #include #include #include +#include class HWNetServer; class QTcpSocket; @@ -49,7 +50,7 @@ class ShouldDisconnectException {}; QString client_nick; - void ParseLine(const QByteArray & line); + void ParseCmd(const QStringList & lst); unsigned int removeTeam(const QString& tname); // returns netID HWNetServer* m_hwserver; @@ -58,7 +59,7 @@ void RawSendNet(const QString & buf); void RawSendNet(const QByteArray & buf); - //QByteArray readbuffer; + QStringList cmdbuf; signals: void HWClientDisconnected(HWConnectedClient* client);