diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-09-13 23:32:05 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-09-13 23:32:05 +0300 |
commit | 74720798abdbc1f2d51df49091731dee79be708f (patch) | |
tree | ec7bdc8ceb457c0b10bed54e96d357dd60da7e65 /indra/newview/llconversationmodel.h | |
parent | a6370cf4a72371e090d45f2a147929d016f42780 (diff) | |
parent | 4b52515b543546844835064dfb89e5af2bbbd948 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui
Diffstat (limited to 'indra/newview/llconversationmodel.h')
-rw-r--r-- | indra/newview/llconversationmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationmodel.h b/indra/newview/llconversationmodel.h index 2775bf8186..f95db9a9d7 100644 --- a/indra/newview/llconversationmodel.h +++ b/indra/newview/llconversationmodel.h @@ -120,6 +120,8 @@ public: LLConversationItemSession(const LLUUID& uuid, LLFolderViewModelInterface& root_view_model); virtual ~LLConversationItemSession() {} + /*virtual*/ bool hasChildren() const; + void setSessionID(const LLUUID& session_id) { mUUID = session_id; mNeedsRefresh = true; } void addParticipant(LLConversationItemParticipant* participant); void removeParticipant(LLConversationItemParticipant* participant); |