X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fc233e3a96e68514165781859afc94a2bb33e9e9..9925392e576717cc0df070ace822a6f392808bb7:/lib/nav/pcore.cpp diff --git a/lib/nav/pcore.cpp b/lib/nav/pcore.cpp index 593af58e..3dbe7106 100644 --- a/lib/nav/pcore.cpp +++ b/lib/nav/pcore.cpp @@ -46,6 +46,11 @@ RESULT pNavigation::pause(int p) return m_core->pause(p); } +RESULT pNavigation::stopService() +{ + return m_core->stopService(); +} + void pNavigation::navEvent(eNavigation *nav, int event) { /* just relay the events here. */