summaryrefslogtreecommitdiff
path: root/indra/newview/llcommunicationchannel.h
diff options
context:
space:
mode:
authormaxim@mnikolenko <maxim@mnikolenko>2013-01-17 15:04:30 +0200
committermaxim@mnikolenko <maxim@mnikolenko>2013-01-17 15:04:30 +0200
commit05e063836abb20d487dfd4175a09413b0cea0e38 (patch)
tree13628e331344eb085d930a0217317f220dd730eb /indra/newview/llcommunicationchannel.h
parentb0774ec9147ddc2c2e5e93e5a74c929c802c32af (diff)
parent2f551019921ca12f9dd94f474a4d684e04d73dd7 (diff)
Merge
Diffstat (limited to 'indra/newview/llcommunicationchannel.h')
-rw-r--r--indra/newview/llcommunicationchannel.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llcommunicationchannel.h b/indra/newview/llcommunicationchannel.h
index 0e15e1cd15..0d8f7f4387 100644
--- a/indra/newview/llcommunicationchannel.h
+++ b/indra/newview/llcommunicationchannel.h
@@ -44,12 +44,17 @@ public:
static bool filterByDoNotDisturbStatus(LLNotificationPtr);
typedef std::multimap<LLDate, LLNotificationPtr> history_list_t;
+ S32 getHistorySize() const;
history_list_t::const_iterator beginHistory() const;
history_list_t::const_iterator endHistory() const;
-
+ history_list_t::iterator beginHistory();
+ history_list_t::iterator endHistory();
+
void clearHistory();
+ void removeItemFromHistory(LLNotificationPtr p);
protected:
+ virtual void onDelete(LLNotificationPtr p);
virtual void onFilterFail(LLNotificationPtr pNotificationPtr);
private: