Add AcceptNotices member to GroupMembershipData and an overload to

IGroupsModule interface
This commit is contained in:
Melanie Thielker
2009-03-29 11:18:45 +00:00
parent 8c4bcfb5d0
commit 03063375ee
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ namespace OpenSim.Framework
public string Title;
public bool IsOwner;
public bool ListInProfile;
public bool AcceptNotices;
}
public struct GroupRolesData