diff options
author | Justin Clark-Casey (justincc) | 2010-03-25 23:53:05 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-25 23:53:05 +0000 |
commit | 857918d3b032df27e7ee1fe26cebc7421ec4ee0e (patch) | |
tree | 6b05edc314098968865004e2714ea21b34569293 /OpenSim/Region/Framework | |
parent | add get group by name method to IGroupsModule (diff) | |
download | opensim-SC_OLD-857918d3b032df27e7ee1fe26cebc7421ec4ee0e.zip opensim-SC_OLD-857918d3b032df27e7ee1fe26cebc7421ec4ee0e.tar.gz opensim-SC_OLD-857918d3b032df27e7ee1fe26cebc7421ec4ee0e.tar.bz2 opensim-SC_OLD-857918d3b032df27e7ee1fe26cebc7421ec4ee0e.tar.xz |
minor: some debugging information and spacing changes to group module
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs index 368f2cd..e357969 100644 --- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | |||
@@ -67,7 +67,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
67 | List<GroupRolesData> GroupRoleDataRequest(IClientAPI remoteClient, UUID groupID); | 67 | List<GroupRolesData> GroupRoleDataRequest(IClientAPI remoteClient, UUID groupID); |
68 | List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID); | 68 | List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID); |
69 | GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID); | 69 | GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID); |
70 | GroupMembershipData[] GetMembershipData(UUID UserID); | 70 | GroupMembershipData[] GetMembershipData(UUID UserID); |
71 | GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID); | 71 | GroupMembershipData GetMembershipData(UUID GroupID, UUID UserID); |
72 | 72 | ||
73 | void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); | 73 | void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish); |