diff options
author | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-03 13:17:51 (GMT) |
---|---|---|
committer | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-03 13:17:51 (GMT) |
commit | 40dc0541e60549cc2db83005f45b51f93d42cc00 (patch) | |
tree | a197714d94fd3681802555e0783e6df694d7d6cc /Swift/Controllers/UIInterfaces/HistoryWindow.h | |
parent | fbeef036efeabe1218490f5a7659d8779350af7c (diff) | |
download | swift-contrib-40dc0541e60549cc2db83005f45b51f93d42cc00.zip swift-contrib-40dc0541e60549cc2db83005f45b51f93d42cc00.tar.bz2 |
Added message type logging. Fixed handling new messages.
Diffstat (limited to 'Swift/Controllers/UIInterfaces/HistoryWindow.h')
-rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindow.h b/Swift/Controllers/UIInterfaces/HistoryWindow.h index d51b65d..cd232f1 100644 --- a/Swift/Controllers/UIInterfaces/HistoryWindow.h +++ b/Swift/Controllers/UIInterfaces/HistoryWindow.h @@ -16,6 +16,7 @@ namespace Swift { virtual void activate() = 0; virtual void setRosterModel(Roster*) = 0; virtual void addMessage(const std::string &message, const std::string &senderName, bool senderIsSelf, const std::string& avatarPath, const boost::posix_time::ptime& time) = 0; + virtual void resetConversationView() = 0; boost::signal<void (RosterItem*)> onSelectedContactChanged; }; |