X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fcomm%2Fhandler%2FMetaClientSocket.cpp;fp=source%2Fcomm%2Fhandler%2FMetaClientSocket.cpp;h=dff6a5754bb2ee717a1006855c396c6db2a11067;hp=2dd354d0d55851a0897d44f2e0ccd75d08103134;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/comm/handler/MetaClientSocket.cpp b/source/comm/handler/MetaClientSocket.cpp index 2dd354d..dff6a57 100644 --- a/source/comm/handler/MetaClientSocket.cpp +++ b/source/comm/handler/MetaClientSocket.cpp @@ -24,7 +24,7 @@ using namespace anna; * Este método se ejecuta desde un único thread (Tx). Cada socket tiene asociado un thread que lo trata. */ void comm::handler::MetaClientSocket::apply() -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tm(Logger::Local7, "comm::handler::MetaClientSocket", "apply", ANNA_FILE_LOCATION)); comm::ClientSocket* clientSocket = getClientSocket(); @@ -125,7 +125,7 @@ throw(RuntimeException) { //virtual bool comm::handler::MetaClientSocket::testClose() -throw(RuntimeException) { +noexcept(false) { LOGMETHOD(TraceMethod tm(Logger::Local7, "comm::handler::MetaClientSocket", "testClose", ANNA_FILE_LOCATION)); comm::ClientSocket* clientSocket = getClientSocket(); @@ -159,7 +159,7 @@ throw(RuntimeException) { * Por lo que se puede invocar desde cualquier otro thread no reconocido. */ void comm::handler::MetaClientSocket::breakAddress(const in_addr_t& address) -throw() { +{ comm::ClientSocket* clientSocket = getClientSocket(); if(clientSocket == NULL) {