diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-03 21:23:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-03 21:23:24 +0300 |
commit | 808a0b7aeb9c58724d3ac2e1a8bb8f3d3c2bdb1e (patch) | |
tree | 208f3224627dea587f8f87b31459e721153e83ba /src/being/playerrelations.h | |
parent | d0db8d81ebf49b0e3c9872152cb5749f701cb9d6 (diff) | |
download | plus-808a0b7aeb9c58724d3ac2e1a8bb8f3d3c2bdb1e.tar.gz plus-808a0b7aeb9c58724d3ac2e1a8bb8f3d3c2bdb1e.tar.bz2 plus-808a0b7aeb9c58724d3ac2e1a8bb8f3d3c2bdb1e.tar.xz plus-808a0b7aeb9c58724d3ac2e1a8bb8f3d3c2bdb1e.zip |
fix friend tab update in social window if friends was changed.
Diffstat (limited to 'src/being/playerrelations.h')
-rw-r--r-- | src/being/playerrelations.h | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/being/playerrelations.h b/src/being/playerrelations.h index 200cdf311..360930879 100644 --- a/src/being/playerrelations.h +++ b/src/being/playerrelations.h @@ -25,6 +25,8 @@ #include "utils/stringvector.h" +#include "being/playerrelationslistener.h" + #include <list> #include <map> @@ -97,21 +99,6 @@ class PlayerIgnoreStrategy } }; -class PlayerRelationsListener -{ - public: - virtual ~PlayerRelationsListener() - { } - - virtual void updatedPlayer(const std::string &name) = 0; - - virtual void updateAll() = 0; - - protected: - PlayerRelationsListener() - { } -}; - /** * Player relations class, represents any particular relations and/or * preferences the user of the local client has wrt other players (identified |