]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
Quick and dirty fix for building with COMPATIBILITY_2_4 off.
[wxWidgets.git] / include / wx / protocol / http.h
index 7b4f5db705e1d9584c133ed4c5653ed3c89b160c..fdcda59dc308f0a2c0824c95a5e3cd4fadbc4cad 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     August 1997
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _WX_HTTP_H
 #define _WX_HTTP_H
@@ -18,7 +18,7 @@
 #include "wx/list.h"
 #include "wx/protocol/protocol.h"
 
-class WXDLLEXPORT wxHTTP : public wxProtocol {
+class WXDLLIMPEXP_BASE wxHTTP : public wxProtocol {
   DECLARE_DYNAMIC_CLASS(wxHTTP)
   DECLARE_PROTOCOL(wxHTTP)
 protected:
@@ -50,6 +50,11 @@ protected:
   bool BuildRequest(const wxString& path, wxHTTP_Req req);
   void SendHeaders();
   bool ParseHeaders();
+
+  // deletes the header value strings
+  void ClearHeaders();
+
+    DECLARE_NO_COPY_CLASS(wxHTTP)
 };
 
 #endif // wxUSE_PROTOCOL_HTTP