]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
added some macros to define version strings from version number (instead of having...
[wxWidgets.git] / include / wx / protocol / http.h
index 7b4f5db705e1d9584c133ed4c5653ed3c89b160c..feb10b394732911b455ed7cbc2a843e0f72e5413 100644 (file)
@@ -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