moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Dec 2006 14:13:57 +0000 (14:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Dec 2006 14:13:57 +0000 (14:13 +0000)
commit6b44a3355390abef75580416efa5cd3b02fe2ca7
treebda0ad1333b3baf94bc4be0346ea66466ee3df51
parentede551151741a0c572c2f42946935623e94ce7b7
moved wxX11's wxSocketTable to private wxSocketEventDispatcher class reusable in other ports (backport from SOC2006_SOCKETS branch); use it in wxDFB

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