source: trunk/third/libgnome/monikers/bonobo-moniker-extra.h @ 18320

Revision 18320, 592 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18319, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef _BONOBO_MONIKER_EXTRA_H_
2#define _BONOBO_MONIKER_EXTRA_H_
3
4#include <bonobo/bonobo-moniker-simple.h>
5#include <bonobo/bonobo-moniker-extender.h>
6
7Bonobo_Unknown bonobo_moniker_config_resolve (
8        BonoboMoniker               *moniker,
9        const Bonobo_ResolveOptions *options,
10        const CORBA_char            *requested_interface,
11        CORBA_Environment           *ev);
12
13Bonobo_Unknown bonobo_moniker_conf_indirect_resolve (
14        BonoboMoniker               *moniker,
15        const Bonobo_ResolveOptions *options,
16        const CORBA_char            *requested_interface,
17        CORBA_Environment           *ev);
18
19#endif
Note: See TracBrowser for help on using the repository browser.