diff options
author | McCabe Maxsted | 2009-09-14 17:52:41 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-14 17:52:41 -0700 |
commit | 7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd (patch) | |
tree | 0243666021de3ae6ac61a6c6f4e57d42771fe964 /linden/indra/llcommon/llchat.h | |
parent | Applied BlockClickSit debug setting from Emerald to block sit click action (diff) | |
download | meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.zip meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.gz meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.bz2 meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.xz |
Merged in jacek/next
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llchat.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llchat.h b/linden/indra/llcommon/llchat.h index ec86450..6c75a25 100644 --- a/linden/indra/llcommon/llchat.h +++ b/linden/indra/llcommon/llchat.h | |||
@@ -72,6 +72,10 @@ public: | |||
72 | : mText(text), | 72 | : mText(text), |
73 | mFromName(), | 73 | mFromName(), |
74 | mFromID(), | 74 | mFromID(), |
75 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) | ||
76 | mRlvLocFiltered(FALSE), | ||
77 | mRlvNamesFiltered(FALSE), | ||
78 | // [/RLVa:KB] | ||
75 | mSourceType(CHAT_SOURCE_AGENT), | 79 | mSourceType(CHAT_SOURCE_AGENT), |
76 | mChatType(CHAT_TYPE_NORMAL), | 80 | mChatType(CHAT_TYPE_NORMAL), |
77 | mAudible(CHAT_AUDIBLE_FULLY), | 81 | mAudible(CHAT_AUDIBLE_FULLY), |
@@ -84,6 +88,10 @@ public: | |||
84 | std::string mText; // UTF-8 line of text | 88 | std::string mText; // UTF-8 line of text |
85 | std::string mFromName; // agent or object name | 89 | std::string mFromName; // agent or object name |
86 | LLUUID mFromID; // agent id or object id | 90 | LLUUID mFromID; // agent id or object id |
91 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) | ||
92 | BOOL mRlvLocFiltered; | ||
93 | BOOL mRlvNamesFiltered; | ||
94 | // [/RLVa:KB] | ||
87 | EChatSourceType mSourceType; | 95 | EChatSourceType mSourceType; |
88 | EChatType mChatType; | 96 | EChatType mChatType; |
89 | EChatAudible mAudible; | 97 | EChatAudible mAudible; |