move more socket functions common to Winsock and BSD implementations to common code
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:30:42 +0000 (13:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Nov 2008 13:30:42 +0000 (13:30 +0000)
commit025644120d48ad13f1bb1fd82d9cc8f61c505364
tree331fe0a2736ed0c0267adbefc3f1b850214e8c9f
parent3a6ec3c88033c43e108cb1f302717696682eb34f
move more socket functions common to Winsock and BSD implementations to common code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gsocket.h
include/wx/msw/gsockmsw.h
include/wx/private/fd.h
include/wx/private/socket.h [new file with mode: 0644]
include/wx/unix/gsockunx.h
src/common/socket.cpp
src/msw/gsocket.cpp
src/unix/gsocket.cpp