diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 20:14:07 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 20:14:07 +0000 |
commit | 7d71d9d773ca7ee8b5920e304b7b41b92120943f (patch) | |
tree | 305655c168173f1d2bbfa7896a35f245b01f71a1 /Source/SPConnectionController.h | |
parent | 47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 (diff) | |
download | sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.gz sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.bz2 sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.zip |
Changing SP_REFACTOR macro to SP_CODA
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; |