Revision 18311,
408 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18310,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef BONOBO_ACTIVATION_CLIENT_H |
---|
2 | #define BONOBO_ACTIVATION_CLIENT_H |
---|
3 | |
---|
4 | #include <glib/gutils.h> |
---|
5 | #include <bonobo-activation-private.h> |
---|
6 | |
---|
7 | void bonobo_activation_release_corba_client (void); |
---|
8 | void bonobo_activation_add_reset_notify (GVoidFunc fn); |
---|
9 | void bonobo_activation_register_client (Bonobo_ActivationContext context, |
---|
10 | CORBA_Environment *ev); |
---|
11 | |
---|
12 | #endif /* BONOBO_ACTIVATION_CLIENT_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.