move Read/Write() to common code, there was almost nothing platform-specific in it
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 22:49:46 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 22:49:46 +0000 (22:49 +0000)
commit14372de82e2129fab7d416de79fc3d95e57960b9
treee791eed7c1fb4b67cce9667d51a5a5f3f26a9356
parent62088a3c3b9a945b0b2cbc78c74f83c51ee046aa
move Read/Write() to common code, there was almost nothing platform-specific in it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/sockmsw.h
include/wx/private/socket.h
include/wx/unix/private/sockunix.h
src/common/socket.cpp
src/msw/sockmsw.cpp
src/unix/sockunix.cpp