diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-08 16:39:25 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-08 16:39:25 -0700 |
commit | 40a6786af669cd8ed030d1e6f0de43d98492f98a (patch) | |
tree | 9a94ea18da60fce5b42ab9a2a068fb28f5f73d64 /indra/newview/llimview.h | |
parent | df97ed70de7bda85f2eda9d00daf18d6d1ea3397 (diff) |
Fixing chat logs to use username
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 c95f98f552..d566a4d03f 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -97,6 +97,8 @@ public: /** ad-hoc sessions involve sophisticated chat history file naming schemes */ void buildHistoryFileName(); + void onAvatarNameCache(const LLUUID& avatar_id, const LLAvatarName& av_name); + //*TODO make private static std::string generateHash(const std::set<LLUUID>& sorted_uuids); |