diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-17 23:06:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-17 23:06:56 +0300 |
commit | dba0611175c8d4a56dfbc918ccef139351e5c3e0 (patch) | |
tree | b3c7a5684604facc0f0f5656fe373958c53dc5ad /src/net/tmwa/serverfeatures.h | |
parent | 53530f76275df76406a9ce438a33df78c50d0948 (diff) | |
download | plus-dba0611175c8d4a56dfbc918ccef139351e5c3e0.tar.gz plus-dba0611175c8d4a56dfbc918ccef139351e5c3e0.tar.bz2 plus-dba0611175c8d4a56dfbc918ccef139351e5c3e0.tar.xz plus-dba0611175c8d4a56dfbc918ccef139351e5c3e0.zip |
Revert "Remove override keyword, if it present with final."
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
Diffstat (limited to 'src/net/tmwa/serverfeatures.h')
-rw-r--r-- | src/net/tmwa/serverfeatures.h | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/src/net/tmwa/serverfeatures.h b/src/net/tmwa/serverfeatures.h index 6cbea2f79..747b1ab93 100644 --- a/src/net/tmwa/serverfeatures.h +++ b/src/net/tmwa/serverfeatures.h @@ -34,109 +34,109 @@ class ServerFeatures final : public Net::ServerFeatures A_DELETE_COPY(ServerFeatures) - bool haveServerOnlineList() const final A_CONST; + bool haveServerOnlineList() const override final A_CONST; - bool haveOnlineList() const final A_CONST; + bool haveOnlineList() const override final A_CONST; - bool havePartyNickInvite() const final A_CONST; + bool havePartyNickInvite() const override final A_CONST; - bool haveChangePartyLeader() const final A_CONST; + bool haveChangePartyLeader() const override final A_CONST; - bool haveServerHp() const final; + bool haveServerHp() const override final; - bool havePlayerStatusUpdate() const final A_CONST; + bool havePlayerStatusUpdate() const override final A_CONST; - bool haveBrokenPlayerAttackDistance() const final A_CONST; + bool haveBrokenPlayerAttackDistance() const override final A_CONST; - bool haveNativeGuilds() const final; + bool haveNativeGuilds() const override final; - bool haveIncompleteChatMessages() const final; + bool haveIncompleteChatMessages() const override final; - bool haveRaceSelection() const final A_CONST; + bool haveRaceSelection() const override final A_CONST; - bool haveLookSelection() const final A_CONST; + bool haveLookSelection() const override final A_CONST; - bool haveChatChannels() const final A_CONST; + bool haveChatChannels() const override final A_CONST; - bool haveServerIgnore() const final; + bool haveServerIgnore() const override final; - bool haveMove3() const final; + bool haveMove3() const override final; - bool haveItemColors() const final A_CONST; + bool haveItemColors() const override final A_CONST; - bool haveAccountOtherGender() const final A_CONST; + bool haveAccountOtherGender() const override final A_CONST; - bool haveCharOtherGender() const final; + bool haveCharOtherGender() const override final; - bool haveMonsterAttackRange() const final; + bool haveMonsterAttackRange() const override final; - bool haveMonsterName() const final A_CONST; + bool haveMonsterName() const override final A_CONST; - bool haveEmailOnRegister() const final A_CONST; + bool haveEmailOnRegister() const override final A_CONST; - bool haveEmailOnDelete() const final A_CONST; + bool haveEmailOnDelete() const override final A_CONST; - bool haveEightDirections() const final A_CONST; + bool haveEightDirections() const override final A_CONST; - bool haveCharRename() const final A_CONST; + bool haveCharRename() const override final A_CONST; - bool haveBankApi() const final A_CONST; + bool haveBankApi() const override final A_CONST; - bool haveServerVersion() const final A_CONST; + bool haveServerVersion() const override final A_CONST; - bool haveMapServerVersion() const final A_CONST; + bool haveMapServerVersion() const override final A_CONST; - bool haveNpcGender() const final; + bool haveNpcGender() const override final; - bool haveJoinChannel() const final A_CONST; + bool haveJoinChannel() const override final A_CONST; - bool haveNpcWhispers() const final A_CONST; + bool haveNpcWhispers() const override final A_CONST; - bool haveCreateCharGender() const final; + bool haveCreateCharGender() const override final; - bool haveAttackDirections() const final A_CONST; + bool haveAttackDirections() const override final A_CONST; - bool haveVending() const final A_CONST; + bool haveVending() const override final A_CONST; - bool haveCart() const final A_CONST; + bool haveCart() const override final A_CONST; - bool haveTalkPet() const final A_CONST; + bool haveTalkPet() const override final A_CONST; - bool haveMovePet() const final A_CONST; + bool haveMovePet() const override final A_CONST; - bool haveServerWarpNames() const final A_CONST; + bool haveServerWarpNames() const override final A_CONST; - bool haveExpPacket() const final A_CONST; + bool haveExpPacket() const override final A_CONST; - bool haveMute() const final A_CONST; + bool haveMute() const override final A_CONST; - bool haveChangePassword() const final A_CONST; + bool haveChangePassword() const override final A_CONST; - bool haveTeamId() const final; + bool haveTeamId() const override final; - bool haveNewGuild() const final; + bool haveNewGuild() const override final; - bool haveAdvancedSprites() const final A_CONST; + bool haveAdvancedSprites() const override final A_CONST; - bool haveExtendedRiding() const final A_CONST; + bool haveExtendedRiding() const override final A_CONST; - bool haveAdvancedBuySell() const final A_CONST; + bool haveAdvancedBuySell() const override final A_CONST; - bool haveSlide() const final A_CONST; + bool haveSlide() const override final A_CONST; - bool haveExtendedDropsPosition() const final A_CONST; + bool haveExtendedDropsPosition() const override final A_CONST; - bool haveSecureTrades() const final A_CONST; + bool haveSecureTrades() const override final A_CONST; - bool haveMultyStatusUp() const final A_CONST; + bool haveMultyStatusUp() const override final A_CONST; - bool haveMail() const final A_CONST; + bool haveMail() const override final A_CONST; - bool haveServerPets() const final A_CONST; + bool haveServerPets() const override final A_CONST; - bool haveFamily() const final A_CONST; + bool haveFamily() const override final A_CONST; - bool haveMoveWhileSit() const final A_CONST; + bool haveMoveWhileSit() const override final A_CONST; }; } // namespace TmwAthena |