trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Nov 2008 13:33:07 +0000 (13:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Nov 2008 13:33:07 +0000 (13:33 +0000)
commitf0fbbe236452ae27a7577deafbbc44ace2c209e7
tree9b30ff47ea223f7863403cc62512f3fdcc1318ec
parent44c87b7d15d5c1f5926beffa4cd5c9d1d2045e04
trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback() and Enable/Disable_Events() has diverged in different ports and didn't make any sense any more; merge them in a single function (with still differing semantics though); also added Close_Socket()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56964 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/msw/gsockmsw.cpp
src/osx/core/gsockosx.cpp
src/unix/gsocket.cpp