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

@@ -87,7 +87,7 @@ void BaseThread::BaseUninit()
bool BaseThread::BaseSignalReceived()
{
bool make_do;
bool make_do = false;
try
{