<br>Thanks for the aclaration.<br><br>But then, what happens if after execute ORB_init() something in the code below throws an exception? Is there someway to stop omniORB, or it stops automatically?<br><br>In my case, if I execute the thread without network connection, the following sentence goes into the catch statment
<br><br><p>&nbsp;&nbsp;&nbsp; // Narrow this to the naming context (Narrowed reference to root context.)
<br>&nbsp;&nbsp;&nbsp; //------------------------------------------------------------------------<br>&nbsp;&nbsp;&nbsp; CosNaming::NamingContext_var nc = CosNaming::NamingContext::_narrow(obj.in());<br><br></p><br>