diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 16 |
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; |