aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-25 23:53:05 +0000
committerJustin Clark-Casey (justincc)2010-03-25 23:53:05 +0000
commit857918d3b032df27e7ee1fe26cebc7421ec4ee0e (patch)
tree6b05edc314098968865004e2714ea21b34569293 /OpenSim/Region/Framework/Interfaces
parentadd get group by name method to IGroupsModule (diff)
downloadopensim-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/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IGroupsModule.cs2
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);