diff options
author | avenjamin <avenjamin@gmail.com> | 2008-11-15 15:04:40 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-11-15 15:04:40 +0000 |
commit | 309ffe4a7ebc4d22a88211706102d35538760eae (patch) | |
tree | 9656e69636e4c24c5bcdd44317edb41b05204318 | |
parent | 5232f124edd678e511d2e6c76a355843fbb9e3db (diff) | |
download | sequelpro-309ffe4a7ebc4d22a88211706102d35538760eae.tar.gz sequelpro-309ffe4a7ebc4d22a88211706102d35538760eae.tar.bz2 sequelpro-309ffe4a7ebc4d22a88211706102d35538760eae.zip |
General clean up.... more to come
-rw-r--r-- | TableDocument.h | 8 | ||||
-rw-r--r-- | TableDocument.m | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/TableDocument.h b/TableDocument.h index 7b5426f2..fe0ee0eb 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -105,10 +105,10 @@ - (void)addToFavoritesHost:(NSString *)host socket:(NSString *)socket user:(NSString *)user password:(NSString *)password port:(NSString *)port database:(NSString *)database - useSSH:(BOOL)useSSH // no-longer in use - sshHost:(NSString *)sshHost // no-longer in use - sshUser:(NSString *)sshUser // no-longer in use - sshPassword:(NSString *)sshPassword // no-longer in use + useSSH:(BOOL)useSSH // no-longer in use + sshHost:(NSString *)sshHost // no-longer in use + sshUser:(NSString *)sshUser // no-longer in use + sshPassword:(NSString *)sshPassword // no-longer in use sshPort:(NSString *)sshPort; // no-longer in use - (NSMutableArray *)favorites; diff --git a/TableDocument.m b/TableDocument.m index ec42b1a6..e54d0c9a 100644 --- a/TableDocument.m +++ b/TableDocument.m @@ -1467,8 +1467,8 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa //SMySQL delegate methods - (void)willQueryString:(NSString *)query /* - invoked when framework will perform a query - */ +invoked when framework will perform a query +*/ { NSString *currentTime = [[NSDate date] descriptionWithCalendarFormat:@"%H:%M:%S" timeZone:nil locale:nil]; @@ -1477,8 +1477,8 @@ NSString *TableDocumentFavoritesControllerFavoritesDidChange = @"TableDocumentFa - (void)queryGaveError:(NSString *)error /* - invoked when query gave an error - */ +invoked when query gave an error +*/ { NSString *currentTime = [[NSDate date] descriptionWithCalendarFormat:@"%H:%M:%S" timeZone:nil locale:nil]; |