summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorschmirl <schmirl>2007-03-19 12:06:13 +0000
committerschmirl <schmirl>2007-03-19 12:06:13 +0000
commitcd7d4e3588af2cc36c8366fc8d65d0627a372c32 (patch)
tree0b6c8b9c4a05a6a0cbbac7916fd7d14a2cc8a708 /server
parent87e24499e3857b8cea36d9ec9f38fdb9443fd92a (diff)
downloadvdr-plugin-streamdev-cd7d4e3588af2cc36c8366fc8d65d0627a372c32.tar.gz
vdr-plugin-streamdev-cd7d4e3588af2cc36c8366fc8d65d0627a372c32.tar.bz2
Silence warning about overloaded namespace (#244, thanks to rofafor)
Diffstat (limited to 'server')
-rw-r--r--server/connectionVTP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/connectionVTP.h b/server/connectionVTP.h
index a0e6a9c..a8e76eb 100644
--- a/server/connectionVTP.h
+++ b/server/connectionVTP.h
@@ -11,6 +11,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 ;-)
+ using cServerConnection::Respond;
private:
cTBSocket *m_LiveSocket;