From d0ec6ac5a5e8858d423923778fdd5667297f63c2 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 23 May 2007 17:33:08 +0000 Subject: - show auth part only when enabled - common method Setup::SaveSetup to store setup values from osd and web frontend --- setup.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.h') diff --git a/setup.h b/setup.h index 40a6ed3..85b19c0 100644 --- a/setup.h +++ b/setup.h @@ -39,6 +39,8 @@ public: void SetUseAuth(int auth) { m_useAuth = auth; } void SetScrenshotInterval(int interval) { m_screenshotInterval = interval; } + bool SaveSetup(); + bool ParseCommandLine( int argc, char* argv[] ); char const* CommandLineHelp() const; @@ -48,6 +50,9 @@ private: Setup(); Setup( Setup const& ); + // me + cPlugin* liveplugin; + mutable std::string m_helpString; // commandline options int m_serverPort; -- cgit v1.2.3