<p>Thanks a lot for the clarification!</p>
<p>Regards<br>
Hong</p>
<p>在 2012-1-31 下午11:01,"Ando Noriaki" <<a href="mailto:n-ando@aist.go.jp">n-ando@aist.go.jp</a>>写道:<br>
><br>
> Hello<br>
><br>
> Oh! It's my mistake.<br>
><br>
> CORBA::is_nil(object) means the object's reference is invalid.<br>
> # It's almost same as null pointer in C/C++ or Java.<br>
><br>
> If CORBA::is_nil(object) == true, you cannot call any operations of the object.<br>
><br>
><br>
> 2012年1月31日22:16 Ong Wee Hong <<a href="mailto:owh@ieee.org">owh@ieee.org</a>>:<br>
> > Thank you very much, Ando-san, Hajime-san.<br>
> ><br>
> > I had to invert the condition to !CORBA::is_nil(ec) to make it work.<br>
> > Hope I am not doing anything wrong.  I don't exactly get the meaning of<br>
> > CORBA::is_null(obj), however the document says it checks if the obj is nil.<br>
> ><br>
> > Regards<br>
> > Hong<br>
</p>