// Purpose: interface of wxURL
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
/**
@class wxURL
- @wxheader{url.h}
wxURL is a specialization of wxURI for parsing URLs. Please look at wxURI
documentation for more info about the functions you can use to retrieve the
/**
Destroys the URL object.
*/
- ~wxURL();
+ virtual ~wxURL();
/**
Returns the last error. This error refers to the URL parsing or to the
/**
Returns a reference to the protocol which will be used to get the URL.
*/
- wxProtocol GetProtocol();
+ wxProtocol& GetProtocol();
/**
Returns @true if this object is correctly initialized, i.e. if