mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
More refactoring of the Grid, User and Messaging servers.
This commit is contained in:
@@ -114,17 +114,5 @@ namespace OpenSim.Framework.Communications
|
||||
/// </summary>
|
||||
/// <param name="friendlistowner">The agent that we're retreiving the friends Data.</param>
|
||||
List<FriendListItem> GetUserFriendList(UUID friendlistowner);
|
||||
|
||||
/// <summary>
|
||||
/// Get's the User Appearance
|
||||
// AvatarAppearance GetUserAppearance(UUID user);
|
||||
|
||||
// void UpdateUserAppearance(UUID user, AvatarAppearance appearance);
|
||||
|
||||
// void AddAttachment(UUID user, UUID attach);
|
||||
|
||||
// void RemoveAttachment(UUID user, UUID attach);
|
||||
|
||||
// List<UUID> GetAttachments(UUID user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user