* Small fix in wxHTTP::BuildRequest

* Introduced wxURL::ConvertToValidURI (to be implemented)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1999-05-26 17:17:46 +00:00
parent dcd6b914e5
commit 14906731b1
3 changed files with 8 additions and 2 deletions

View File

@@ -316,5 +316,10 @@ void wxURL::SetProxy(const wxString& url_proxy)
m_path = url_proxy;
}
wxString wxURL::ConvertToValidURI(const wxString& uri)
{
return wxString(uri);
}
#endif
// wxUSE_SOCKETS