diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index edf6f5fd..2f274a27 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -117,6 +117,7 @@ IBOutlet NSMenuItem *favoritesSortByMenuItem; BOOL reverseFavoritesSort; + BOOL mySQLConnectionCancelled; SPFavoritesSortItem previousSortItem, currentSortItem; } @@ -145,6 +146,7 @@ // Connection processes - (IBAction)initiateConnection:(id)sender; +- (IBAction)cancelMySQLConnection:(id)sender; - (void)initiateSSHTunnelConnection; - (void)sshTunnelCallback:(SPSSHTunnel *)theTunnel; - (void)initiateMySQLConnection; |