Old API deprecated. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1237,6 +1237,21 @@ bool wxURI::IsDigit(const wxChar& c)
|
||||
|
||||
#include "wx/url.h"
|
||||
|
||||
wxString wxURL::GetProtocolName() const
|
||||
{
|
||||
return m_scheme;
|
||||
}
|
||||
|
||||
wxString wxURL::GetHostName() const
|
||||
{
|
||||
return m_server;
|
||||
}
|
||||
|
||||
wxString wxURL::GetPath() const
|
||||
{
|
||||
return m_path;
|
||||
}
|
||||
|
||||
//Note that this old code really doesn't convert to a URI that well and looks
|
||||
//more like a dirty hack than anything else...
|
||||
|
||||
|
Reference in New Issue
Block a user