summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-06-20 16:02:41 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-06-20 16:10:12 (GMT)
commitf6635d1eee1235710c61e3fad76a161959185323 (patch)
tree6eacb761405e6538656285b01fe3b5e822a12439 /Swift/Controllers/MainController.h
parent0ced6917acc8d5d58e62bb2503d1c9967d22cb18 (diff)
downloadswift-f6635d1eee1235710c61e3fad76a161959185323.zip
swift-f6635d1eee1235710c61e3fad76a161959185323.tar.bz2
Fire fewer reconnect timers after they become obsolete
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 5fc5e8f..2f489a8 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -82,6 +82,8 @@ namespace Swift {
void logout();
void signOut();
void setReconnectTimer();
+ void resetPendingReconnects();
+ void resetCurrentError();
void performLoginFromCachedCredentials();
void reconnectAfterError();