diff options
author | Merov Linden <merov@lindenlab.com> | 2010-09-09 10:40:25 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-09-09 10:40:25 -0700 |
commit | 81ea8d1751a8866b9ec998542c7d6e9b5645f357 (patch) | |
tree | 1f7f45a9bcf469efe9fc30c68aee2638342c1557 /indra/newview/llavataractions.h | |
parent | f2d61c7371171e0ee1329186116c585aa5de7f52 (diff) | |
parent | 72e597a6f9e6dacbb41383ee8ee29e55acff4b74 (diff) |
Pull from lindenlab/viewer-development
Diffstat (limited to 'indra/newview/llavataractions.h')
-rw-r--r-- | indra/newview/llavataractions.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index cd8ac3b653..6313ae0759 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -171,12 +171,18 @@ public: static void csr(const LLUUID& id, std::string name); /** - * Checks whether can offer teleport to the avatar - * Can't offer only for offline friends + * Checks whether we can offer a teleport to the avatar, only offline friends + * cannot be offered a teleport. + * + * @return false if avatar is a friend and not visibly online */ static bool canOfferTeleport(const LLUUID& id); - + /** + * @return false if any one of the specified avatars a friend and not visibly online + */ + static bool canOfferTeleport(const uuid_vec_t& ids); + private: static bool callbackAddFriend(const LLSD& notification, const LLSD& response); static bool callbackAddFriendWithMessage(const LLSD& notification, const LLSD& response); |