Add bool LLMuteList::isLinden(const LLUUID& id) for use in situations where the available name may be just display name, but there is a UUID available instead.

This commit is contained in:
Lirusaito
2013-02-12 20:43:10 -05:00
parent f95830fe23
commit 43bb5d6e39
4 changed files with 10 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ public:
BOOL isMuted(const LLUUID& id, U32 flags) const { return isMuted(id, LLStringUtil::null, flags); };
BOOL isLinden(const std::string& name) const;
bool isLinden(const LLUUID& id) const;
BOOL isLoaded() const { return mIsLoaded; }