summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-04-08 15:43:00 -0700
committerJames Cook <james@lindenlab.com>2010-04-08 15:43:00 -0700
commit0b36c4181203e37d6fc3e59817d5b5abd2d7611e (patch)
tree9c3ed9e4933e568721b03c58c803576d08969e07 /indra/newview
parentadcee4486b1ff7e3d60e3cd608172b15525242bc (diff)
DEV-47529 Add expiration to display name cache for viewer
Also synchronize LLAvatarNameCache with server version TODO: Get expiration time from web service
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llstartup.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 18792950eb..d82e62e285 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2772,7 +2772,8 @@ void LLStartUp::initNameCache()
// Load stored cache if possible
LLAppViewer::instance()->loadNameCache();
- LLAvatarNameCache::initClass();
+ // JAMESDEBUG TODO: won't need service url here, will use capability
+ LLAvatarNameCache::initClass("http://pdp15.lindenlab.com:8050/my-service/");
}
void LLStartUp::cleanupNameCache()