X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fldap%2Finternal%2FTimer.cpp;h=c685d38c28206826b225ffd1355dd585d2a5b693;hb=4275d46f5d3c3a150ced258ae20c985520f6477a;hp=230e41e83a085927739ff5bffe4155d30e8c0b7e;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git 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();