summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-09-15 07:36:24 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-09-15 07:38:51 (GMT)
commitc557a9771c99012624e104e5bc71aeb93f38a8bf (patch)
tree72ade858fa4d2e8b16f1af714c310246d38c9c79 /Swift/Controllers/ChatControllerBase.h
parent71accda257c880d576b8b55f1e62d6d7178bab25 (diff)
downloadswift-c557a9771c99012624e104e5bc71aeb93f38a8bf.zip
swift-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.h2
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);