added wxThreadHelper class (patch 756906)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-10 12:36:05 +00:00
parent 0148248250
commit 78ee6a4750
6 changed files with 257 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ All:
- added support for POST method and alt ports to wxHTTP (Roger Chickering)
- added wxSocket::IPAddress() (Chris Mellon)
- wxDataStreams can read/write many elements at once (Mickael Gilabert)
- added wxThreadHelper class (Daniel Howard)
wxBase: