Re: [orbitcpp-list] Re: cpp branch: CORBA_Object struct hidden?



Hi Murray,

On Wed, 2002-02-20 at 09:45, Murray Cumming wrote:
> > 	new_ref = CORBA_Object_duplicate (old_ref, &ev);
> 
> That's exactly what I was looking for. I think it means that we don't
> need to have a 1-to-1 mapping of C and C++ stub instances. So, we
> shouldn't need that g_object_set_qdata()-like thing anymore. That should
> have been obvious to me - this is CORBA, after all.

	Well - I don't know. the CORBA_Object_duplicate only bumps a reference
count on the old_ref and returns it - and we assume that is the case a
fair bit around the ORB.

	But as long as you are just wrapping that CORBA_Object there should be
no problem.

	Regards,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]