X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_wrapper.cpp;h=50ec75f078f3ceb274bdc6455002162a37b76da0;hp=89521bc76cfcbf5568594bd6281a7518be725769;hb=8fccaecc28ed1ad0747e516a6f0cb1d350406798;hpb=2d7579fdb8935ad3cb560d5c56b9e8464f1fe162 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;