Changeset 6343
- Timestamp:
- 06/19/08 01:00:11 (6 months ago)
- Files:
-
- 1 modified
-
trunk/licq/src/user.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/src/user.cpp
r6341 r6343 3900 3900 bool ICQUser::GetInGroup(GroupType gtype, unsigned short groupId) const 3901 3901 { 3902 if (groupId == 0)3903 return false;3904 3905 3902 if (gtype == GROUPS_SYSTEM) 3903 { 3904 if (groupId == 0) 3905 return true; 3906 3906 return (mySystemGroups & (1L << (groupId -1))) != 0; 3907 } 3907 3908 else 3908 3909 return myGroups.count(groupId) > 0;
