diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 19:39:40 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 19:39:40 +0000 |
commit | 1dc35343c241696d4d3a270a693df423b7615bfd (patch) | |
tree | e1ff164855cea3f9cb10d69e7153b5a1bebad8cc /setup.h | |
parent | 528b7cc1c4ecd240a923afc5f5f6fc75f6320f49 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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(); }; |