From 1814650ad896a0f9684d279fa5843771e767748a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:17:35 +0300 Subject: add final keyword to net files. --- src/net/tmwa/chathandler.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/net/tmwa/chathandler.h') diff --git a/src/net/tmwa/chathandler.h b/src/net/tmwa/chathandler.h index 6da3a8eef..a21c0afe1 100644 --- a/src/net/tmwa/chathandler.h +++ b/src/net/tmwa/chathandler.h @@ -38,23 +38,23 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler A_DELETE_COPY(ChatHandler) - void handleMessage(Net::MessageIn &msg) override; + void handleMessage(Net::MessageIn &msg) override final; void talk(const std::string &text, - const std::string &channel) const override; + const std::string &channel) const override final; - void talkRaw(const std::string &text) const override; + void talkRaw(const std::string &text) const override final; void privateMessage(const std::string &recipient, - const std::string &text) override; + const std::string &text) override final; - void who() const override; + void who() const override final; void sendRaw(const std::string &args) const; - void ignoreAll() const override; + void ignoreAll() const override final; - void unIgnoreAll() const override; + void unIgnoreAll() const override final; static void processRaw(MessageOut &outMsg, const std::string &line); }; -- cgit v1.2.3-60-g2f50