summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/setup.h b/setup.h
index 39a9c36..ef869c6 100644
--- a/setup.h
+++ b/setup.h
@@ -68,9 +68,8 @@ Setup& LiveSetup();
class cMenuSetupLive : public cMenuSetupPage {
protected:
- virtual void Store(void);
-// virtual eOSState ProcessKey(eKeys Key);
-
+ virtual void Store(void);
+ virtual eOSState ProcessKey(eKeys Key);
public:
cMenuSetupLive();
@@ -81,6 +80,10 @@ private:
int m_useAuth;
char m_adminLogin[20];
char m_adminPassword[20];
+ char m_tmpPassword[20];
+
+ void Set(void);
+ bool InEditMode(const char* ItemText, const char* ItemName, const char* ItemValue);
};
} // namespace vdrlive