summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-21 10:31:53 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-21 10:31:53 +0100
commit9eaf8eaf729193542f2b766eba5cbc624806a53f (patch)
treefbe93d19034869ecb517b48f1b59ee71ddadf6be /indra/llcommon
parent563c80d2811c0100487f313d96ef6ef0ec15a0d9 (diff)
parent53505bd225608d1f048ca80e0bc475d2c125db3a (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h
index f1b9091298..63cce24005 100644
--- a/indra/llcommon/llchat.h
+++ b/indra/llcommon/llchat.h
@@ -82,6 +82,7 @@ public:
mFromName(),
mFromID(),
mNotifId(),
+ mOwnerID(),
mSourceType(CHAT_SOURCE_AGENT),
mChatType(CHAT_TYPE_NORMAL),
mAudible(CHAT_AUDIBLE_FULLY),
@@ -98,6 +99,7 @@ public:
std::string mFromName; // agent or object name
LLUUID mFromID; // agent id or object id
LLUUID mNotifId;
+ LLUUID mOwnerID;
EChatSourceType mSourceType;
EChatType mChatType;
EChatAudible mAudible;