From b1e41be0a3f87f42f8bab2416a8f1ce432f95fe2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 May 2013 18:16:33 +0300 Subject: Improve shopwindow class. --- src/gui/shopwindow.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/shopwindow.h') diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index 9b7e64572..e35a6cc90 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -85,7 +85,7 @@ class ShopWindow final : public Window, public gcn::ActionListener, /** * Sets the visibility of this window. */ - void setVisible(bool visible); + void setVisible(bool visible) override; /** * Returns true if any instances exist. @@ -104,13 +104,13 @@ class ShopWindow final : public Window, public gcn::ActionListener, void loadList(); - void saveList(); + void saveList() const; void announce(ShopItems *const list, const int mode); void giveList(const std::string &nick, const int mode); - void setAcceptPlayer(std::string name) + void setAcceptPlayer(const std::string &name) { mAcceptPlayer = name; } const std::string &getAcceptPlayer() const A_WARN_UNUSED @@ -121,17 +121,17 @@ class ShopWindow final : public Window, public gcn::ActionListener, void showList(const std::string &nick, std::string data) const; - void processRequest(std::string nick, std::string data, + void processRequest(const std::string &nick, std::string data, const int mode); bool findShopItem(const ShopItem *const shopItem, - const int mode) A_WARN_UNUSED; + const int mode) const A_WARN_UNUSED; static int sumAmount(const Item *const shopItem) A_WARN_UNUSED; void updateTimes(); - bool checkFloodCounter(int &counterTime) const A_WARN_UNUSED; + static bool checkFloodCounter(int &counterTime) A_WARN_UNUSED; bool isShopEmpty() const A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50