diff options
author | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:48:23 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:48:23 +0100 |
commit | 11b22d9f33d50f20cba1eaee2aadb55d3580d879 (patch) | |
tree | 5c4e7fe1046bd9cc1ef7a7b21abe118f43689902 /streamdev-client.h | |
parent | 435f01649c2ee8c23c21e0680d0a39e773008549 (diff) | |
download | vdr-plugin-streamdev-11b22d9f33d50f20cba1eaee2aadb55d3580d879.tar.gz vdr-plugin-streamdev-11b22d9f33d50f20cba1eaee2aadb55d3580d879.tar.bz2 |
Streamdev 0.5.0-rc1
Diffstat (limited to 'streamdev-client.h')
-rw-r--r-- | streamdev-client.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/streamdev-client.h b/streamdev-client.h deleted file mode 100644 index b01e0d7..0000000 --- a/streamdev-client.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * $Id: streamdev-client.h,v 1.1.1.1 2004/12/30 22:43:59 lordjaxom Exp $ - */ - -#ifndef VDR_STREAMDEVCLIENT_H -#define VDR_STREAMDEVCLIENT_H - -#include "common.h" - -#include <vdr/plugin.h> - -class cPluginStreamdevClient : public cPlugin { -private: - static const char *DESCRIPTION; - -public: - cPluginStreamdevClient(void); - virtual ~cPluginStreamdevClient(); - virtual const char *Version(void) { return VERSION; } - virtual const char *Description(void); - virtual bool Start(void); - virtual void Housekeeping(void); - virtual const char *MainMenuEntry(void); - virtual cOsdObject *MainMenuAction(void); - virtual cMenuSetupPage *SetupMenu(void); - virtual bool SetupParse(const char *Name, const char *Value); -}; - -#endif // VDR_STREAMDEVCLIENT_H |