continuation of GSocket/wxSocket merge: always create GSocket associated to a wxSocke...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:12:46 +0000 (13:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:12:46 +0000 (13:12 +0000)
commit53a161e10152bc5ff7d4a4c7257f64db13f81ddb
treeac86c9286039abbd54d4c53d926a5df8f99528c8
parent2d46f281a5d4ea06c420a46748cc1b2a7b2af3cb
continuation of GSocket/wxSocket merge: always create GSocket associated to a wxSocket instead of (always) doing it using a separate call later; remove support for user callbacks which wasn't implemented in Windows version and deprecated since 10 years or so

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gsocket.h
include/wx/msw/gsockmsw.h
include/wx/unix/gsockunx.h
src/common/socket.cpp
src/msw/gsocket.cpp
src/unix/gsocket.cpp