diff options
author | avenjamin <avenjamin@gmail.com> | 2008-11-15 14:34:15 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-11-15 14:34:15 +0000 |
commit | 64dd7baf3188df7ec476d198b1fd52101584bce5 (patch) | |
tree | c5f1b467e023a43746256101e5da4b4a3aa0053b /CMMCPConnection.h | |
parent | 2af8b4caa41b66311036b6f5a1009c8494f5bcab (diff) | |
download | sequelpro-64dd7baf3188df7ec476d198b1fd52101584bce5.tar.gz sequelpro-64dd7baf3188df7ec476d198b1fd52101584bce5.tar.bz2 sequelpro-64dd7baf3188df7ec476d198b1fd52101584bce5.zip |
General clean up.... more to come
Diffstat (limited to 'CMMCPConnection.h')
-rw-r--r-- | CMMCPConnection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMMCPConnection.h b/CMMCPConnection.h index 3e6212ed..d564d96b 100644 --- a/CMMCPConnection.h +++ b/CMMCPConnection.h @@ -27,11 +27,11 @@ #import "CMMCPResult.h" @interface CMMCPConnection : MCPConnection { - id delegate; + id delegate; } -- (CMMCPResult *) queryString:(NSString *) query; +- (CMMCPResult *)queryString:(NSString *) query; - (void)setDelegate:(id)object; -- (NSTimeZone *) timeZone; +- (NSTimeZone *)timeZone; @end |