diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-07-08 17:46:43 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-07-08 17:46:43 (GMT) |
commit | 1f64592f6e76c89706eaa343113a1ec6f9f6a9c5 (patch) | |
tree | 28e5d453053c07cbb2bba73e24e355616ff26232 /Swift/Controllers/UIInterfaces | |
parent | 9cdf921519a3e74f480497d9f9f55606ff129639 (diff) | |
download | swift-1f64592f6e76c89706eaa343113a1ec6f9f6a9c5.zip swift-1f64592f6e76c89706eaa343113a1ec6f9f6a9c5.tar.bz2 |
Added setJID on ChatWindow.
Not wired in yet.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/ChatWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index f65328d..946cd2c 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -29,6 +29,8 @@ namespace Swift { ChatWindow() {} virtual ~ChatWindow() {}; + virtual void setJID(const JID& jid) = 0; + /** Add message to window. * @return id of added message (for acks). */ |