diff options
author | James Cook <james@lindenlab.com> | 2010-02-17 16:55:58 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-17 16:55:58 -0800 |
commit | 55bfb4435e1a2ffc34578bf30877eb24a5edaa29 (patch) | |
tree | 7c58fde08cdf596b50604e5b2a28a23eea86fc11 /indra/llmessage/llavatarnamecache.h | |
parent | 53ff6652f08f70fe924398f65b0e289e009d1e8c (diff) |
Look up display names via a web service
Also removed unused LLComboBox globals to reduce llappviewer.cpp
include file burden.
Review pending
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rw-r--r-- | indra/llmessage/llavatarnamecache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h index adf12bbbc6..a0e6abf303 100644 --- a/indra/llmessage/llavatarnamecache.h +++ b/indra/llmessage/llavatarnamecache.h @@ -43,6 +43,8 @@ namespace LLAvatarNameCache void importFile(std::istream& istr); void exportFile(std::ostream& ostr); + // Periodically makes a batch request for display names not already in + // cache. Call once per frame. void idle(); // If name is in cache, returns true and fills in provided LLAvatarName |