diff options
author | James Cook <james@lindenlab.com> | 2010-05-25 11:39:06 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-25 11:39:06 -0700 |
commit | 77e6fcd4230f7540c9f4d6f3d503737c6eaf408c (patch) | |
tree | 6d1c3b16fb108b52e3476cf9f7716eea8e114971 /indra/llmessage/llcachename.h | |
parent | 934dc6e2d0fabb935c75bb611ceb543426e485eb (diff) |
DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups
Helps with global finds looking for remaining calls to patch.
Reviewed with Leyla.
Diffstat (limited to 'indra/llmessage/llcachename.h')
-rw-r--r-- | indra/llmessage/llcachename.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h index 6b6bbde6ab..45dae562ad 100644 --- a/indra/llmessage/llcachename.h +++ b/indra/llmessage/llcachename.h @@ -102,7 +102,12 @@ public: // otherwise, will request the data, and will call the callback when // available. There is no garuntee the callback will ever be called. boost::signals2::connection get(const LLUUID& id, bool is_group, const LLCacheNameCallback& callback); - + + // Convenience method for looking up a group name, so you can + // tell the difference between avatar lookup and group lookup + // in global searches + boost::signals2::connection getGroup(const LLUUID& group_id, const LLCacheNameCallback& callback); + // LEGACY boost::signals2::connection get(const LLUUID& id, bool is_group, old_callback_t callback, void* user_data); // This method needs to be called from time to time to send out |