Replace wxStringToStringHashMap with std::unordered_map<>, although still use (private) typedefs for the two different maps storing the cookies and the headers respectively for clarity. Also use a range for loop for iterating over the headers. Include wx/wxcrt.h from http.cpp explicitly because wxAtoi(), declared there, is used in this file, but it was previously only included indirectly via wx/hashmap.h. |
||
|---|---|---|
| .. | ||
| file.h | ||
| ftp.h | ||
| http.h | ||
| log.h | ||
| protocol.h | ||