CORBA::Object::_non_existent() ???

Igor Cunko Igor.Cunko@open.hr
Wed, 07 Jan 1998 13:57:30 GMT


Hi
I have trouble with CORBA::Object::_non_existent().I have primitive =
client and
server. This is basicaly procedure I use.

Client call server->logIn(CORBA::Object_ptr obj)
I put obj in array.
Go trough array and invoke a[i]->_non_existent()
=46unction exits.
Client finish execution.
Another time call to a[i]->_non_existent() raise COMM_FALIURE instead =
return
false. Is this correct behavior or failure in my logic.