diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-07-25 20:15:31 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-07-25 20:15:31 (GMT) |
commit | 719127a8772f921fdba3169b449a4407143c8c45 (patch) | |
tree | 143db01c914c14d5f5261393a8f2de4ecc18866b /Swift/Controllers/UIInterfaces | |
parent | 501989d4b371c850a1c5a0350ca3f1c4900305f4 (diff) | |
download | swift-719127a8772f921fdba3169b449a4407143c8c45.zip swift-719127a8772f921fdba3169b449a4407143c8c45.tar.bz2 |
Preparation for merging presences in the chat log.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index 50a0b39..79c7d65 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -31,6 +31,7 @@ namespace Swift { virtual void addMessage(const String& message, const String& senderName, bool senderIsSelf, const boost::optional<SecurityLabel>& label, const String& avatarPath, const boost::posix_time::ptime& time) = 0; virtual void addAction(const String& message, const String& senderName, bool senderIsSelf, const boost::optional<SecurityLabel>& label, const String& avatarPath, const boost::posix_time::ptime& time) = 0; virtual void addSystemMessage(const String& message) = 0; + virtual void addPresenceMessage(const String& message) = 0; virtual void addErrorMessage(const String& message) = 0; virtual void setContactChatState(ChatState::ChatStateType state) = 0; |