Re: CORBA_object_release ?

Jules Colding <[email protected]> Fri, 12 May 2006 00:07:25 +0200
Newsgroups gmane.comp.gnome.orbit.general
Message-ID <[email protected]>
On Thu, 2006-05-11 at 21:47 +0200, Patrick Jacquot wrote:
> Hi list,
> I wasn't able to find  a clear evidence,
> neither in the documentation, wether in the FAQ, 
> if a call to CORBA_object_release in a client
> provoques an unref of the object in the server

It does not. The two objects (the corba object on the client side and
the server object) have totally independent lives.

HTH,
  jules