initial import of group reader (unfinished)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40426
This commit is contained in:
@@ -62,6 +62,12 @@ enum GroupId
|
||||
INVALID_GROUP_ID = -1,
|
||||
};
|
||||
|
||||
/** Note: These are not Handles */
|
||||
enum AdminId
|
||||
{
|
||||
INVALID_ADMIN_ID = -1,
|
||||
};
|
||||
|
||||
#define ADMIN_CACHE_OVERRIDES (1<<0)
|
||||
#define ADMIN_CACHE_ADMINS (1<<1)
|
||||
#define ADMIN_CACHE_GROUPS ((1<<2)|ADMIN_CACHE_ADMINS)
|
||||
|
||||
Reference in New Issue
Block a user