wok-next view libbonobo/stuff/patches/libbonobo.patch @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents
children
line source
1 --- a/samples/echo/Bonobo_Sample_Echo-stubs.c
2 +++ b/samples/echo/Bonobo_Sample_Echo-stubs.c
3 @@ -6,7 +6,7 @@
4 #define ORBIT2_STUBS_API
5 #include "Bonobo_Sample_Echo.h"
7 -void Bonobo_Sample_Echo_echo(Bonobo_Sample_Echo _obj, const CORBA_char * message, CORBA_Environment *ev){
8 +extern void Bonobo_Sample_Echo_echo(Bonobo_Sample_Echo _obj, const CORBA_char * message, CORBA_Environment *ev){
9 gpointer _args[1];
10 _args[0] = (gpointer)&message;
11 ORBit_c_stub_invoke (_obj, &Bonobo_Sample_Echo__iinterface.methods, 0, NULL, _args, NULL, ev, Bonobo_Sample_Echo__classid, G_STRUCT_OFFSET (POA_Bonobo_Sample_Echo__epv, echo),