]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
include wrapwin.h instead of windows.h directly (fixes CE compilation problems)
[wxWidgets.git] / include / wx / protocol / http.h
index 11fef8e09dcfc7dd8f7c598a95a02e1b700d4085..762633ead782c85c45687842fb3487ff44098bca 100644 (file)
@@ -41,6 +41,8 @@ public:
 
   void SetProxyMode(bool on);
 
+  int GetResponse() { return m_http_response; }
+
 protected:
   enum wxHTTP_Req
   {
@@ -67,6 +69,7 @@ protected:
        m_proxy_mode;
   wxSockAddress *m_addr;
   wxString m_post_buf;
+  int m_http_response;
 
   DECLARE_DYNAMIC_CLASS(wxHTTP)
   DECLARE_PROTOCOL(wxHTTP)