diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IUserData.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/IUserData.cs b/OpenSim/Data/IUserData.cs index 573355b..d3631d5 100644 --- a/OpenSim/Data/IUserData.cs +++ b/OpenSim/Data/IUserData.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Data | |||
64 | /// </summary> | 64 | /// </summary> |
65 | /// <param name="queryID">ID associated with the user's query. This must match what the client sent</param> | 65 | /// <param name="queryID">ID associated with the user's query. This must match what the client sent</param> |
66 | /// <param name="query">The filtered contents of the search box when the user hit search.</param> | 66 | /// <param name="query">The filtered contents of the search box when the user hit search.</param> |
67 | /// <returns>A list of user details. If there are no results than either an empty list or null can be returned</returns> | 67 | /// <returns>A list of user details. If there are no results than either an empty list or null</returns> |
68 | List<AvatarPickerAvatar> GeneratePickerResults(UUID queryID, string query); | 68 | List<AvatarPickerAvatar> GeneratePickerResults(UUID queryID, string query); |
69 | 69 | ||
70 | /// <summary> | 70 | /// <summary> |
@@ -140,6 +140,7 @@ namespace OpenSim.Data | |||
140 | /// Returns a list of FriendsListItems that describe the friends and permissions in the friend relationship for UUID friendslistowner | 140 | /// Returns a list of FriendsListItems that describe the friends and permissions in the friend relationship for UUID friendslistowner |
141 | /// </summary> | 141 | /// </summary> |
142 | /// <param name="friendlistowner">The agent that we're retreiving the friends Data.</param> | 142 | /// <param name="friendlistowner">The agent that we're retreiving the friends Data.</param> |
143 | /// <returns>The user's friends. If there are no results than either an empty list or null</returns> | ||
143 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); | 144 | List<FriendListItem> GetUserFriendList(UUID friendlistowner); |
144 | 145 | ||
145 | /// <summary> | 146 | /// <summary> |