diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-27 15:22:39 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-27 15:22:39 -0700 |
commit | 360ce3d667ecd9ac6c6c8b4a91902997ca7de60a (patch) | |
tree | 78c7ed62a7b35375f8e7429838979090f9624419 /indra/newview/llimview.h | |
parent | e98eff02ae4894050267a6b302c4887393ff1244 (diff) |
DN-190 Last name resident shown in title of IM Conference Window with no Display name
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 3da4465862..650d329e18 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -100,6 +100,8 @@ public: void onAvatarNameCache(const LLUUID& avatar_id, const LLAvatarName& av_name); + void onAdHocNameCache(const LLAvatarName& av_name);
+ //*TODO make private static std::string generateHash(const std::set<LLUUID>& sorted_uuids); |