From e2781e0994df40c51d3c0d94baf5cc2eafdf45f2 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sat, 20 Jan 2007 17:25:49 +0000 Subject: [PATCH] fix getLinkageService (blue screen when try to add a Timer with Subservices) --- lib/service/event.h | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.30.2