summaryrefslogtreecommitdiff
path: root/ffnetdevsetup.h
diff options
context:
space:
mode:
authorzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-01-24 12:54:00 +0000
committerzwer <zwer@1f4bef6d-8e0a-0410-8695-e467da8aaccf>2006-01-24 12:54:00 +0000
commitb998c31e7e0f4f84b2f64c50093069c815772808 (patch)
tree7b65667843ea5db07766d23688f045d20140361c /ffnetdevsetup.h
downloadvdr-plugin-ffnetdev-b998c31e7e0f4f84b2f64c50093069c815772808.tar.gz
vdr-plugin-ffnetdev-b998c31e7e0f4f84b2f64c50093069c815772808.tar.bz2
FFNetDev-Plugin
git-svn-id: svn://svn.berlios.de/ffnetdev/trunk@1 1f4bef6d-8e0a-0410-8695-e467da8aaccf
Diffstat (limited to 'ffnetdevsetup.h')
-rw-r--r--ffnetdevsetup.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ffnetdevsetup.h b/ffnetdevsetup.h
new file mode 100644
index 0000000..befbd6f
--- /dev/null
+++ b/ffnetdevsetup.h
@@ -0,0 +1,17 @@
+#ifndef __FFNETDEVSETUP_H
+#define __FFNETDEVSETUP_H
+
+#include <vdr/plugin.h>
+
+class cFFNetDevSetup : public cMenuSetupPage
+{
+private:
+ int m_iAutoSetPrimaryDVB;
+protected:
+ virtual void Store(void);
+public:
+ cFFNetDevSetup(void);
+};
+
+#endif //__FFNETDEVSETUP_H
+