aboutsummaryrefslogtreecommitdiff
path: root/lib/service/event.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-20 17:25:49 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-20 17:25:49 +0000
commite2781e0994df40c51d3c0d94baf5cc2eafdf45f2 (patch)
treee275793677e12c1c13b4895346178f4ed8d3133d /lib/service/event.h
parent047a5a85f0cfacfa39d86f66e806e05d26be7a8c (diff)
downloadenigma2-e2781e0994df40c51d3c0d94baf5cc2eafdf45f2.tar.gz
enigma2-e2781e0994df40c51d3c0d94baf5cc2eafdf45f2.zip
fix getLinkageService
(blue screen when try to add a Timer with Subservices)
Diffstat (limited to 'lib/service/event.h')
-rw-r--r--lib/service/event.h2
1 files changed, 2 insertions, 0 deletions
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<eComponentData>, eComponentDataPtr);
+SWIG_ALLOW_OUTPUT_SIMPLE(eServiceReference); // needed for SWIG_OUTPUT in eServiceEvent::getLinkageService
+
SWIG_IGNORE(eServiceEvent);
class eServiceEvent: public iObject
{