From fdd2da24b8cc39a1ed1a2a78a8ce312c35f331e4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 28 Mar 2009 02:04:23 -0400 Subject: Remove cruft from Client --- sigencore/Client.h | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/sigencore/Client.h b/sigencore/Client.h index 5074ec01..d33c4ce0 100644 --- a/sigencore/Client.h +++ b/sigencore/Client.h @@ -39,39 +39,15 @@ class SIGENCORE_EXPORT Client : public Sigscript::Config Q_OBJECT public: -// void setServer(Server* server); -// -// void joinRoom(Room* room); -// void leaveRoom(Room* room); -// -// void joinTable(Room* room, Table* table); -// void leaveTable(Room* room, Table* table); virtual bool enterArena(Arena* arena); virtual void exitArena(); - public slots: -// void sendData(const QByteArray& data); - signals: -// void dataReceived(const QByteArray& data); -// -// void timeout(); protected: Client(Sigscript::GameWrapper* game, Sigscript::Config* parent); virtual ~Client(); Sigscript::GameWrapper* m_game; Arena* m_arena; - protected slots: - private: -// QTcpSocket* m_metaserver; -// QMap m_serverSockets; -// QMap m_rooms; -// QMap m_tables; -// -// ConnectionInfo m_metaserverInfo; - private slots: -// void disconnectFromServer(); -// void disconnectFromAllRooms(); }; } -- cgit