Silence warning about overloaded namespace (#244, thanks to rofafor)

This commit is contained in:
schmirl 2007-03-19 12:06:13 +00:00
parent 87e24499e3
commit cd7d4e3588
1 changed files with 3 additions and 0 deletions

View File

@ -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;