summaryrefslogtreecommitdiff
path: root/streamdev-server.h
diff options
context:
space:
mode:
authorthomas <thomas>2006-07-05 20:37:17 +0000
committerthomas <thomas>2006-07-05 20:37:17 +0000
commit434b91fa61f8c15bc61d02d86d17bfb127bc1dd5 (patch)
tree1fa8675e68cc0643bffd7032396bd54dbde98e17 /streamdev-server.h
parent03a90ebefe9665cfbc81dee082af9b4dd7709f1d (diff)
downloadvdr-plugin-streamdev-434b91fa61f8c15bc61d02d86d17bfb127bc1dd5.tar.gz
vdr-plugin-streamdev-434b91fa61f8c15bc61d02d86d17bfb127bc1dd5.tar.bz2
Anpassung an API 1.4.x
Diffstat (limited to 'streamdev-server.h')
-rw-r--r--streamdev-server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamdev-server.h b/streamdev-server.h
index a86a5cd..09a2c42 100644
--- a/streamdev-server.h
+++ b/streamdev-server.h
@@ -1,5 +1,5 @@
/*
- * $Id: streamdev-server.h,v 1.2 2005/05/09 20:22:29 lordjaxom Exp $
+ * $Id: streamdev-server.h,v 1.3 2006/07/05 20:37:17 thomas Exp $
*/
#ifndef VDR_STREAMDEVSERVER_H
@@ -21,7 +21,7 @@ public:
virtual const char *Description(void);
virtual bool Start(void);
virtual void Stop(void);
- virtual bool Active(void);
+ virtual cString Active(void);
virtual const char *MainMenuEntry(void);
virtual cOsdObject *MainMenuAction(void);
virtual cMenuSetupPage *SetupMenu(void);