-class WXDLLEXPORT_BASE wxHTTP : public wxProtocol {
- DECLARE_DYNAMIC_CLASS(wxHTTP)
- DECLARE_PROTOCOL(wxHTTP)
-protected:
- wxProtocolError m_perr;
- wxList m_headers;
- bool m_read, m_proxy_mode;
- wxSockAddress *m_addr;
+WX_DECLARE_EXPORTED_STRING_HASH_MAP( wxString, wxStringToStringHashMap );
+
+class WXDLLIMPEXP_BASE wxHTTP : public wxProtocol
+{