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:
@@ -71,9 +71,9 @@ public:
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_4
|
||||
//Use the proper wxURI accessors instead
|
||||
wxString GetProtocolName() const { return m_scheme; }
|
||||
wxString GetHostName() const { return m_server; }
|
||||
wxString GetPath() const { return m_path; }
|
||||
wxDEPRECATED( wxString GetProtocolName() const );
|
||||
wxDEPRECATED( wxString GetHostName() const );
|
||||
wxDEPRECATED( wxString GetPath() const );
|
||||
|
||||
//Use wxURI instead - this does not work that well
|
||||
wxDEPRECATED( static wxString ConvertToValidURI(
|
||||
|
Reference in New Issue
Block a user