diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-07 14:10:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-07 14:10:17 +0100 |
commit | e0d5ebf8fd1d508776d63026a9dd336fbb0d648d (patch) | |
tree | cf80c8bbd3d669cfe941164955ce04b8a7957637 /config.h | |
parent | 2e0a3f273a18fd6bcf2bc347a6ca449ac7304016 (diff) | |
download | vdr-e0d5ebf8fd1d508776d63026a9dd336fbb0d648d.tar.gz vdr-e0d5ebf8fd1d508776d63026a9dd336fbb0d648d.tar.bz2 |
The file 'ca.conf' is obsolete and has been removed; revised all descriptions regarding CICAM
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 22 |
1 files changed, 1 insertions, 21 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.237 2006/01/04 13:41:59 kls Exp $ + * $Id: config.h 1.238 2006/01/07 12:57:42 kls Exp $ */ #ifndef __CONFIG_H @@ -61,20 +61,6 @@ public: bool Accepts(in_addr_t Address); }; -#define CACONFBASE 100 - -class cCaDefinition : public cListObject { -private: - int number; - char *description; -public: - cCaDefinition(void); - ~cCaDefinition(); - bool Parse(const char *s); - int Number(void) const { return number; } - const char *Description(void) const { return description; } - }; - template<class T> class cConfig : public cList<T> { private: char *fileName; @@ -166,15 +152,9 @@ public: bool Acceptable(in_addr_t Address); }; -class cCaDefinitions : public cConfig<cCaDefinition> { -public: - const cCaDefinition *Get(int Number); - }; - extern cCommands Commands; extern cCommands RecordingCommands; extern cSVDRPhosts SVDRPhosts; -extern cCaDefinitions CaDefinitions; class cSetupLine : public cListObject { private: |