more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Dec 2007 16:45:08 +0000 (16:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Dec 2007 16:45:08 +0000 (16:45 +0000)
commit2804f77d88eb478f85a281b19d87e38cd96e0d0c
treeb38b03921d0a7be85baeeaf13face442c6fd5fe2
parent4813bb8d72d4e6821e031f2b19baaa338b714d39
more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
54 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_net.dsp
configure.in
docs/changes.txt
include/wx/apptrait.h
include/wx/gsocket.h
include/wx/motif/private.h
include/wx/msw/apptbase.h
include/wx/msw/gsockmsw.h
include/wx/private/gsocketiohandler.h
include/wx/unix/apptbase.h
include/wx/unix/apptrait.h
include/wx/unix/gsockunx.h
samples/sockets/Makefile.in
samples/sockets/baseclient.cpp [new file with mode: 0644]
samples/sockets/baseserver.cpp [new file with mode: 0644]
samples/sockets/client.cpp
samples/sockets/makefile.bcc
samples/sockets/makefile.gcc
samples/sockets/makefile.unx
samples/sockets/makefile.vc
samples/sockets/makefile.wat
samples/sockets/server.cpp
samples/sockets/sockets.bkl
samples/sockets/sockets_baseclient.dsp [new file with mode: 0644]
samples/sockets/sockets_baseserver.dsp [new file with mode: 0644]
src/common/appbase.cpp
src/common/appcmn.cpp
src/common/fdiodispatcher.cpp
src/common/gsocketiohandler.cpp
src/common/selectdispatcher.cpp
src/common/socket.cpp
src/gtk/gsockgtk.cpp
src/gtk1/gsockgtk.cpp
src/mac/carbon/gsocket.cpp
src/mac/corefoundation/gsockosx.cpp
src/motif/gsockmot.cpp
src/msw/basemsw.cpp
src/msw/evtloop.cpp
src/msw/gsocket.cpp
src/msw/gsockmsw.cpp
src/os2/gsockpm.cpp
src/unix/baseunix.cpp
src/unix/epolldispatcher.cpp
src/unix/gsocket.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec