]> git.saurik.com Git - wxWidgets.git/commit - src/common/socketiohandler.cpp
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 12:47:07 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Nov 2008 12:47:07 +0000 (12:47 +0000)
commit51fe4b60ab4fec78eb1a67473d08b1c4740d03f5
tree95be1637d0c635333c090a9026bc72f5a6293799
parent29dbfacee2a6bc6978d6224efea9a31a1a5a2649
Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known
as GSocket) which is a base class with various wxSocketImplXXX implementations
provided by different wxSocketManagers.

Share more code between ports (still not finished).

Refactor some code inside wxSocketImpl itself to be less redundant and fixed a
couple of minor bugs in the process.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
Makefile.in
build/bakefiles/files.bkl
include/wx/apptrait.h
include/wx/msw/apptbase.h
include/wx/msw/gsockmsw.h
include/wx/os2/apptbase.h
include/wx/os2/apptrait.h
include/wx/private/gsocket.h
include/wx/private/gsocketiohandler.h
include/wx/socket.h
include/wx/unix/app.h
include/wx/unix/apptbase.h
include/wx/unix/apptrait.h
include/wx/unix/gsockunx.h
src/common/appbase.cpp
src/common/gsocketiohandler.cpp
src/common/sckaddr.cpp
src/common/socket.cpp
src/gtk/gsockgtk.cpp
src/gtk1/gsockgtk.cpp
src/motif/gsockmot.cpp
src/msw/basemsw.cpp
src/msw/gsocket.cpp
src/msw/gsockmsw.cpp
src/os2/gsockpm.cpp
src/osx/core/gsockosx.cpp
src/unix/gsocket.cpp