Shiny new name cache.

This commit is contained in:
Shyotl
2011-07-15 00:21:38 -05:00
parent ce064f5af2
commit 7e0ee6bb71
52 changed files with 932 additions and 742 deletions

View File

@@ -51,13 +51,14 @@ public:
*/
public:
static void show(void*);
static void onAvatarNameLookup(const LLUUID& uuid, const std::string& strFirst, const std::string& strLast, BOOL fGroup, void* pParam);
void onAvatarNameLookup(const LLUUID& uuid);
protected:
void refreshAll();
private:
RlvFloaterBehaviour(const LLSD& key = LLSD());
std::list<LLUUID> m_PendingLookup;
public:
std::map<LLUUID,boost::signals2::connection> m_PendingLookup; //Have to hold a signal so we can remove it later.
};
// ============================================================================