diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-10-29 08:47:59 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-10-29 08:47:59 -0700 |
commit | 8297c278ac23917ee543419a492c3629dcfb7527 (patch) | |
tree | 606a4df598c4da4a20df2e72c8cf5817a0745e4e /indra/newview/llimview.h | |
parent | 1c60e03299f233d08af6ac5e4f67ce53a5245313 (diff) | |
parent | a965b7f74bfdb4c31591b99e10c4536b5e754dd7 (diff) |
Merged in 2.3.0-beta1 tag
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); |