Add AcceptNotices member to GroupMembershipData and an overload to
IGroupsModule interface0.6.5-rc1
parent
8c4bcfb5d0
commit
03063375ee
|
@ -92,6 +92,7 @@ namespace OpenSim.Framework
|
||||||
public string Title;
|
public string Title;
|
||||||
public bool IsOwner;
|
public bool IsOwner;
|
||||||
public bool ListInProfile;
|
public bool ListInProfile;
|
||||||
|
public bool AcceptNotices;
|
||||||
}
|
}
|
||||||
|
|
||||||
public struct GroupRolesData
|
public struct GroupRolesData
|
||||||
|
|
|
@ -44,6 +44,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID);
|
List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID);
|
||||||
GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID);
|
GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID);
|
||||||
GroupMembershipData[] GetMembershipData(UUID UserID);
|
GroupMembershipData[] GetMembershipData(UUID UserID);
|
||||||
|
GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID);
|
||||||
|
|
||||||
void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish);
|
void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue