initial import of group reader (unfinished)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40426
This commit is contained in:
David Anderson
2007-01-30 05:42:57 +00:00
parent d52aaa81d9
commit 5085521b54
4 changed files with 157 additions and 4 deletions
+6
View File
@@ -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)