diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-09-15 07:36:24 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-09-15 07:38:51 (GMT) |
commit | c557a9771c99012624e104e5bc71aeb93f38a8bf (patch) | |
tree | 72ade858fa4d2e8b16f1af714c310246d38c9c79 /Swift/Controllers/ChatControllerBase.h | |
parent | 71accda257c880d576b8b55f1e62d6d7178bab25 (diff) | |
download | swift-contrib-c557a9771c99012624e104e5bc71aeb93f38a8bf.zip swift-contrib-c557a9771c99012624e104e5bc71aeb93f38a8bf.tar.bz2 |
Logout without signout, but without UI notification that you're logged out.
Diffstat (limited to 'Swift/Controllers/ChatControllerBase.h')
-rw-r--r-- | Swift/Controllers/ChatControllerBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/ChatControllerBase.h b/Swift/Controllers/ChatControllerBase.h index 3eadcc5..a977f8c 100644 --- a/Swift/Controllers/ChatControllerBase.h +++ b/Swift/Controllers/ChatControllerBase.h @@ -29,7 +29,7 @@ namespace Swift { void activateChatWindow(); void setAvailableServerFeatures(boost::shared_ptr<DiscoInfo> info); void handleIncomingMessage(boost::shared_ptr<MessageEvent> message); - + void setEnabled(bool enabled); protected: ChatControllerBase(const JID& self, StanzaChannel* stanzaChannel, IQRouter* iqRouter, ChatWindowFactory* chatWindowFactory, const JID &toJID, PresenceOracle* presenceOracle, AvatarManager* avatarManager); |