Applied modified #10655 (Added Cookie (receive) support to wxHTTP)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-26 19:47:23 +00:00
parent b0a9bfc8b8
commit 906cb3f119
4 changed files with 74 additions and 2 deletions

View File

@@ -398,6 +398,7 @@ All:
- Added wxAny class; a modern, backwards-incompatible replacement for
wxVariant.
- wxDateTime timezone functions now dynamic (no caching).
- Added wxHttp::GetCookie and wxHttp::HasCookies (dodge).
All (GUI):