aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llchat.h')
-rw-r--r--linden/indra/llcommon/llchat.h8
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;