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:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user