aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 7e518e26..3e272abc 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -50,8 +50,8 @@
id delegate;
TableDocument *tableDocument;
- NSWindow *documentWindow;
- NSSplitView *contentView;
+ NSView *databaseConnectionSuperview;
+ NSSplitView *databaseConnectionView;
SPKeychain *keychain;
NSUserDefaults *prefs;
NSMutableArray *favorites;
@@ -79,6 +79,8 @@
NSString *connectionSSHKeychainItemName;
NSString *connectionSSHKeychainItemAccount;
+ NSMutableArray *nibObjectsToRelease;
+
IBOutlet NSView *connectionView;
IBOutlet NSSplitView *connectionSplitView;
IBOutlet BWAnchoredButtonBar *connectionSplitViewButtonBar;