added ezc function: user_is_in_all_groups

changed: ezc function user_is_in_group (we can provide more than one group now)


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@691 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-12-06 01:37:30 +00:00
parent 9507b0b1ba
commit 7f77b6e3ec
5 changed files with 34 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ public:
typedef typename Table::iterator Iterator;
typedef typename Table::size_type SizeType;
typedef typename std::map<long, SizeType> TableId;
typedef typename std::map<long, SizeType> TableId;
typedef typename std::map<std::wstring, SizeType> TableName;