X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fldap%2Finternal%2FTimer.cpp;fp=source%2Fldap%2Finternal%2FTimer.cpp;h=c685d38c28206826b225ffd1355dd585d2a5b693;hp=230e41e83a085927739ff5bffe4155d30e8c0b7e;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/ldap/internal/Timer.cpp b/source/ldap/internal/Timer.cpp index 230e41e..c685d38 100644 --- a/source/ldap/internal/Timer.cpp +++ b/source/ldap/internal/Timer.cpp @@ -17,7 +17,7 @@ using namespace std; using namespace anna; void ldap::Timer::expire(timex::Engine*) -throw(RuntimeException) { +noexcept(false) { Response* response = getResponse(); Session* session = response->getSession(); Guard guard(session, "anna::ldap::Timer::expire"); @@ -30,7 +30,7 @@ throw(RuntimeException) { } string ldap::Timer::asString() const -throw() { +{ const Response* response = getResponse(); string result("anna::ldap::Timer { "); result += timex::Transaction::asString();