diff options
author | Cho <cho@lindenlab.com> | 2013-01-29 00:19:29 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-01-29 00:19:29 +0000 |
commit | acd28e28bc6ff48789ba321a470f05f7162ddd46 (patch) | |
tree | 9d314ca328862b75b8ab50852bec05a47fe48a2e /indra/newview/llconversationmodel.h | |
parent | 44b681f5db9435f98d52525621aa98b0a8ed3063 (diff) | |
parent | f9d44737b780542c4f4e3f02122b0cf9fb0fd8c6 (diff) |
merging latest changes
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rwxr-xr-x | indra/newview/llconversationmodel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 6aaea041e4..c907d1d6d2 100755 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -205,13 +205,15 @@ public: void dumpDebugData(); void setModeratorOptionsVisible(bool visible) { mDisplayModeratorOptions = visible; } + void setDisplayModeratorRole(bool displayRole); private: void onAvatarNameCache(const LLAvatarName& av_name); // callback used by fetchAvatarName void updateName(const LLAvatarName& av_name); - bool mIsMuted; // default is false - bool mIsModerator; // default is false + bool mIsMuted; // default is false + bool mIsModerator; // default is false + bool mDisplayModeratorLabel; // default is false std::string mDisplayName; F64 mDistToAgent; // Distance to the agent. A negative (meaningless) value means the distance has not been set. boost::signals2::connection mAvatarNameCacheConnection; |