made Dispatch() return bool indicating whether we processed any events inside it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Oct 2008 12:31:30 +0000 (12:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Oct 2008 12:31:30 +0000 (12:31 +0000)
commit5a557d1ea0c466ea01d8d934d3de8800a625b86a
treed2a10a619c582edc06f95e81f505cdfb8a12b1d8
parentc139dda12a48a4f87a00983cead97c16517af08f
made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

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