remove my UserAppearance object, switch all code to use

AvatarAppearance instead.
This commit is contained in:
Sean Dague
2008-05-15 18:42:27 +00:00
parent c45218e275
commit 4ff4475d02
10 changed files with 27 additions and 255 deletions

View File

@@ -178,9 +178,9 @@ namespace OpenSim.Framework
/// <summary>
/// Gets the user appearance
/// </summer>
UserAppearance GetUserAppearance(LLUUID user);
AvatarAppearance GetUserAppearance(LLUUID user);
void UpdateUserAppearance(LLUUID user, UserAppearance appearance);
void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance);
void AddAttachment(LLUUID user, LLUUID item);