diff options
| -rw-r--r-- | lib/nav/pcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 5da59d08..d2e98b79 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -27,8 +27,8 @@ public: RESULT recordService(const eServiceReference &ref, ePtr<iRecordableService> &service); RESULT enqueueService(const eServiceReference &service); - RESULT getCurrentService(ePtr<iPlayableService> &service); - RESULT getPlaylist(ePtr<ePlaylist> &playlist); + SWIG_VOID(RESULT) getCurrentService(ePtr<iPlayableService> &SWIG_OUTPUT); + SWIG_VOID(RESULT) getPlaylist(ePtr<ePlaylist> &SWIG_OUTPUT); RESULT pause(int p); private: |
