All IO calls take void* instead of char*
authorGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 8 Mar 2000 08:28:20 +0000 (08:28 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Wed, 8 Mar 2000 08:28:20 +0000 (08:28 +0000)
commitf187448d851291f80c1c9d972471949e788ddcf9
treea3bb9efcae08c8f36d561408bc53e3e45199a797
parent62ea79f3813114bef60645a831f493d96ab6bc33
All IO calls take void* instead of char*
Added Get/SetClientData to wxSocketBase and wxSocketEvent
Some other deprecated functions & co.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/socket.h
samples/sockets/client.cpp
samples/sockets/server.cpp
src/common/socket.cpp