commit | 2f62338d12248082c207819d87f5d7da3e5e86fe | [log] [tgz] |
---|---|---|
author | Nick Gordon <nmgordon@memphis.edu> | Fri Nov 03 13:49:31 2017 -0500 |
committer | Nick Gordon <nmgordon@memphis.edu> | Fri Nov 03 13:49:31 2017 -0500 |
tree | d9ec899469567d227407f3c93ba62b55b114b4ed | |
parent | ae0a047c4191b7bb7b7e4a988f38135d7e404dfc [diff] [blame] |
lsa: added noexcept and docs Change-Id: Ic8c8566ced9654185a0619eca614ee1c6d108674 refs: #4354
diff --git a/tests/mocks/lsa.hpp b/tests/mocks/lsa.hpp index 5011ab4..e1ee2aa 100644 --- a/tests/mocks/lsa.hpp +++ b/tests/mocks/lsa.hpp
@@ -42,7 +42,7 @@ serialize() const override; bool - deserialize(const std::string& content) override; + deserialize(const std::string& content) noexcept override; void writeLog() const override;