moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jul 2005 21:52:50 +0000 (21:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Jul 2005 21:52:50 +0000 (21:52 +0000)
commit97d8fe87918a2ceabd531b8deecb3a316c875dbb
treec09daaa2d314d16350babc2eee2c2ef55a67df49
parent6984e4147875396b257450ff793c20c2eb0e16a3
moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch 1233765)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/uri.cpp
src/common/url.cpp