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/ea/playerhandler.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/net/ea/playerhandler.h') diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h index 219ea17f2..3e97994ce 100644 --- a/src/net/ea/playerhandler.h +++ b/src/net/ea/playerhandler.h @@ -36,22 +36,22 @@ class PlayerHandler : public Net::PlayerHandler A_DELETE_COPY(PlayerHandler) - void decreaseAttribute(const int attr) const override; + void decreaseAttribute(const int attr) const override final; void ignorePlayer(const std::string &player, - const bool ignore) const override; + const bool ignore) const override final; - void ignoreAll(const bool ignore) const override; + void ignoreAll(const bool ignore) const override final; - bool canUseMagic() const override; + bool canUseMagic() const override final; - bool canCorrectAttributes() const override; + bool canCorrectAttributes() const override final; - Vector getDefaultWalkSpeed() const override A_WARN_UNUSED; + Vector getDefaultWalkSpeed() const override final A_WARN_UNUSED; - int getJobLocation() const override A_WARN_UNUSED; + int getJobLocation() const override final A_WARN_UNUSED; - int getAttackLocation() const override A_WARN_UNUSED; + int getAttackLocation() const override final A_WARN_UNUSED; void processWalkResponse(Net::MessageIn &msg) const; -- cgit v1.2.3-60-g2f50