summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 19:39:40 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 19:39:40 +0000
commit1dc35343c241696d4d3a270a693df423b7615bfd (patch)
treee1ff164855cea3f9cb10d69e7153b5a1bebad8cc /setup.h
parent528b7cc1c4ecd240a923afc5f5f6fc75f6320f49 (diff)
downloadvdr-plugin-live-1dc35343c241696d4d3a270a693df423b7615bfd.tar.gz
vdr-plugin-live-1dc35343c241696d4d3a270a693df423b7615bfd.tar.bz2
- removed -L plugin parameter
- incorporated all code into one shared object
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.h b/setup.h
index 958ef9b..a4d3a58 100644
--- a/setup.h
+++ b/setup.h
@@ -18,7 +18,6 @@ public:
typedef std::list< std::string > IpList;
// commandline
- std::string const& GetLibraryPath() const { return m_libraryPath; }
int GetServerPort() const { return m_serverPort; }
IpList const& GetServerIps() const { return m_serverIps; }
// vdr-setup
@@ -36,14 +35,12 @@ private:
mutable std::string m_helpString;
// commandline options
- std::string m_libraryPath;
int m_serverPort;
IpList m_serverIps;
// setup options
int m_lastChannel;
int m_screenshotInterval;
- bool CheckLibraryPath();
bool CheckServerPort();
bool CheckServerIps();
};