summaryrefslogtreecommitdiff
path: root/pin.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-05-05 10:34:57 +0200
committerhorchi <vdr@jwendel.de>2020-05-05 10:34:57 +0200
commit9675e2619cbc7b98f12b8fa6d88e83cb176bcd93 (patch)
tree0071d7ae22ec20c8d9935e01aea5fcf946c17be2 /pin.h
parentbf558fd824c7ab8c794448f718b364ad403a706a (diff)
downloadvdr-plugin-pin-9675e2619cbc7b98f12b8fa6d88e83cb176bcd93.tar.gz
vdr-plugin-pin-9675e2619cbc7b98f12b8fa6d88e83cb176bcd93.tar.bz2
fixed compile (patch by Alexander Grothe)
Diffstat (limited to 'pin.h')
-rw-r--r--pin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/pin.h b/pin.h
index 7c77c48..d0da785 100644
--- a/pin.h
+++ b/pin.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * File: pin.h
+ * File: pin.h
*
*/
@@ -25,7 +25,7 @@
// Constants
//***************************************************************************
-static const char *VERSION = "0.1.16";
+static const char *VERSION = "0.1.17";
static const char *DESCRIPTION = "Childlock plugin";
static const char *MAINMENUENTRY = tr("Childlock");
@@ -79,7 +79,7 @@ class Translations : public cList<PinService::Translation>, PinService
class MessageReceiver : public cThread
{
public:
-
+
MessageReceiver();
~MessageReceiver();
@@ -102,7 +102,7 @@ class MessageReceiver : public cThread
// Pin Status Monitor
//***************************************************************************
-class cPinStatusMonitor : public cStatus
+class cPinStatusMonitor : public cStatus
{
protected:
@@ -110,9 +110,9 @@ class cPinStatusMonitor : public cStatus
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
virtual bool ChannelProtected(const cDevice *Device, const cChannel* Channel);
- virtual bool ReplayProtected(const cRecording* Recording, const char* Name,
+ virtual bool ReplayProtected(const cRecording* Recording, const char* Name,
const char* Base, bool isDirectory, int menuView = false);
- virtual void RecordingFile(const char* FileName);
+ virtual void RecordingFile(const char* FileName);
virtual void TimerCreation(cTimer* Timer, const cEvent *Event);
virtual bool PluginProtected(cPlugin* Plugin, int menuView = false);
virtual bool MenuItemProtected(const char* Name, int menuView = false);
@@ -161,11 +161,11 @@ class cPin : public cOsdObject, public PinService
class cPinPlugin : public cPlugin, public PinService
{
public:
-
+
enum AutoProtectionMode
{
apmUnknown = na,
-
+
apmAlways,
apmIntelligent,
apmNever,