X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_wrapper.cpp;h=50ec75f078f3ceb274bdc6455002162a37b76da0;hp=89521bc76cfcbf5568594bd6281a7518be725769;hb=6f59dcf596103d0bc69be841627cd9926faa4139;hpb=19facd8558fe2e32ce843860b40631ebe03ff3cf diff --git a/src/socket_wrapper.cpp b/src/socket_wrapper.cpp index 89521bc..50ec75f 100644 --- a/src/socket_wrapper.cpp +++ b/src/socket_wrapper.cpp @@ -87,10 +87,6 @@ bool ReconnectSocketWrapper::handle(command_client* stubBase, boost::function< v // otherwise ignore the exception and reconnect in the next iteration } - catch(...) - { - throw; - } tries++; } @@ -141,10 +137,6 @@ bool ReconnectIgnoreFailureSocketWrapper::handle(command_client* stubBase, boost { // ignore } - catch(...) - { - throw; - } } return false;