Hi list,

I started experimenting with CORBA/Bonobo in Python. So I created
an example IDL file containing a CORBA Interface inherited from
Bonobo::Unknown. I load this file using ORBit.load_file and I want
to give an implemenation to the CORBA interface. 

The problem is that I have to implement the ref, unref and 
queryInterface methods from Bonobo::Unknown over and over 
again for every implementation of an Bonobo::Unknown inherited
CORBA interface... this while there is bonobo.Object, that already
has done that for you.

So my question is: what is the right way? Inherting from bonobo.Object
AND the corba interface off course doesn't work. Using add_interface
is not applicable. So what should I do?

Thanks in advance,

        Steven

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to