X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Ftesting%2FTestClock.hpp;fp=include%2Fanna%2Ftesting%2FTestClock.hpp;h=4a5da6c8a5056f00e4a9f733024ac86d0bf05213;hp=9ae98f4681263b2208d026f76e74ba9b7f4eb6cc;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/include/anna/testing/TestClock.hpp b/include/anna/testing/TestClock.hpp index 9ae98f4..4a5da6c 100644 --- a/include/anna/testing/TestClock.hpp +++ b/include/anna/testing/TestClock.hpp @@ -26,7 +26,7 @@ public: TestClock(const char *clockName, const anna::Millisecond & timeout, TestManager *manager) : a_manager(manager), anna::timex::Clock(clockName, timeout) {;} - virtual bool tick() throw(anna::RuntimeException); + virtual bool tick() noexcept(false); }; }