Commit d660dc15 authored by Pavel Vainerman's avatar Pavel Vainerman

(ProxyManager): сделал вылет (std::terminate) если не удалось

активизировать объект..
parent 76e01478
...@@ -107,6 +107,7 @@ bool ProxyManager::activateObject() ...@@ -107,6 +107,7 @@ bool ProxyManager::activateObject()
catch( const uniset::Exception& ex ) catch( const uniset::Exception& ex )
{ {
ucrit << myname << "(activate): " << ex << endl; ucrit << myname << "(activate): " << ex << endl;
std::terminate();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment