X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1d7e5720b3e8653604323b981e37af1f6aa61709..012fff37311d068b932abbdaa517f2c2d7a2836a:/lib/nav/pcore.cpp diff --git a/lib/nav/pcore.cpp b/lib/nav/pcore.cpp index 6a849f89..3dbe7106 100644 --- a/lib/nav/pcore.cpp +++ b/lib/nav/pcore.cpp @@ -7,7 +7,7 @@ DEFINE_REF(pNavigation); pNavigation::pNavigation() { - ePtr service_center; + ePtr service_center; eServiceCenter::getInstance(service_center); assert(service_center); @@ -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. */