]> git.saurik.com Git - wxWidgets.git/commit
Various small bugfixes
authorGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 15 Sep 1999 00:15:39 +0000 (00:15 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 15 Sep 1999 00:15:39 +0000 (00:15 +0000)
commit17aa2bec08161588a3f9d348f13543a7420a4fc4
tree1ab0c948da75f8adeb12bb64d110ed5d4bf19fba
parent68317b6d3f2c5ab27491947c434e5a4073ad592d
Various small bugfixes
Serious bugfix in ReadMsg (Read was being called with buffer == NULL !)
Added m_error
Added error handling to all IO functions
Discard now correctly updates m_lcount
Implemented wxSocketBase::SetTimeout
Deleted wxSocketClient::OnRequest (all is handled inside wxSocketBase's)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/socket.cpp