create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatc...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 20:18:38 +0000 (20:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 20:18:38 +0000 (20:18 +0000)
commit5e1eac149fc18f51d5a25ac00d957ccaad87b3fa
treebf458ede0d7d8ef3bfb22ae788121110bbcbc91a
parent7523de907dd77eedd33431d5ff46478a467faf5f
create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatcher in wxGSocket as the global dispatcher may be of a different type (modified patch 1733626)

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