aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
commit25b1bbc7620b2fc5176be315ac6c4fc95edde359 (patch)
tree1f23098e3f03da23863b3703cb773170cc2dddd2 /Source/SPConnectionController.h
parentd3d7ed84f9c56d83d4a92f6f1c40d1280502adad (diff)
downloadsequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.gz
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.bz2
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.zip
Rename CustomQuery as SPCustomQuery.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h2
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;