From 7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 14 Sep 2009 17:52:41 -0700 Subject: Merged in jacek/next --- linden/indra/llcommon/llchat.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'linden/indra/llcommon/llchat.h') 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: : mText(text), mFromName(), mFromID(), +// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) + mRlvLocFiltered(FALSE), + mRlvNamesFiltered(FALSE), +// [/RLVa:KB] mSourceType(CHAT_SOURCE_AGENT), mChatType(CHAT_TYPE_NORMAL), mAudible(CHAT_AUDIBLE_FULLY), @@ -84,6 +88,10 @@ public: std::string mText; // UTF-8 line of text std::string mFromName; // agent or object name LLUUID mFromID; // agent id or object id +// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) + BOOL mRlvLocFiltered; + BOOL mRlvNamesFiltered; +// [/RLVa:KB] EChatSourceType mSourceType; EChatType mChatType; EChatAudible mAudible; -- cgit v1.1