From 3a4d59c9ac7226432120633ad394464d37e5f497 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 25 May 2007 16:58:56 +0000 Subject: - first version of "userdef. times" in "What's on?" --- setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 85b19c0..e9e2aaa 100644 --- a/setup.h +++ b/setup.h @@ -32,12 +32,14 @@ public: std::string GetMD5HashAdminPassword() const; int GetAdminPasswordLength() const; bool UseAuth() const { return m_useAuth; } + std::string GetTimes() const { return m_times; } void SetLastChannel(int lastChannel) { m_lastChannel = lastChannel; } void SetAdminLogin(std::string login) { m_adminLogin = login; } std::string SetAdminPassword(std::string password); void SetUseAuth(int auth) { m_useAuth = auth; } void SetScrenshotInterval(int interval) { m_screenshotInterval = interval; } + void SetTimes(std::string times) { m_times = times; } bool SaveSetup(); @@ -64,6 +66,7 @@ private: int m_useAuth; std::string m_adminLogin; std::string m_adminPasswordMD5; + std::string m_times; bool CheckServerPort(); bool CheckServerIps(); -- cgit v1.2.3