aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPUserManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r--Source/SPUserManager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h
index 323f2fe7..d673226a 100644
--- a/Source/SPUserManager.h
+++ b/Source/SPUserManager.h
@@ -31,7 +31,7 @@
NSPersistentStoreCoordinator *persistentStoreCoordinator;
NSManagedObjectModel *managedObjectModel;
NSManagedObjectContext *managedObjectContext;
- NSDictionary *privColumnsMODict;
+ NSDictionary *privColumnToGrantMap;
BOOL isInitializing;
@@ -40,6 +40,7 @@
IBOutlet NSOutlineView* outlineView;
IBOutlet NSTabView *tabView;
IBOutlet NSTreeController *treeController;
+ IBOutlet NSMutableDictionary *privsSupportedByServer;
}
- (NSPersistentStoreCoordinator *)persistentStoreCoordinator;
@@ -56,11 +57,14 @@
- (IBAction)addUser:(id)sender;
- (IBAction)removeUser:(id)sender;
- (IBAction)addHost:(id)sender;
+- (void)editNewHost;
- (IBAction)removeHost:(id)sender;
// General
- (IBAction)doCancel:(id)sender;
- (IBAction)doApply:(id)sender;
+- (IBAction)checkAllPrivileges:(id)sender;
+- (IBAction)uncheckAllPrivileges:(id)sender;
// Core Data Notifications
- (void)contextDidSave:(NSNotification *)notification;