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

Revision 18563, 699 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 "empty.h"
8
9void
10Empty_doNothing(Empty _obj, CORBA_Environment * ev)
11{
12   POA_Empty__epv *_ORBIT_epv;
13
14   if (ORBit_small_flags & ORBIT_SMALL_FAST_LOCALS &&
15       ORBIT_STUB_IsBypass(_obj, Empty__classid) &&
16       (_ORBIT_epv =
17        (POA_Empty__epv *) ORBIT_STUB_GetEpv(_obj,
18                                             Empty__classid))->doNothing) {
19      ORBIT_STUB_PreCall(_obj);
20      _ORBIT_epv->doNothing(ORBIT_STUB_GetServant(_obj), ev);
21      ORBIT_STUB_PostCall(_obj);
22   } else {                     /* remote marshal */
23      ORBit_small_invoke_stub_n(_obj, &Empty__iinterface.methods, 0, NULL,
24                                NULL, NULL, ev);
25
26   }
27}
Note: See TracBrowser for help on using the repository browser.