fix
[enigma2.git] / lib / nav / pcore.cpp
index 593af58e876fa55c6959ac46d8e7a2f8f86b2561..3dbe71068044e34f6a41ac886a4d5b736086dcf4 100644 (file)
@@ -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. */