summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-11-14 14:33:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-11-19 20:55:28 (GMT)
commit3da134b970a6f25a5e900bd2a55b03c5242378f0 (patch)
tree56bac33303058ba210f00bbe151739469e90dad0 /Swift/Controllers/MainController.h
parent250ede4f32a14f566fbafd634e2024c93677cf19 (diff)
downloadswift-3da134b970a6f25a5e900bd2a55b03c5242378f0.zip
swift-3da134b970a6f25a5e900bd2a55b03c5242378f0.tar.bz2
Reconnect automatically on error
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index db6a110..df6901d 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -77,6 +77,7 @@ namespace Swift {
virtual bool isMUC(const JID& muc) const;
void performLoginFromCachedCredentials();
+ void reconnectAfterError();
void setManagersEnabled(bool enabled);
Client* client_;
ChatWindowFactory* chatWindowFactory_;