diff options
author | Stefan Schallenberg <infos@nafets.de> | 2013-09-11 21:35:53 +0200 |
---|---|---|
committer | Stefan Schallenberg <infos@nafets.de> | 2013-09-11 21:35:53 +0200 |
commit | 0b8bf3d58c09daa4ef7ec5bc9e02efad001af097 (patch) | |
tree | e34c72b20e500ba9c7153a3b9872fe5d38f4d919 /ffnetdev.h | |
parent | f19e505e2c423b038787d3e63e62150eba328aa5 (diff) | |
download | vdr-plugin-ffnetdev-0b8bf3d58c09daa4ef7ec5bc9e02efad001af097.tar.gz vdr-plugin-ffnetdev-0b8bf3d58c09daa4ef7ec5bc9e02efad001af097.tar.bz2 |
migrated files from tools subdirectory in Main directory.
Corrected Handling of version-Number, now vdr -V shows it correct.
Diffstat (limited to 'ffnetdev.h')
-rw-r--r-- | ffnetdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ class cPluginFFNetDev : public cPlugin { private: - static const char *DESCRIPTION; - static const char *VERSION; +// static const char *DESCRIPTION; +// static const char *VERSION; //static const char *MAINMENUENTRY; cStreamDevice *m_StreamDevice; cMyRemote *m_Remote; |