diff options
author | James Cook <james@lindenlab.com> | 2009-09-28 23:11:18 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-09-28 23:11:18 +0000 |
commit | 76dd17168a6ec7f588a862b9575995687cd49b0f (patch) | |
tree | 3ec1bb6f3a32f9c9c94132559fdd12dff8502ace /indra/newview/llcallingcard.h | |
parent | a744ffcef4add32e8fa9a6ce61deae0c29f649c4 (diff) |
DEV-40528 Viewer 2 floods server with AvatarPropertiesRequest messages causing database load. Icon cache was only being used to provide images more quickly, not to suppress network traffic. Made it suppress network traffic, which may result in stale icons occasionally. Converted online/offline tooltip to use LLAvatarTracker. Will port to viewer-2-qa-1. Reviewed with Richard.
Diffstat (limited to 'indra/newview/llcallingcard.h')
-rw-r--r-- | indra/newview/llcallingcard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llcallingcard.h b/indra/newview/llcallingcard.h index 113f16de70..228239b5ba 100644 --- a/indra/newview/llcallingcard.h +++ b/indra/newview/llcallingcard.h @@ -125,6 +125,9 @@ public: // get full info const LLRelationship* getBuddyInfo(const LLUUID& id) const; + // Is this person a friend/buddy/calling card holder? + bool isBuddy(const LLUUID& id) const; + // online status void setBuddyOnline(const LLUUID& id, bool is_online); bool isBuddyOnline(const LLUUID& id) const; |