summaryrefslogtreecommitdiff
path: root/server/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/suspend.h')
-rw-r--r--server/suspend.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/server/suspend.h b/server/suspend.h
index f04ad42..bea25ee 100644
--- a/server/suspend.h
+++ b/server/suspend.h
@@ -1,5 +1,5 @@
/*
- * $Id: suspend.h,v 1.1 2004/12/30 22:44:26 lordjaxom Exp $
+ * $Id: suspend.h,v 1.2 2008/10/22 11:59:32 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SUSPEND_H
@@ -7,10 +7,7 @@
#include <vdr/player.h>
-class cSuspendLive: public cPlayer, cThread {
-private:
- bool m_Active;
-
+class cSuspendLive: public cPlayer, public cThread {
protected:
virtual void Activate(bool On);
virtual void Action(void);
@@ -20,8 +17,6 @@ protected:
public:
cSuspendLive(void);
virtual ~cSuspendLive();
-
- bool IsActive(void) const { return m_Active; }
};
class cSuspendCtl: public cControl {