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

@@ -550,12 +550,12 @@ namespace OpenSim.Region.Communications.OGS1
/// Appearance
/// TODO: stubs for now to get us to a compiling state gently
public UserAppearance GetUserAppearance(LLUUID user)
public AvatarAppearance GetUserAppearance(LLUUID user)
{
return new UserAppearance();
return new AvatarAppearance();
}
public void UpdateUserAppearance(LLUUID user, UserAppearance appearance)
public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance)
{
return;
}