diff options
author | James Cook <james@lindenlab.com> | 2010-02-11 16:39:15 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-11 16:39:15 -0800 |
commit | c2373fb5a6b08b2c32e5f93fa67b25f669e8b47f (patch) | |
tree | 1d699db4ebe531cdeeffb7dd16dee4e565d7da26 /indra/llui/tests/llurlentry_stub.cpp | |
parent | 9dd7924b19651abf393f7b0dee632904a6b8e52a (diff) |
Created stub LLAvatarNameCache for display name lookup, as
well as LLAvatarName base data object.
Reviewed with Kelly.
Diffstat (limited to 'indra/llui/tests/llurlentry_stub.cpp')
-rw-r--r-- | indra/llui/tests/llurlentry_stub.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp index 35c49fc37f..016969451e 100644 --- a/indra/llui/tests/llurlentry_stub.cpp +++ b/indra/llui/tests/llurlentry_stub.cpp @@ -22,11 +22,18 @@ #include "llstring.h" #include "llfile.h" +#include "llavatarnamecache.h" #include "llcachename.h" #include "lluuid.h" #include <string> +// Stub for LLAvatarNameCache +bool LLAvatarNameCache::get(const LLUUID& agent_id, LLAvatarName *av_name) +{ + return false; +} + // // Stub implementation for LLCacheName // |