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/eathena/chathandler.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/net/eathena/chathandler.h') diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index d97ca9d8d..9e6f1608d 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/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 override; + void sendRaw(const std::string &args) const override final; - 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