aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-20 20:08:08 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-20 20:08:08 +0000
commitc92776958cb5d5fca8f165e9bac043e5a91521dc (patch)
tree9146f7a5f62b799eadf8126f3b3708284e940fd8 /Source
parent3b92b30ca625eff33df49b538e3c4f2da7a9cf09 (diff)
downloadsequelpro-c92776958cb5d5fca8f165e9bac043e5a91521dc.tar.gz
sequelpro-c92776958cb5d5fca8f165e9bac043e5a91521dc.tar.bz2
sequelpro-c92776958cb5d5fca8f165e9bac043e5a91521dc.zip
Split MCPConnection's delegate methods into it's own protocol.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPConnectionDelegate.h4
-rw-r--r--Source/SPDatabaseDocument.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPConnectionDelegate.h b/Source/SPConnectionDelegate.h
index 614ec7bc..deb28e68 100644
--- a/Source/SPConnectionDelegate.h
+++ b/Source/SPConnectionDelegate.h
@@ -25,6 +25,8 @@
#import "SPDatabaseDocument.h"
-@interface SPDatabaseDocument (SPConnectionDelegate)
+#import <MCPKit/MCPConnectionDelegate.h>
+
+@interface SPDatabaseDocument (SPConnectionDelegate) <MCPConnectionDelegate>
@end
diff --git a/Source/SPDatabaseDocument.h b/Source/SPDatabaseDocument.h
index 36514dd2..5d48aa99 100644
--- a/Source/SPDatabaseDocument.h
+++ b/Source/SPDatabaseDocument.h
@@ -223,7 +223,6 @@
- (IBAction)openCurrentConnectionInNewWindow:(id)sender;
- (NSArray *)allDatabaseNames;
- (NSArray *)allSystemDatabaseNames;
-- (BOOL)navigatorSchemaPathExistsForDatabase:(NSString*)dbname;
- (NSDictionary *)getDbStructure;
- (NSArray *)allSchemaKeys;