diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-10-25 16:10:35 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-10-25 16:10:35 -0400 |
commit | 066986a09ee2f1c046023619242385eda345d9b5 (patch) | |
tree | a3c30313c870cdf669f9b22169a4981187625287 /indra/llmessage/llcachename.h | |
parent | 6368f6f84958c8c3c2e48c9f47ec98c7e35308c7 (diff) | |
parent | 1a53efe23335c3a92ce1c279d7487fb979141211 (diff) |
Automated merge up from viewer-development
Diffstat (limited to 'indra/llmessage/llcachename.h')
-rw-r--r-- | indra/llmessage/llcachename.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llmessage/llcachename.h b/indra/llmessage/llcachename.h index b469803060..b108e37157 100644 --- a/indra/llmessage/llcachename.h +++ b/indra/llmessage/llcachename.h @@ -90,6 +90,12 @@ public: // "Random Linden" -> "random.linden" static std::string buildUsername(const std::string& name); + // Converts a complete display name to a legacy name + // if possible, otherwise returns the input + // "Alias (random.linden)" -> "Random Linden" + // "Something random" -> "Something random" + static std::string buildLegacyName(const std::string& name); + // 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 |