putting bonobo into an IDL
Peter Van Osta <[email protected]>
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Organization | Union Biometrica N.V./S.A. ESO |
| Message-ID | <[email protected]> |
Hi,
On the following webpage there are some examples of how to use bonobo:
http://primates.ximian.com/~michael/bonobo-docs/bonobo-bonobo-event-source.html
I know that bonobo is not a part of CORBA, but is there some way to
include code into an IDL-file as shown on the webpage, this would
facilitate manintainig the code for both server and the client. it is of
course possible to insert all the necessary bonob code into the server
and the client by hand, but this doesn't facilitate manintenance.
e.g.:
static void
notify_listeners (BonoboPropertyBag *pb,
BonoboProperty *prop,
const BonoboArg *new_value,
CORBA_Environment *opt_ev)
....
Best regards,
Peter Van Osta