From 7abecb48babe6a6f09bf6692ba55076546cfced9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Mon, 1 Dec 2008 17:39:58 -0600 Subject: Second Life viewer sources 1.22.0-RC --- linden/indra/llmessage/llcachename.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'linden/indra/llmessage/llcachename.h') diff --git a/linden/indra/llmessage/llcachename.h b/linden/indra/llmessage/llcachename.h index 965b4ba..af644d0 100644 --- a/linden/indra/llmessage/llcachename.h +++ b/linden/indra/llmessage/llcachename.h @@ -31,7 +31,9 @@ #ifndef LL_LLCACHENAME_H #define LL_LLCACHENAME_H - +#include "llhttpclient.h" +#include "llhost.h" +#include "lluri.h" class LLMessageSystem; class LLHost; class LLUUID; @@ -97,10 +99,15 @@ public: // This method needs to be called from time to time to send out // requests. void processPending(); - + void setAgentURL(const std::string& url); + void setGroupURL(const std::string& url); + // Expire entries created more than "secs" seconds ago. void deleteEntriesOlderThan(S32 secs); + //send the information retrived from backbone + void sendAgentNames(const LLUUID& id, std::string& first, std::string& last); + void sendGroupNames(const LLUUID& id, std::string& name); // Debugging void dump(); // Dumps the contents of the cache void dumpStats(); // Dumps the sizes of the cache and associated queues. @@ -111,9 +118,8 @@ private: class Impl; Impl& impl; -}; - +}; extern LLCacheName* gCacheName; -- cgit v1.1 From a87e38229921b48c32187c672a942516722f1b52 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 11 Jan 2009 16:10:39 -0600 Subject: Second Life viewer sources 1.22.5-RC --- linden/indra/llmessage/llcachename.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/llmessage/llcachename.h') diff --git a/linden/indra/llmessage/llcachename.h b/linden/indra/llmessage/llcachename.h index af644d0..8626dd5 100644 --- a/linden/indra/llmessage/llcachename.h +++ b/linden/indra/llmessage/llcachename.h @@ -4,7 +4,7 @@ * * $LicenseInfo:firstyear=2002&license=viewergpl$ * - * Copyright (c) 2002-2008, Linden Research, Inc. + * Copyright (c) 2002-2009, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab -- cgit v1.1