From 699fc13edba0f777ba1bf3de443f3ac10564722e Mon Sep 17 00:00:00 2001 From: Steve Bennetts Date: Mon, 23 Nov 2009 17:01:45 -0800 Subject: Added reverse LLCacheName lookup. --- indra/llmessage/llcachename.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/llmessage/llcachename.h') diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h index 8641437d86..29601ddc63 100644 --- a/indra/llmessage/llcachename.h +++ b/indra/llmessage/llcachename.h @@ -86,6 +86,10 @@ public: BOOL getName(const LLUUID& id, std::string& first, std::string& last); BOOL getFullName(const LLUUID& id, std::string& fullname); + // Reverse lookup of UUID from name + BOOL LLCacheName::getUUID(const std::string& first, const std::string& last, LLUUID& id); + BOOL LLCacheName::getUUID(const std::string& fullname, LLUUID& id); + // If available, this method copies the group name into the string // provided. The caller must allocate at least // DB_GROUP_NAME_BUF_SIZE characters. If not available, this -- cgit v1.2.3