QTfrontend/net/tcpBase.h
changeset 9800 169fbb968bb3
parent 9080 9b42757d7e71
child 9998 736015b847e3
--- a/QTfrontend/net/tcpBase.h	Sun Dec 15 14:05:42 2013 -0500
+++ b/QTfrontend/net/tcpBase.h	Wed Dec 18 01:05:15 2013 +0400
@@ -42,6 +42,9 @@
         virtual ~TCPBase();
 
         virtual bool couldBeRemoved();
+        virtual bool simultaneousRun();
+        bool isConnected();
+        bool hasStarted();
 
     signals:
         void isReadyNow();
@@ -69,6 +72,7 @@
         static QPointer<QTcpServer> IPCServer;
 
         bool m_isDemoMode;
+        bool m_connected;
         void RealStart();
         QPointer<QTcpSocket> IPCSocket;