aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-04-24 10:56:52 +0000
committerstuconnolly <stuart02@gmail.com>2011-04-24 10:56:52 +0000
commit160728cd29519794b47b3a09b139ce9d604883f0 (patch)
tree395b0d792f2ccfb34946d7bf6317fdca2e4497e0 /Source/SPConnectionController.h
parent4611475c5b255eed9202474dd3bdee147e932946 (diff)
downloadsequelpro-160728cd29519794b47b3a09b139ce9d604883f0.tar.gz
sequelpro-160728cd29519794b47b3a09b139ce9d604883f0.tar.bz2
sequelpro-160728cd29519794b47b3a09b139ce9d604883f0.zip
Fix broken build after merge with trunk.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 2fa28019..e6d933ed 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -49,26 +49,27 @@
@end
+#endif
+
@interface SPConnectionController : NSObject
{
id <SPConnectionControllerDelegateProtocol, NSObject> delegate;
SPDatabaseDocument *dbDocument;
SPSSHTunnel *sshTunnel;
+
+#ifndef SP_REFACTOR /* ivars */
SPKeychain *keychain;
+#endif
MCPConnection *mySQLConnection;
#ifndef SP_REFACTOR /* ivars */
NSView *databaseConnectionSuperview;
NSSplitView *databaseConnectionView;
- SPKeychain *keychain;
NSUserDefaults *prefs;
NSMutableArray *favorites;
-#endif
- SPSSHTunnel *sshTunnel;
- MCPConnection *mySQLConnection;
-#ifndef SP_REFACTOR /* ivars */
+
BOOL automaticFavoriteSelection;
#endif
BOOL cancellingConnection;
@@ -161,18 +162,13 @@
IBOutlet NSMenuItem *favoritesSortByMenuItem;
BOOL isEditing;
- BOOL isConnecting;
- BOOL cancellingConnection;
BOOL reverseFavoritesSort;
#endif
-
BOOL mySQLConnectionCancelled;
- BOOL automaticFavoriteSelection;
BOOL favoriteNameFieldWasTouched;
#ifndef SP_REFACTOR /* ivars */
NSImage *folderImage;
- NSUserDefaults *prefs;
SPTreeNode *favoritesRoot;
SPFavoriteNode *currentFavorite;