summaryrefslogtreecommitdiff
path: root/indra/llmessage/llavatarnamecache.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-23 11:41:33 -0700
committerJames Cook <james@lindenlab.com>2010-03-23 11:41:33 -0700
commitd2f9e34598621f1dabad15025417efd6b81dddf0 (patch)
treed8638c7aea3e158fad26263dbfe41185a421c1a5 /indra/llmessage/llavatarnamecache.h
parent639b234762133e4d09d6d7b1bac9d25c5a681926 (diff)
Part DEV-47695 route display name changes via sim for rebroadcast to
nearby avatars for name tag updates and to update cached display name for LSL nonblocking functions
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rw-r--r--indra/llmessage/llavatarnamecache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h
index 8fc43860da..17990ecab9 100644
--- a/indra/llmessage/llavatarnamecache.h
+++ b/indra/llmessage/llavatarnamecache.h
@@ -66,6 +66,9 @@ namespace LLAvatarNameCache
// If name information is in cache, callback will be called immediately.
void get(const LLUUID& agent_id, callback_slot_t slot);
+ // JAMESDEBUG TODO: remove code to set display name, handle in
+ // application layer because it's different for client and server
+
// Callback types for setDisplayName() below
typedef boost::signals2::signal<
void (bool success, const std::string& reason, const LLSD& content)>