diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-12-11 17:54:49 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-12-11 17:54:49 +0100 |
commit | 6f64fef48bf1223288d530fc243b0bbfce689ffe (patch) | |
tree | 46fdc5f77fc83648cb15664684bfb56b86717c28 /status.h | |
parent | e5899689c72ef8b583d08f79290739abafe2d7a2 (diff) | |
download | vdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.gz vdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.bz2 |
if the initial channel is empty, the current channel is the startup channelv0.0.8g
Diffstat (limited to 'status.h')
-rw-r--r-- | status.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,18 +8,18 @@ private: static cDynamiteStatus *status; time_t init; - int initialChannel; - bool initialChannelSet; + int startupChannel; + bool startupChannelSet; int switchCount; - cDynamiteStatus(int InitialChannel); + cDynamiteStatus(int StartupChannel); virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); public: static void Init(void); static void DeInit(void); - static void SetInitialChannel(void); + static void SetStartupChannel(void); }; #endif // __DYNAMITESTATUS_H |