From 6f64fef48bf1223288d530fc243b0bbfce689ffe Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sun, 11 Dec 2011 17:54:49 +0100 Subject: if the initial channel is empty, the current channel is the startup channel --- status.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'status.h') diff --git a/status.h b/status.h index bb5e686..adf7212 100644 --- a/status.h +++ b/status.h @@ -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 -- cgit v1.2.3