aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2008-12-10 18:12:03 +0000
committerstuconnolly <stuart02@gmail.com>2008-12-10 18:12:03 +0000
commit6ec61f4201c87741fb99ea0c65b2e4055ce46b9d (patch)
tree57a0e63bac368897e35b501bc52de7e4487eeccd /Source/CMMCPConnection.h
parent5c2e25be0f663ee982cded193cbdacc2797d5483 (diff)
downloadsequelpro-6ec61f4201c87741fb99ea0c65b2e4055ce46b9d.tar.gz
sequelpro-6ec61f4201c87741fb99ea0c65b2e4055ce46b9d.tar.bz2
sequelpro-6ec61f4201c87741fb99ea0c65b2e4055ce46b9d.zip
Define CMMCPConnection's delegate methods to prevent warnings.
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index d564d96b..7b379d01 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -26,6 +26,13 @@
#import <MCPKit_bundled/MCPKit_bundled.h>
#import "CMMCPResult.h"
+@interface NSObject (CMMCPConnectionDelegate)
+
+- (void)willQueryString:(NSString *)query;
+- (void)queryGaveError:(NSString *)error;
+
+@end
+
@interface CMMCPConnection : MCPConnection {
id delegate;
}