]> git.saurik.com Git - wxWidgets.git/commit
use the currently active event loop for the event dispatching instead of wxYield...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 22:55:14 +0000 (22:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 22:55:14 +0000 (22:55 +0000)
commitb8d1915dafe0eba5c9cf72b37347c7d99c8f16bd
treea28339a5e369fcddb70730454e38976cdf618ebe
parent11866e8e33b2034ba70102940177a3f9b460e4a1
use the currently active event loop for the event dispatching instead of wxYield(), this allows to create local event loops when using non-blocking sockets; assert if there is no active event loop under MSW as sockets won't work without it

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