diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-04-24 08:45:51 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-04-24 08:45:51 +0200 |
commit | a7449fcd944bea79121eb950806aaf63d20c955f (patch) | |
tree | f35c05691e4b24726e75685338bea30bc0a18f6f /tools.h | |
parent | fc42859da7ce1642f8b8496a9958d51ca1ebd8fd (diff) | |
download | vdr-plugin-rpihddevice-a7449fcd944bea79121eb950806aaf63d20c955f.tar.gz vdr-plugin-rpihddevice-a7449fcd944bea79121eb950806aaf63d20c955f.tar.bz2 |
add prefix to plugin specific class names
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ public: } }; -class cAudioPort +class cRpiAudioPort { public: @@ -72,7 +72,7 @@ public: } }; -class cVideoPort +class cRpiVideoPort { public: |