commit | 36d97f5dd0a521ae36fef872bf1872e1b30182d1 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Wed Sep 30 22:32:54 2020 -0700 |
committer | tylerliu <tylersiqi@163.com> | Wed Sep 30 23:02:55 2020 -0700 |
tree | d44ace26d5c0d930e238f6da55519ceac0137b8b | |
parent | 156bf3524c0ed3d636071990a4ace52ed74bbedf [diff] [blame] |
add error handling/reporting for client module Change-Id: I38875e561aa85093030ad6f937891723bd401de2
diff --git a/src/client-module.hpp b/src/client-module.hpp index fd88129..b9c0f35 100644 --- a/src/client-module.hpp +++ b/src/client-module.hpp
@@ -117,6 +117,9 @@ void endSession(); + static void + processIfError(const Data& data); + PUBLIC_WITH_TESTS_ELSE_PRIVATE: ClientConfig m_config; security::v2::KeyChain& m_keyChain;