summaryrefslogtreecommitdiff
path: root/server/connectionVTP.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
committerFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
commit7254a6752808830d5fc133e5362da6c47f3f84ff (patch)
tree673cc17f88ba80f8a67debb54f85ea100cde9ae5 /server/connectionVTP.h
parent31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace (diff)
downloadvdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.gz
vdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.bz2
Snapshot 2009-06-11
Diffstat (limited to 'server/connectionVTP.h')
-rw-r--r--server/connectionVTP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/connectionVTP.h b/server/connectionVTP.h
index 3acb1a2..452f3ae 100644
--- a/server/connectionVTP.h
+++ b/server/connectionVTP.h
@@ -12,9 +12,9 @@ class cLSTTHandler;
class cConnectionVTP: public cServerConnection {
friend class cLSTEHandler;
- // if your compiler doesn't understand the following statement
- // (e.g. gcc 2.x), simply remove it and try again ;-)
+#if !defined __GNUC__ || __GNUC__ >= 3
using cServerConnection::Respond;
+#endif
private:
cTBSocket *m_LiveSocket;