Socket server : Improved server logic

This commit is contained in:
Magne Sjaastad
2014-09-08 15:39:23 +02:00
parent 8c259dcd5e
commit e605ceafa2
2 changed files with 4 additions and 4 deletions

View File

@@ -60,9 +60,9 @@ private slots:
void slotNewClientConnection();
void slotCurrentClientDisconnected();
void slotReadyRead();
void handleNextPendingConnection();
private:
void handleNextPendingConnection();
void terminateCurrentConnection();
bool readCommandFromOctave();