* Addressbook.cpp : use HTTPRes class for response parsing

This commit is contained in:
hagen 2016-07-16 00:00:00 +00:00
parent 403e34506e
commit b6c336bf72
2 changed files with 68 additions and 100 deletions

View file

@ -117,7 +117,6 @@ namespace client
private:
void Request ();
bool ProcessResponse (std::stringstream& s, bool isGzip = false);
private: