From 86f4f5b117303cb35c0783b11b4d3f2fd70a203b Mon Sep 17 00:00:00 2001
From: Sascha Volkenandt <sascha (at) akv-soft (dot) de>
Date: Thu, 4 Jan 2007 20:27:47 +0000
Subject: - added setup option ScreenshotInterval

---
 setup.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'setup.h')

diff --git a/setup.h b/setup.h
index dba4008..e3666b4 100644
--- a/setup.h
+++ b/setup.h
@@ -23,6 +23,7 @@ public:
 	IpList const& GetServerIps() const { return m_serverIps; }
 	// vdr-setup
 	int GetLastChannel() const { return m_lastChannel == 0 ? std::numeric_limits< int >::max() : m_lastChannel; }
+	int GetScreenshotInterval() const { return m_screenshotInterval; }
 
 	bool ParseCommandLine( int argc, char* argv[] );
 	char const* CommandLineHelp() const;
@@ -40,6 +41,7 @@ private:
 	IpList m_serverIps;
 	// vdr-setup
 	int m_lastChannel;
+	int m_screenshotInterval;
 
 	bool CheckLibraryPath();
 	bool CheckServerPort();
-- 
cgit v1.2.3