added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Jan 2009 01:21:24 +0000 (01:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Jan 2009 01:21:24 +0000 (01:21 +0000)
commita12698abb72c090dba6907506781ae979b0ef606
tree6d48fa43b8b5b7bd005eb9048019dd5efe55800b
parent247b70c6c79e76e8296ba63b21997b9ba0f2861b
added wxFDIODispatcher::HasPending() and implemented correctly wxConsoleEventLoop::Pending() using it to fix the pending events processing in console event loop based programs; also changed wxFDIODispatcher::Dispatch() return type/value to be able to indicate the errors

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