Commit 9674dd51 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

make style

parent 1d66bfef
......@@ -1520,6 +1520,7 @@ namespace uniset
orb = uconf->getORB();
const string sior( uconf->iorfile->getIOR(oind->getIdByName(name)) );
if( !sior.empty() )
return orb->string_to_object(sior.c_str());
}
......@@ -1535,6 +1536,7 @@ namespace uniset
orb = uconf->getORB();
const string sior( uconf->iorfile->getIOR(id) );
if( !sior.empty() )
return orb->string_to_object(sior.c_str());
}
......
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