]> git.saurik.com Git - wxWidgets.git/commit - src/os2/sockpm.cpp
make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 14:39:49 +0000 (14:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 14:39:49 +0000 (14:39 +0000)
commita9d859df6f433c962a9ed777d2c26da6ce714441
tree3d816bd99d45a960f867d81d45f5cbf9d1c9ed66
parent9123889f20765f3a5cc6674a816b3d7e4280ef2c
make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same purpose; this removes the need for the bridge wxSocketOHandler class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/socket.h
include/wx/private/socketiohandler.h [deleted file]
include/wx/unix/private/sockunix.h
src/common/socketiohandler.cpp
src/gtk/sockgtk.cpp
src/gtk1/sockgtk.cpp
src/motif/sockmot.cpp
src/os2/sockpm.cpp
src/unix/sockunix.cpp