replaced unweildy GAddress functions with wxSockAddressImpl class, similarly to GSock...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Dec 2008 14:35:48 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Dec 2008 14:35:48 +0000 (14:35 +0000)
commitc9bccf239c1506c7eea0bddea44d9e4b76ad1d93
tree3e90e81816cac1ba982aa03229ea34e7c5c768a0
parentf045c7f52dfcfebcd0ea6a7b689ccb8a25021d1f
replaced unweildy GAddress functions with wxSockAddressImpl class, similarly to GSocket -> wxSocketImpl transition; share more code between IPv4 and IPv6 branches

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