summaryrefslogtreecommitdiff
path: root/indra/newview/llcallingcard.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-06-16 20:18:27 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-06-16 20:18:27 +0300
commit11b48840c7835d6849ea65cf4e88ecda329d0db2 (patch)
tree4abd1a0600b4db2527f2b61e07f5ee85368a885d /indra/newview/llcallingcard.h
parent91c45fa3ba456f4d9ffcf59d511657172b81ae52 (diff)
MAINT-5250 Viewer should handle large number of calling cards better
Diffstat (limited to 'indra/newview/llcallingcard.h')
-rwxr-xr-xindra/newview/llcallingcard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llcallingcard.h b/indra/newview/llcallingcard.h
index 6e5fc01cd8..1f819a42fd 100755
--- a/indra/newview/llcallingcard.h
+++ b/indra/newview/llcallingcard.h
@@ -143,6 +143,7 @@ public:
// observers left behind.
void addObserver(LLFriendObserver* observer);
void removeObserver(LLFriendObserver* observer);
+ void idleNotifyObservers();
void notifyObservers();
// Observers interested in updates of a particular avatar.
@@ -209,6 +210,8 @@ private:
LLAvatarTracker(const LLAvatarTracker&);
bool operator==(const LLAvatarTracker&);
+ BOOL mIsNotifyObservers;
+
public:
// don't you dare create or delete this object
LLAvatarTracker();