equal
deleted
inserted
replaced
304 } |
304 } |
305 |
305 |
306 /*! |
306 /*! |
307 \internal |
307 \internal |
308 Sets the correct size of the read buffer after a read operation. |
308 Sets the correct size of the read buffer after a read operation. |
309 Returns false, if an error occured or the connection dropped. |
309 Returns false, if an error occurred or the connection dropped. |
310 */ |
310 */ |
311 bool QLocalSocketPrivate::completeAsyncRead() |
311 bool QLocalSocketPrivate::completeAsyncRead() |
312 { |
312 { |
313 ResetEvent(overlapped.hEvent); |
313 ResetEvent(overlapped.hEvent); |
314 readSequenceStarted = false; |
314 readSequenceStarted = false; |