diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-03 11:46:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-03 11:46:57 +0100 |
commit | a9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75 (patch) | |
tree | 75a7f9c92e8efc4531c33964b9e3d4a15ee44b04 /timers.h | |
parent | f00372190d4b101a6dbf8b964fa0885908d2a9c9 (diff) | |
download | vdr-a9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75.tar.gz vdr-a9eed7bb7c6e5d92fe9be1d4aa090d17e971ab75.tar.bz2 |
Added cTimer::SetPriority() to set a timer's priority
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.h 1.21 2006/01/01 15:41:26 kls Exp $ + * $Id: timers.h 1.22 2006/01/03 11:45:26 kls Exp $ */ #ifndef __TIMERS_H @@ -81,6 +81,7 @@ public: void SetRecording(bool Recording); void SetPending(bool Pending); void SetInVpsMargin(bool InVpsMargin); + void SetPriority(int Priority); void SetFlags(int Flags); void ClrFlags(int Flags); void InvFlags(int Flags); |