src/network/socket/qlocalsocket_win.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   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;