diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-03-29 17:46:12 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-03-29 17:46:12 +0000 |
commit | a03e23e2208d3d454406add663981aa7e14afa03 (patch) | |
tree | a96e6fc5c6226b3e23a3c600d9b9e61b10238a2c /Source/SPDatabaseDocument.h | |
parent | be01aff987f05191fb1a244482fa1b3ff9c6bccb (diff) | |
download | sequelpro-a03e23e2208d3d454406add663981aa7e14afa03.tar.gz sequelpro-a03e23e2208d3d454406add663981aa7e14afa03.tar.bz2 sequelpro-a03e23e2208d3d454406add663981aa7e14afa03.zip |
#ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds
Diffstat (limited to 'Source/SPDatabaseDocument.h')
-rw-r--r-- | Source/SPDatabaseDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h index 5616520c..614f66ed 100644 --- a/Source/SPDatabaseDocument.h +++ b/Source/SPDatabaseDocument.h @@ -397,9 +397,11 @@ SPDatabaseData, SPTablesList, SPTableStructure, SPTableContent, SPTableData, SPS - (NSString *)displayName; #ifndef SP_REFACTOR /* method decls */ - (NSUndoManager *)undoManager; +#endif - (NSArray *)allTableNames; - (SPTablesList *)tablesListInstance; +#ifndef SP_REFACTOR /* method decls */ // Notification center methods - (void)willPerformQuery:(NSNotification *)notification; - (void)hasPerformedQuery:(NSNotification *)notification; |