<div>Hello,</div>
<div><font></font> </div>
<div><font>I have a code sequence as below</font></div>
<div>
<p>(1)</p>
<p>getObjectRef&lt;dbServer, dbServer_var&gt;(</p>
<p>iv_dbServRef,</p>
<p>FWDB_SERVER_OBJ);</p>
<p>=====&gt; <b>iv_dbServRef </b>holds the object reference.</p>
<p>(2)</p>
<p>CORBA::ORB_var orb = CORBA::ORB_init(l_argc,l_argv);</p>
<p>orb-&gt;shutdown(true);</p>
<p>orb-&gt;destroy();</p>
<p> </p>
<p>(3)</p>
<p>is <b>iv_dbServRef </b>still holds the reference<b>?</b></p>
<p>i tried using <b>CORBA::is_nil( iv_dbServRef )</b></p>
<p>this call returns<b> false.</b></p>
<p> </p>
<p>My question is , is it not suppose to return true?</p>
<p> </p>
<p>Appreciate your quick response.</p>
<p>Thanks,</p>
<p>Smitha</p></div>