More refactoring of the Grid, User and Messaging servers.

This commit is contained in:
MW
2009-02-25 18:33:15 +00:00
parent 50dcd66896
commit 4db232763f
15 changed files with 395 additions and 228 deletions

View File

@@ -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);
}
}