* wxSocket fixes
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 14 Oct 1998 17:36:50 +0000 (17:36 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 14 Oct 1998 17:36:50 +0000 (17:36 +0000)
commit75ed1d15d0d866cac78f7c0da176db8dd5288bc8
tree96b8f41b00592767377f2a5979cda9dc939fc551
parent1b19f0560fa6c220595e060239c74f843ca55b68
* wxSocket fixes
* wxStream: - new inheritance, new stream buffer, nearly the same API for the
              end user
            - updated other streams consequently
* wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1
* small changes on wxThread to prepare a more reentrant lib
* wxVariant works with wxStream too now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
30 files changed:
include/wx/datstrm.h
include/wx/fstream.h
include/wx/mstream.h
include/wx/sckipc.h
include/wx/sckstrm.h
include/wx/socket.h
include/wx/stream.h
include/wx/thread.h
include/wx/zstream.h
src/common/datstrm.cpp
src/common/fstream.cpp
src/common/ftp.cpp
src/common/mstream.cpp
src/common/resource.cpp
src/common/sckipc.cpp
src/common/sckstrm.cpp
src/common/socket.cpp
src/common/stream.cpp
src/common/variant.cpp
src/common/zstream.cpp
src/gtk/combobox.cpp
src/gtk/textctrl.cpp
src/gtk/threadgui.inc
src/gtk/win_gtk.c
src/gtk1/combobox.cpp
src/gtk1/textctrl.cpp
src/gtk1/threadgui.inc
src/gtk1/win_gtk.c
src/msw/makefile.b32
utils/serialize/makefile.b32