]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/url.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / url.h
index 3d7eea0c99104121119708c5531f434519f6a919..a6ba86f9342ab66eedacafce47dbfcc47bf9c55e 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        url.h
 // Purpose:     interface of wxURL
 // Author:      wxWidgets team
 // Name:        url.h
 // Purpose:     interface of wxURL
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -21,7 +20,6 @@ typedef enum {
 
 /**
     @class wxURL
 
 /**
     @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
 
     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
@@ -56,7 +54,7 @@ public:
     /**
         Destroys the URL object.
     */
     /**
         Destroys the URL object.
     */
-    ~wxURL();
+    virtual ~wxURL();
 
     /**
         Returns the last error. This error refers to the URL parsing or to the
 
     /**
         Returns the last error. This error refers to the URL parsing or to the
@@ -95,10 +93,10 @@ public:
     /**
         Returns a reference to the protocol which will be used to get the URL.
     */
     /**
         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
+        Returns @true if this object is correctly initialized, i.e.\ if
         GetError() returns ::wxURL_NOERR.
     */
     bool IsOk() const;
         GetError() returns ::wxURL_NOERR.
     */
     bool IsOk() const;