From: Andreas Monzner Date: Sat, 20 Jan 2007 17:25:49 +0000 (+0000) Subject: fix getLinkageService X-Git-Tag: 2.6.0~2428 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e2781e0994df40c51d3c0d94baf5cc2eafdf45f2?ds=sidebyside fix getLinkageService (blue screen when try to add a Timer with Subservices) --- diff --git a/lib/service/event.h b/lib/service/event.h index 8a095ef7..f315aca8 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -30,6 +30,8 @@ DECLARE_REF(eComponentData); }; SWIG_TEMPLATE_TYPEDEF(ePtr, eComponentDataPtr); +SWIG_ALLOW_OUTPUT_SIMPLE(eServiceReference); // needed for SWIG_OUTPUT in eServiceEvent::getLinkageService + SWIG_IGNORE(eServiceEvent); class eServiceEvent: public iObject {