]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/protocol/http.h
Added the function and macro group pages for Doxygen.
[wxWidgets.git] / interface / protocol / http.h
index 0a14fab9828c4fa4acdbe63f4e982e11129457ba..9ea510b233cb83ad0ab94de1f93e7401a00cbece 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        protocol/http.h
-// Purpose:     documentation for wxHTTP class
+// Purpose:     interface of wxHTTP
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -14,8 +14,7 @@
     @library{wxnet}
     @category{net}
 
-    @seealso
-    wxSocketBase, wxURL
+    @see wxSocketBase, wxURL
 */
 class wxHTTP : public wxProtocol
 {
@@ -53,7 +52,7 @@ public:
         Returns the HTTP response code returned by the server. Please refer to
         RFC 2616 for the list of responses.
     */
-    int GetResponse();
+    int GetResponse() const;
 
     /**
         It sets data of a field to be sent during the next request to the HTTP server.
@@ -63,3 +62,4 @@ public:
     */
     void SetHeader(const wxString& header, const wxString& h_data);
 };
+