diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.125 2002/08/28 19:26:56 kls Exp $ + * $Id: config.h 1.126 2002/09/04 11:04:55 kls Exp $ */ #ifndef __CONFIG_H @@ -119,7 +119,6 @@ public: const char *ToText(void); bool Parse(const char *s); bool Save(FILE *f); - bool Switch(cDevice *Device = NULL, bool Log = true); }; enum eTimerActive { taInactive = 0, @@ -198,6 +197,8 @@ public: bool Accepts(in_addr_t Address); }; +#define CACONFBASE 100 + class cCaDefinition : public cListObject { private: int number; @@ -296,7 +297,7 @@ public: cChannel *GetByNumber(int Number); cChannel *GetByServiceID(unsigned short ServiceId); const char *GetChannelNameByNumber(int Number); - bool SwitchTo(int Number, cDevice *Device = NULL); + bool SwitchTo(int Number); int MaxNumber(void) { return maxNumber; } }; |