summaryrefslogtreecommitdiff
path: root/server/connectionVTP.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-07-16 05:59:45 +0000
committerschmirl <schmirl>2008-07-16 05:59:45 +0000
commit9258019e0f3cff4736930286bc968b74013090b9 (patch)
tree7421a2aaa1c425ffd0ba2f13dec32495de8c2de3 /server/connectionVTP.h
parent4e9c96787297e84f0765c6f7c20f89f5f9ecb106 (diff)
downloadvdr-plugin-streamdev-9258019e0f3cff4736930286bc968b74013090b9.tar.gz
vdr-plugin-streamdev-9258019e0f3cff4736930286bc968b74013090b9.tar.bz2
- added preprocessor directive for ancient gcc
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;