diff options
author | Merov Linden <merov@lindenlab.com> | 2012-12-17 19:29:35 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-12-17 19:29:35 -0800 |
commit | 3d137bae5c5435dde305323179d8d3d6c9720bad (patch) | |
tree | 959fe5ab17e21ab6d4455da7f7173270f8d01732 /indra/llcommon | |
parent | 6fe7144104cd8b5bd9c7d215f76afdeafe13b7ee (diff) | |
parent | f8b51f40289255ce38f65830f5bb0f29def3b757 (diff) |
Merge with viewer-chui
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llavatarname.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llavatarname.h b/indra/llcommon/llavatarname.h index 2f8c534974..4827353018 100644 --- a/indra/llcommon/llavatarname.h +++ b/indra/llcommon/llavatarname.h @@ -74,6 +74,9 @@ public: // Also used for backwards compatibility with systems like voice and muting std::string getUserName() const; + // Returns "james.linden" or the legacy name for very old names + std::string getAccountName() const { return mUsername; } + // Debug print of the object void dump() const; |