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



On Sun, 2002-02-17 at 14:29, Murray Cumming wrote:
> On Sun, 2002-02-17 at 14:05, Michael Meeks wrote:
> > 	Ultimately it'd be best to hook the CORBA_Object construction process
> > and allow people to 'inherit' from the CORBA_Object structure in the
> > normal C fashion - then you can add what you like, and clobber the
> > lifecycle pointers at the same time ;-)
> > 
> > 	How does that sound ?
> 
> That'd be great, but it doesn't sound like something that I could
> implement. And didn't you want to hide the CORBA_Object structure?

On second thoughts, it might best best to just associate the C instance
with the C++ instance, as we do in gtkmm, because we will need to
generate/retrieve a C++ wrapper from an existing C instance. This would
need something like g_object_set_qdata() with CORBA_Object.

-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com




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