-class WXDLLEXPORT 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_STRING_HASH_MAP_WITH_DECL( wxString, wxStringToStringHashMap,
+ class WXDLLIMPEXP_NET );
+
+class WXDLLIMPEXP_NET wxHTTP : public wxProtocol
+{