diff options
author | James Cook <james@lindenlab.com> | 2010-02-19 11:11:45 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-19 11:11:45 -0800 |
commit | af8f8b4770eb45b4238d98ddd574ba726470f797 (patch) | |
tree | 35d9204adff7894c971b47b0e0642de486f136c3 /indra/llcommon/llavatarname.h | |
parent | c1d7e7d5d961819255f6f2fe4de5ece3b80867db (diff) |
Improved support for toggling display names on/off
Stop pre-populated name cache because we have a web service now for lookup
Added mIsLegacy to LLAvatarName so we can colorize those name tags differently
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-rw-r--r-- | indra/llcommon/llavatarname.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llavatarname.h b/indra/llcommon/llavatarname.h index 7205eb4523..fb67c16f45 100644 --- a/indra/llcommon/llavatarname.h +++ b/indra/llcommon/llavatarname.h @@ -51,6 +51,10 @@ public: // a display name; may duplicate their SLID. std::string mDisplayName; + // If true, both display name and SLID were generated from + // a legacy first and last name, like "James Linden (james.linden)" + bool mIsLegacy; + // Names can change, so need to keep track of when name was // last checked. // Unix time-from-epoch seconds |