aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-17 01:29:01 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-17 01:29:01 +0000
commit79a8715c6860dd51bf43daf0210d0c84684632fa (patch)
tree1f85487ca73ca0b20198d1919981f56374606b42 /Source/SPUserManager.h
parent4e3acd5942e775908be9222650eb0fc8cc7b1e10 (diff)
downloadsequelpro-79a8715c6860dd51bf43daf0210d0c84684632fa.tar.gz
sequelpro-79a8715c6860dd51bf43daf0210d0c84684632fa.tar.bz2
sequelpro-79a8715c6860dd51bf43daf0210d0c84684632fa.zip
Various user manager changes. Fixes issue #437.
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r--Source/SPUserManager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h
index 7eb0b8e0..48c8ad3f 100644
--- a/Source/SPUserManager.h
+++ b/Source/SPUserManager.h
@@ -35,9 +35,9 @@
BOOL isInitializing;
- MCPConnection* mySqlConnection;
+ MCPConnection *mySqlConnection;
- IBOutlet NSOutlineView* outlineView;
+ IBOutlet NSOutlineView *outlineView;
IBOutlet NSTabView *tabView;
IBOutlet NSTreeController *treeController;
IBOutlet NSMutableDictionary *privsSupportedByServer;
@@ -49,7 +49,7 @@
@property (nonatomic, retain, readonly) NSManagedObjectContext *managedObjectContext;
@property (nonatomic, retain) NSMutableDictionary *privsSupportedByServer;
-// Add/Remove Users
+// Add/Remove users
- (IBAction)addUser:(id)sender;
- (IBAction)removeUser:(id)sender;
- (IBAction)addHost:(id)sender;
@@ -62,7 +62,7 @@
- (IBAction)checkAllPrivileges:(id)sender;
- (IBAction)uncheckAllPrivileges:(id)sender;
-// Core Data Notifications
+// Core Data notifications
- (void)contextDidSave:(NSNotification *)notification;
- (BOOL)insertUsers:(NSArray *)insertedUsers;
- (BOOL)deleteUsers:(NSArray *)deletedUsers;