From 7e95783dd3fbeb7d93885e85606adc74d73e567e Mon Sep 17 00:00:00 2001
From: Melanie Thielker
Date: Thu, 16 Apr 2009 00:15:57 +0000
Subject: Expose the GroupRecord and it's accessor API
---
OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
(limited to 'OpenSim/Region')
diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
index 85b8cac..6935924 100644
--- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs
@@ -64,14 +64,6 @@ namespace OpenSim.Region.Framework.Interfaces
void LeaveGroupRequest(IClientAPI remoteClient, UUID GroupID);
void EjectGroupMemberRequest(IClientAPI remoteClient, UUID GroupID, UUID EjecteeID);
void InviteGroupRequest(IClientAPI remoteClient, UUID GroupID, UUID InviteeID, UUID RoleID);
-
-
- ///
- /// Retrieve group profile.
- ///
- ///
- ///
- /// False if group does not exist
- bool GetGroupProfile(UUID GroupID, out GroupProfileData GroupProfile);
+ GroupRecord GetGroupRecord(UUID GroupID);
}
}
--
cgit v1.1