X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdiameter.comm%2FServerSessionReceiver.cpp;h=58cb8330f48c0d471dfc9fb35f4168978f63972f;hp=a4fac54d43c34af28eea6923631b9c01b1121173;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/diameter.comm/ServerSessionReceiver.cpp b/source/diameter.comm/ServerSessionReceiver.cpp index a4fac54..58cb833 100644 --- a/source/diameter.comm/ServerSessionReceiver.cpp +++ b/source/diameter.comm/ServerSessionReceiver.cpp @@ -24,13 +24,13 @@ using namespace anna::diameter::comm; void ServerSessionReceiver::apply(anna::comm::ClientSocket& clientSocket, const anna::comm::Message& message) -throw(anna::RuntimeException) { +noexcept(false) { LOGMETHOD(anna::TraceMethod tm("diameter::comm::ServerSessionReceiver", "apply", ANNA_FILE_LOCATION)); a_session->receive(message); } void ServerSessionReceiver::eventBreakLocalConnection(const anna::comm::ClientSocket& clientSocket) -throw() { +{ LOGMETHOD(anna::TraceMethod tm("diameter::comm::ServerSessionReceiver", "eventBreakLocalConnection", ANNA_FILE_LOCATION)); //if (!a_session) return; // caso de los Engine::closeServerSession a_session->finalize();