mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Octave interface: SocketServer Major review
Simplified and made more readable. Hopefully more stable and robust.
This commit is contained in:
committed by
JacobStoren
parent
3264520619
commit
12f3986d5f
@@ -60,10 +60,9 @@ private slots:
|
||||
void slotCurrentClientDisconnected();
|
||||
void slotReadyRead();
|
||||
private:
|
||||
void handleClientConnection( QTcpSocket* clientToHandle);
|
||||
void terminateCurrentConnection();
|
||||
void readCommandFromOctave();
|
||||
void handlePendingIncomingConnectionRequests();
|
||||
bool readCommandFromOctave();
|
||||
void handleNextPendingConnection();
|
||||
|
||||
private:
|
||||
QTcpServer* m_tcpServer;
|
||||
|
||||
Reference in New Issue
Block a user