summaryrefslogtreecommitdiff
path: root/client/streamdev-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/streamdev-client.h')
-rw-r--r--client/streamdev-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/streamdev-client.h b/client/streamdev-client.h
index 1885ed1..77d8af9 100644
--- a/client/streamdev-client.h
+++ b/client/streamdev-client.h
@@ -23,6 +23,7 @@ public:
virtual cOsdObject *MainMenuAction(void);
virtual cMenuSetupPage *SetupMenu(void);
virtual bool SetupParse(const char *Name, const char *Value);
+ virtual bool Service(const char *Id, void *Data = NULL);
virtual void MainThreadHook(void);
};