Commit 6818576a authored by Pavel Vainerman's avatar Pavel Vainerman

Убрал формирование исключения при вызове uniset_conf()..

parent 94079180
......@@ -81,8 +81,8 @@ namespace UniSetTypes
std::shared_ptr<Configuration> uniset_conf()
{
if( uconf == nullptr )
throw SystemError("Don`t init uniset configuration! First use uniset_init().");
// if( uconf == nullptr )
// throw SystemError("Don`t init uniset configuration! First use uniset_init().");
return uconf; // см. uniset_init..
}
......
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