* Added wxsocket lib and sample (I hope I don't forget some file)
authorGuilhem Lavaux <lavaux@easynet.fr>
Sun, 6 Sep 1998 18:28:00 +0000 (18:28 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Sun, 6 Sep 1998 18:28:00 +0000 (18:28 +0000)
commitf4ada568223b79c8a5769cc351c36a8e2ccd7841
treed78890c5a9ecafb45be956a22079283814a02571
parent560b92f577ddd77b1f44eece2b33543608eb52af
* Added wxsocket lib and sample (I hope I don't forget some file)
* Updated some wx data and makefiles
* Updates on wxStream (reorganization)
 makefile for Windows will nearly follow
 wxSocket should work on wxGTK (I've tested it)

* IPC over Network is included

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
42 files changed:
include/wx/datstrm.h
include/wx/fstream.h
include/wx/protocol/file.h [new file with mode: 0644]
include/wx/protocol/ftp.h [new file with mode: 0644]
include/wx/protocol/http.h [new file with mode: 0644]
include/wx/protocol/protocol.h [new file with mode: 0644]
include/wx/sckaddr.h [new file with mode: 0644]
include/wx/sckipc.h [new file with mode: 0644]
include/wx/sckstrm.h [new file with mode: 0644]
include/wx/socket.h [new file with mode: 0644]
include/wx/stream.h
include/wx/tokenzr.h [new file with mode: 0644]
include/wx/url.h [new file with mode: 0644]
samples/wxsocket/Makefile [new file with mode: 0644]
samples/wxsocket/Makefile.in [new file with mode: 0644]
samples/wxsocket/client.cpp [new file with mode: 0644]
samples/wxsocket/client.def [new file with mode: 0644]
samples/wxsocket/client.rc [new file with mode: 0644]
samples/wxsocket/connect.ico [new file with mode: 0644]
samples/wxsocket/makefile.b32 [new file with mode: 0644]
samples/wxsocket/makefile.g95 [new file with mode: 0644]
samples/wxsocket/makefile.nt [new file with mode: 0644]
samples/wxsocket/mondrian.ico [new file with mode: 0644]
samples/wxsocket/mondrian.xpm [new file with mode: 0644]
samples/wxsocket/server.cpp [new file with mode: 0644]
samples/wxsocket/server.def [new file with mode: 0644]
samples/wxsocket/server.rc [new file with mode: 0644]
src/common/datstrm.cpp
src/common/ftp.cpp [new file with mode: 0644]
src/common/http.cpp [new file with mode: 0644]
src/common/protocol.cpp [new file with mode: 0644]
src/common/sckaddr.cpp [new file with mode: 0644]
src/common/sckfile.cpp [new file with mode: 0644]
src/common/sckipc.cpp [new file with mode: 0644]
src/common/sckstrm.cpp [new file with mode: 0644]
src/common/socket.cpp [new file with mode: 0644]
src/common/stream.cpp
src/common/tokenzr.cpp [new file with mode: 0644]
src/common/url.cpp [new file with mode: 0644]
src/gtk.inc
src/gtk/data.cpp
src/gtk1/data.cpp