| 147 | } |
| 148 | |
| 149 | int CConnectLayerQTcpSocket::OnLayerWrite(const void *data, int bytes) |
| 150 | { |
| 151 | int nRet = m_TcpSocket.write((char*)data, bytes); |
| 152 | qDebug(log) << Q_FUNC_INFO << nRet << bytes; |
| 153 | return nRet; |
| 154 | } |
| 155 | |
| 156 | BOOL CConnectLayerQTcpSocket::OnLayerWait(BOOL waitWrite, DWORD timeout) |
| 157 | { |