persist etag

This commit is contained in:
orignal 2016-03-14 22:00:05 -04:00
parent 10e45ac493
commit 74efdb95e8
2 changed files with 7 additions and 2 deletions

View file

@ -99,6 +99,7 @@ namespace client
AddressBook& m_Book;
std::string m_Link, m_Etag, m_LastModified;
// m_Etag must be surrounded by ""
};
}
}