remove m_use_events from Unix wxSocket implementation, we always need asynchronous...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Dec 2008 20:20:46 +0000 (20:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Dec 2008 20:20:46 +0000 (20:20 +0000)
commit22185a1f1524ad7534fcce7beee8e80a4025a658
treef5669912bfe3140d4f6d71446a31681103253faa
parentf521bae6653b1c2f0e196fb5c5550c03206e59ce
remove m_use_events from Unix wxSocket implementation, we always need asynchronous socket notifications now (and this was always the case under Windows anyhow), even if we don't always generate wx events corresponding to them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/socket.h
include/wx/unix/private/sockunix.h
src/common/socket.cpp
src/unix/sockunix.cpp