Change User::SetClientIP() to be virtual

This commit is contained in:
attilamolnar 2012-10-03 04:38:11 +02:00
parent 6b14ac1562
commit 13b7084eae

View File

@ -393,9 +393,9 @@ class CoreExport User : public Extensible
/** Sets the client IP for this user
* @return true if the conversion was successful
*/
bool SetClientIP(const char* sip);
virtual bool SetClientIP(const char* sip);
void SetClientIP(const irc::sockets::sockaddrs& sa);
virtual void SetClientIP(const irc::sockets::sockaddrs& sa);
/** Constructor
* @throw CoreException if the UID allocated to the user already exists