Deprecated methosd markup (documented).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-12-23 20:33:04 +00:00
parent de6ca7ff44
commit 47261ba05f
2 changed files with 6 additions and 6 deletions

View File

@@ -76,13 +76,13 @@ public:
wxString GetPath() const { return m_path; }
//Use wxURI instead - this does not work that well
static wxString ConvertToValidURI(
wxDEPRECATED( static wxString ConvertToValidURI(
const wxString& uri,
const wxChar* delims = wxT(";/?:@&=+$,")
);
) );
//Use wxURI::Unescape instead
static wxString ConvertFromURI(const wxString& uri);
wxDEPRECATED( static wxString ConvertFromURI(const wxString& uri) );
#endif
protected: