diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-11-14 14:33:14 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-11-19 20:55:28 (GMT) |
| commit | 3da134b970a6f25a5e900bd2a55b03c5242378f0 (patch) | |
| tree | 56bac33303058ba210f00bbe151739469e90dad0 /Swift/Controllers/MainController.h | |
| parent | 250ede4f32a14f566fbafd634e2024c93677cf19 (diff) | |
| download | swift-3da134b970a6f25a5e900bd2a55b03c5242378f0.zip swift-3da134b970a6f25a5e900bd2a55b03c5242378f0.tar.bz2 | |
Reconnect automatically on error
Diffstat (limited to 'Swift/Controllers/MainController.h')
| -rw-r--r-- | Swift/Controllers/MainController.h | 1 |
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 @@ -74,12 +74,13 @@ namespace Swift { void logout(); void signOut(); virtual bool isMUC(const JID& muc) const; void performLoginFromCachedCredentials(); + void reconnectAfterError(); void setManagersEnabled(bool enabled); Client* client_; ChatWindowFactory* chatWindowFactory_; MainWindowFactory* mainWindowFactory_; LoginWindowFactory* loginWindowFactory_; TreeWidgetFactory* treeWidgetFactory_; |
Swift