diff options
author | callum <none@none> | 2011-01-28 11:20:36 -0800 |
---|---|---|
committer | callum <none@none> | 2011-01-28 11:20:36 -0800 |
commit | b46281211a8f8774f307980216142805ea8b0a3b (patch) | |
tree | 21a7b416af038813cd393af8ab9e3a80475b72ed /indra/llmessage/llavatarnamecache.h | |
parent | ac7d7fea8288b1d6f5dec65f9dee5053d097fff5 (diff) | |
parent | 7b7e9b0d0bd9c35acb346ae359f9a08a48b248a2 (diff) |
Merge
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rw-r--r-- | indra/llmessage/llavatarnamecache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h index 8f21ace96a..59c1329ffa 100644 --- a/indra/llmessage/llavatarnamecache.h +++ b/indra/llmessage/llavatarnamecache.h @@ -82,6 +82,9 @@ namespace LLAvatarNameCache void erase(const LLUUID& agent_id); + /// Provide some fallback for agents that return errors + void handleAgentError(const LLUUID& agent_id); + // Force a re-fetch of the most recent data, but keep the current // data in cache void fetch(const LLUUID& agent_id); |