X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d90da2b4c677a3a1eeaab1b5991566a5d515368..81051829457fc8fd271d16601d74218f345f9e6b:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index 5b350d99fb..5faae15fb9 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -34,7 +34,7 @@ typedef enum { } wxURLError; #if wxUSE_URL_NATIVE -class WXDLLIMPEXP_NET wxURL; +class WXDLLIMPEXP_FWD_NET wxURL; class WXDLLIMPEXP_NET wxURLNativeImp : public wxObject { @@ -71,22 +71,6 @@ public: void SetProxy(const wxString& url_proxy); #endif // wxUSE_PROTOCOL_HTTP -#if WXWIN_COMPATIBILITY_2_4 - //Use the proper wxURI accessors instead - 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( - const wxString& uri, - const wxChar* delims = wxT(";/?:@&=+$,") - ) ); - - //Use wxURI::Unescape instead - wxDEPRECATED( static wxString ConvertFromURI(const wxString& uri) ); -#endif - protected: static wxProtoInfo *ms_protocols;