diff options
| author | andreykproductengine <akleshchev@productengine.com> | 2017-02-15 20:40:03 +0200 |
|---|---|---|
| committer | andreykproductengine <akleshchev@productengine.com> | 2017-02-15 20:40:03 +0200 |
| commit | 605160d501158362ced3e62425bdcd8d28895fd5 (patch) | |
| tree | 0bd0338860645e47902b9f761d6309bc46688116 /indra/newview/llfloaterscriptlimits.h | |
| parent | 9c015df3fab0b5cc229ad1a0393e5da50ee29883 (diff) | |
MAINT-7118 Swapping legacy people API with new cache
Diffstat (limited to 'indra/newview/llfloaterscriptlimits.h')
| -rw-r--r-- | indra/newview/llfloaterscriptlimits.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterscriptlimits.h b/indra/newview/llfloaterscriptlimits.h index 2ac3862b4f..16450c6527 100644 --- a/indra/newview/llfloaterscriptlimits.h +++ b/indra/newview/llfloaterscriptlimits.h @@ -38,6 +38,7 @@ class LLPanelScriptLimitsInfo; class LLTabContainer; +class LLAvatarName; class LLPanelScriptLimitsRegionMemory; @@ -116,6 +117,8 @@ public: void checkButtonsEnabled(); private: + void onAvatarNameCache(const LLUUID& id, + const LLAvatarName& av_name); void onNameCache(const LLUUID& id, const std::string& name); |
