diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-14 11:21:37 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-12-14 11:21:37 +0200 |
commit | 70ea607842c239cd87b229b416e13485da974658 (patch) | |
tree | 176920ebf0ab65526b9839f5b57bb7bd0f856e4e /indra/llcommon/llavatarname.h | |
parent | e90bd165c8f41ac4a670d6c52a7ee2d7b3728991 (diff) | |
parent | 08cc82ec483fab8299d52ba979f04df95e525acb (diff) |
merge
Diffstat (limited to 'indra/llcommon/llavatarname.h')
-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; |