]> git.saurik.com Git - wxWidgets.git/commit - docs/changes.txt
Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and...
authorRyan Norton <wxprojects@comcast.net>
Thu, 28 Oct 2004 06:49:46 +0000 (06:49 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 28 Oct 2004 06:49:46 +0000 (06:49 +0000)
commitb60b2ec8ac57d569c4831eb98113f7cb713a117a
treea980d1ab2e3d5db53e6a688a31e3a8e2ffa54f1f
parent68ca6f52521f2f69e88e992f2d0788462e61a2d9
Inherit wxURL from wxURI, providing assignment, copy construction, comparison, and less duplication of code.  Change wxURI a bit to meet some of Vadim's reccommendations - move accessors into header, and finish some of his other reccom.  Change assignment to use const wxString& instead of const wxChar*.  Change wxURI docs to reflect that it inherits from wxObject.  Made preliminary docs for the wxURL transition.  Add some unit tests for the transition.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
docs/latex/wx/uri.tex
docs/latex/wx/url.tex
include/wx/uri.h
include/wx/url.h
src/common/uri.cpp
src/common/url.cpp
tests/uris/uris.cpp