Re: Another interoperability problem of ORBit2
- From: Anders Selander <selander pdc kth se>
- To: Michael Meeks <michael ximian com>
- Cc: orbit-list gnome org
- Subject: Re: Another interoperability problem of ORBit2
- Date: Fri, 14 Mar 2003 16:58:58 +0100
On Fri, Mar 14, 2003 at 03:00:27PM +0000, Michael Meeks wrote:
> Ok - the root cause of this is that you're unreffing the ORB without
> doing a CORBA_ORB_destroy - I've added a more helpful warning to this
> effect in CVS HEAD and gnome-2-2 branches. Adding that makes it work
> nicely.
OK, everything works with ORBit2 if one changes
CORBA_Object_release((CORBA_Object)orb, &ev);
to
CORBA_ORB_destroy((CORBA_Object)orb, &ev);
However, CORBA_ORB_destroy is undefined in ORBit1. Might this be the
road-fork after which the code isn't backward-compatible anymore?
Regards /Selander
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]