diff options
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 014454bf..9ee438b3 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -41,7 +41,7 @@ SPFavoritesOutlineView, SPMySQLConnection, SPSplitView -#ifndef SP_REFACTOR /* class decl */ +#ifndef SP_CODA /* class decl */ ,SPKeychain, SPFavoriteNode, SPFavoriteTextFieldCell @@ -56,7 +56,7 @@ SPSSHTunnel *sshTunnel; SPMySQLConnection *mySQLConnection; -#ifndef SP_REFACTOR /* ivars */ +#ifndef SP_CODA /* ivars */ SPKeychain *keychain; NSView *databaseConnectionSuperview; NSSplitView *databaseConnectionView; @@ -68,7 +68,7 @@ BOOL isConnecting; BOOL isEditingConnection; BOOL isTestingConnection; - + // Standard details NSInteger previousType; NSInteger type; @@ -154,13 +154,13 @@ IBOutlet NSMenuItem *favoritesSortByMenuItem; IBOutlet NSView *exportPanelAccessoryView; IBOutlet NSView *editButtonsView; - + BOOL isEditingItemName; BOOL reverseFavoritesSort; BOOL initComplete; BOOL favoriteNameFieldWasAutogenerated; - -#ifndef SP_REFACTOR /* ivars */ + +#ifndef SP_CODA /* ivars */ NSArray *draggedNodes; NSImage *folderImage; @@ -202,7 +202,7 @@ @property (readwrite, retain) NSString *connectionSSHKeychainItemName; @property (readwrite, retain) NSString *connectionSSHKeychainItemAccount; -#ifdef SP_REFACTOR +#ifdef SP_CODA @property (readwrite, assign) SPDatabaseDocument *dbDocument; #endif @@ -212,11 +212,11 @@ // Connection processes - (IBAction)initiateConnection:(id)sender; - (IBAction)cancelConnection:(id)sender; -#ifdef SP_REFACTOR +#ifdef SP_CODA - (BOOL)cancellingConnection; #endif -#ifndef SP_REFACTOR +#ifndef SP_CODA // Interface interaction - (IBAction)nodeDoubleClicked:(id)sender; - (IBAction)chooseKeyLocation:(id)sender; |