]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
these files are not used any more
[wxWidgets.git] / src / common / url.cpp
index 9c012d1602049c2057f1105619c0d715d44fbb43..89b1f889ccbe9566fe78b3da025573eec330df06 100644 (file)
@@ -109,7 +109,7 @@ bool wxURL::ParseURL()
 
 void wxURL::CleanData()
 {
 
 void wxURL::CleanData()
 {
-  if (m_protoname != "proxy")
+  if (m_protoname != _T("proxy"))
     delete m_protocol;
 }
 
     delete m_protocol;
 }
 
@@ -239,7 +239,7 @@ wxInputStream *wxURL::GetInputStream(void)
   }
 
   m_error = wxURL_NOERR;
   }
 
   m_error = wxURL_NOERR;
-  if (m_user != "") {
+  if (m_user != _T("")) {
     m_protocol->SetUser(m_user);
     m_protocol->SetPassword(m_password);
   }
     m_protocol->SetUser(m_user);
     m_protocol->SetPassword(m_password);
   }
@@ -316,5 +316,10 @@ void wxURL::SetProxy(const wxString& url_proxy)
   m_path = url_proxy;
 }
 
   m_path = url_proxy;
 }
 
+wxString wxURL::ConvertToValidURI(const wxString& uri)
+{
+  return wxString(uri);
+}
+
 #endif
   // wxUSE_SOCKETS
 #endif
   // wxUSE_SOCKETS