]> git.saurik.com Git - wxWidgets.git/commit - src/dfb/evtloop.cpp
refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Mar 2007 15:45:12 +0000 (15:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Mar 2007 15:45:12 +0000 (15:45 +0000)
commit30c45bdd06c4174d28f62133692733d447d008ea
tree4f6df774b28f549018fa030f9ced5f52997fa585
parent7058b7944257191a9fda592420586fe104654c35
refactoring: replace wxSocketDispatcher with more generic wxSelectDispatcher (patch 1618976)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/private/gsocketiohandler.h [new file with mode: 0644]
include/wx/private/selectdispatcher.h [new file with mode: 0644]
include/wx/private/socketevtdispatch.h [deleted file]
include/wx/unix/private.h
src/common/gsocketiohandler.cpp [new file with mode: 0644]
src/common/selectdispatcher.cpp [new file with mode: 0644]
src/dfb/evtloop.cpp
src/x11/evtloop.cpp