From 5908b8ed7c273d239642a9d31e1844f9a2392e3d Mon Sep 17 00:00:00 2001 From: Melanie Date: Tue, 19 Jan 2010 11:33:42 +0000 Subject: Change a member of the friendslist module to better reflect the client side data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list. --- OpenSim/Region/Framework/Interfaces/IFriendsModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs index 8386030..239a2ba 100644 --- a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs @@ -46,6 +46,6 @@ namespace OpenSim.Region.Framework.Interfaces /// /// void OfferFriendship(UUID fromUserId, IClientAPI toUserClient, string offerMessage); - List GetUserFriends(UUID agentID); + uint GetFriendPerms(UUID PrincipalID, UUID FriendID); } } -- cgit v1.1