* Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ...
authorGuilhem Lavaux <lavaux@easynet.fr>
Mon, 26 Apr 1999 18:16:56 +0000 (18:16 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Mon, 26 Apr 1999 18:16:56 +0000 (18:16 +0000)
commita737331db68b754c8bf31fa0a15f6d1f207b40bf
tree9915219cfe255e2932bda64ce2002ed6d3e9c2fb
parent6a3ab8b15ae649c96727c15e7d091122bddb6b3c
* Committing new wxSocket core (socket.cpp sckint.cpp). It has to be improved ...
* Adding sckint.cpp to various makefiles.
* Fixes in threadpsx.cpp (Pause/Resume)
* Fixes in threaded event dispatching
* Added Clone() to wxObject
* Implemented Clone() in wxEvent and wxSocketEvent
* wxSocket sample save the data got from the URL in test.url (this will change)
* As I only tested wxSocket on Linux Redhat 5.2 I disabled it by default on
  Windows, Mac and Unix platforms.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
configure.in
include/wx/event.h
include/wx/msw/setup0.h
include/wx/object.h
include/wx/sckint.h [new file with mode: 0644]
include/wx/socket.h
include/wx/thread.h
include/wx/wfstream.h
samples/wxsocket/client.cpp
samples/wxsocket/server.cpp
src/common/event.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/object.cpp
src/common/sckint.cpp [new file with mode: 0644]
src/common/socket.cpp
src/gtk.inc
src/mac/app.cpp
src/mac/carbon/app.cpp
src/mac/carbon/makefile.unx
src/mac/makefile.unx
src/msw/makefile.b32
src/msw/makefile.sl
src/msw/makefile.vc
src/msw/thread.cpp
src/unix/threadpsx.cpp