aboutsummaryrefslogtreecommitdiff
path: root/lib/nav
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-10-15 20:09:18 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-10-15 20:09:18 +0000
commit53893eb6396db5d48c105d09128baff79db4c9cc (patch)
treef81cfeecb51a1ce832b2f396cf6620a88dd83d06 /lib/nav
parent4cb1a1e0bcadeba2bc44f8ae6610896bd493cfed (diff)
downloadenigma2-53893eb6396db5d48c105d09128baff79db4c9cc.tar.gz
enigma2-53893eb6396db5d48c105d09128baff79db4c9cc.zip
some more SWIG_OUTPUT/SWIG_VOID API improvements
Diffstat (limited to 'lib/nav')
-rw-r--r--lib/nav/pcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h
index d2e98b79..9e490844 100644
--- a/lib/nav/pcore.h
+++ b/lib/nav/pcore.h
@@ -24,7 +24,7 @@ public:
pNavigation();
RESULT playService(const eServiceReference &service);
- RESULT recordService(const eServiceReference &ref, ePtr<iRecordableService> &service);
+ SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr<iRecordableService> &SWIG_OUTPUT);
RESULT enqueueService(const eServiceReference &service);
SWIG_VOID(RESULT) getCurrentService(ePtr<iPlayableService> &SWIG_OUTPUT);