diff options
Diffstat (limited to 'OpenSim/Framework/Communications/IUserService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/IUserService.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs index 3a56d35..fb24c15 100644 --- a/OpenSim/Framework/Communications/IUserService.cs +++ b/OpenSim/Framework/Communications/IUserService.cs | |||
@@ -117,7 +117,12 @@ namespace OpenSim.Framework.Communications | |||
117 | /// Returns a list of FriendsListItems that describe the friends and permissions in the friend relationship | 117 | /// Returns a list of FriendsListItems that describe the friends and permissions in the friend relationship |
118 | /// for UUID friendslistowner | 118 | /// for UUID friendslistowner |
119 | /// </summary> | 119 | /// </summary> |
120 | /// <param name="friendlistowner">The agent that we're retreiving the friends Data.</param> | 120 | /// |
121 | /// <param name="friendlistowner">The agent for whom we're retreiving the friends Data.</param> | ||
122 | /// <returns> | ||
123 | /// A List of FriendListItems that contains info about the user's friends. | ||
124 | /// Always returns a list even if the user has no friends | ||
125 | /// </returns> | ||
121 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); | 126 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); |
122 | 127 | ||
123 | // This probably shouldn't be here, it belongs to IAuthentication | 128 | // This probably shouldn't be here, it belongs to IAuthentication |