summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index f683e7f..22c35b5 100644
--- a/setup.h
+++ b/setup.h
@@ -26,6 +26,7 @@ private:
int newSrate;
int newPid;
int newNoWakeup;
+ int newNoDeferredShutdown;
int chanCurrent;
protected:
virtual void Store(void);
@@ -49,6 +50,7 @@ protected:
virtual void Store(void);
public:
cMenuSetupChannelMenu(cGlobalInfosatepg *Global, int Index);
+ virtual eOSState ProcessKey(eKeys Key);
};
#endif