From 6ec61f4201c87741fb99ea0c65b2e4055ce46b9d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 10 Dec 2008 18:12:03 +0000 Subject: Define CMMCPConnection's delegate methods to prevent warnings. --- Source/CMMCPConnection.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source') 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 #import "CMMCPResult.h" +@interface NSObject (CMMCPConnectionDelegate) + +- (void)willQueryString:(NSString *)query; +- (void)queryGaveError:(NSString *)error; + +@end + @interface CMMCPConnection : MCPConnection { id delegate; } -- cgit v1.2.3