changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregist...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 19:41:46 +0000 (19:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2007 19:41:46 +0000 (19:41 +0000)
commitaf57c51ab758ad9810ea5bbb3703341cd5f367b1
tree1f0b3e56b87d7374cfb512de1acc9a0e408d6794
parentc11132ca80f6af13bf636abe53f77c8dfd7dab4e
changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregister it unconditionally; use ModifyFD() to just change the flags (modified part of patch 1733626)

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