summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-09-13 19:17:18 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-09-13 19:17:18 -0700
commit9d73cac97eea835740ada2aac95ea79afabff34a (patch)
tree8a4977b795a9efa0d56c9c1c96a3e3f2c9ab73e2 /indra/newview/llconversationmodel.cpp
parentc6863d18d7c981756c57bbcd52baa06af00d1551 (diff)
parent386c50d414e6357975cb18814b6bfb048b46b3da (diff)
merging in latest changes
Diffstat (limited to 'indra/newview/llconversationmodel.cpp')
-rw-r--r--indra/newview/llconversationmodel.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.cpp b/indra/newview/llconversationmodel.cpp
index e810bac1d9..c36c3cbc65 100644
--- a/indra/newview/llconversationmodel.cpp
+++ b/indra/newview/llconversationmodel.cpp
@@ -93,6 +93,11 @@ LLConversationItemSession::LLConversationItemSession(const LLUUID& uuid, LLFolde
{
}
+bool LLConversationItemSession::hasChildren() const
+{
+ return getChildrenCount() > 0;
+}
+
void LLConversationItemSession::addParticipant(LLConversationItemParticipant* participant)
{
addChild(participant);