diff options
Diffstat (limited to 'lib/nav/pcore.cpp')
| -rw-r--r-- | lib/nav/pcore.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ |
