source: trunk/third/bonobo-activation/test/plugin-stubs.c @ 18563

Revision 18563, 725 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18562, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * This file was generated by orbit-idl-2 - DO NOT EDIT!
3 */
4
5#include <string.h>
6#define ORBIT2_STUBS_API
7#include "plugin.h"
8
9void
10Plugin_doPluginTest(Plugin _obj, CORBA_Environment * ev)
11{
12   POA_Plugin__epv *_ORBIT_epv;
13
14   if (ORBit_small_flags & ORBIT_SMALL_FAST_LOCALS &&
15       ORBIT_STUB_IsBypass(_obj, Plugin__classid) &&
16       (_ORBIT_epv =
17        (POA_Plugin__epv *) ORBIT_STUB_GetEpv(_obj,
18                                              Plugin__classid))->
19       doPluginTest) {
20      ORBIT_STUB_PreCall(_obj);
21      _ORBIT_epv->doPluginTest(ORBIT_STUB_GetServant(_obj), ev);
22      ORBIT_STUB_PostCall(_obj);
23   } else {                     /* remote marshal */
24      ORBit_small_invoke_stub_n(_obj, &Plugin__iinterface.methods, 0, NULL,
25                                NULL, NULL, ev);
26
27   }
28}
Note: See TracBrowser for help on using the repository browser.