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 1bb3f3b..aa4469c 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),
@@ -83,6 +87,10 @@ public:
83 std::string mText; // UTF-8 line of text 87 std::string mText; // UTF-8 line of text
84 std::string mFromName; // agent or object name 88 std::string mFromName; // agent or object name
85 LLUUID mFromID; // agent id or object id 89 LLUUID mFromID; // agent id or object id
90// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a)
91 BOOL mRlvLocFiltered;
92 BOOL mRlvNamesFiltered;
93// [/RLVa:KB]
86 EChatSourceType mSourceType; 94 EChatSourceType mSourceType;
87 EChatType mChatType; 95 EChatType mChatType;
88 EChatAudible mAudible; 96 EChatAudible mAudible;