QTfrontend/net/tcpBase.h
changeset 7289 835bb2852579
parent 7180 53ffc8853008
child 8069 bb7671829935
--- a/QTfrontend/net/tcpBase.h	Sun Jun 24 21:33:45 2012 +0400
+++ b/QTfrontend/net/tcpBase.h	Tue Jun 26 02:14:35 2012 +0400
@@ -62,11 +62,11 @@
         virtual void onClientDisconnect();
         virtual void SendToClientFirst();
 
-      //  void RealStart();
     private:
-        /*static*/ QPointer<QTcpServer> IPCServer;
+        static QPointer<QTcpServer> IPCServer;
 
         bool m_isDemoMode;
+        void RealStart();
         QPointer<QTcpSocket> IPCSocket;
 
     private slots:
@@ -75,7 +75,7 @@
         void ClientRead();
         void StartProcessError(QProcess::ProcessError error);
 
-      //  void tcpServerReady();
+        void tcpServerReady();
 };
 
 #endif // _TCPBASE_INCLUDED