[Interest] QTcpServer. Connecting.Sending data.

2013-10-09 Thread Alexander Syvak
Hello, here's the code of the redefined method run() of QThread class = void run() override { srv = new (std::nothrow) tcp_server(ised_win_raw_ptr); #ifdef DEBUG qDebug() listener's thread = thread(); #endif terminate_ = false; while ( !terminate_ )

Re: [Interest] QTcpServer. Connecting.Sending data.

2013-10-09 Thread Tony Rietwyk
...@qt-project.org] On Behalf Of Alexander Syvak Sent: Thursday, 10 October 2013 5:11 AM To: Qt Interest Subject: [Interest] QTcpServer. Connecting.Sending data. Hello, here's the code of the redefined method run() of QThread class = void run() override { srv = new (std::nothrow