testing avatar appearance as a user service

This commit is contained in:
Sean Dague
2008-05-15 20:25:42 +00:00
parent 3dcc3e4798
commit 4a9ee9f870
7 changed files with 57 additions and 38 deletions

View File

@@ -630,15 +630,15 @@ namespace OpenSim.Data.MySQL
/// Appearance
/// TODO: stubs for now to get us to a compiling state gently
override public AvatarAppearance GetUserAppearance(LLUUID user)
{
return new AvatarAppearance();
}
// override public AvatarAppearance GetUserAppearance(LLUUID user)
// {
// return new AvatarAppearance();
// }
override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance)
{
return;
}
// override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance)
// {
// return;
// }
override public void AddAttachment(LLUUID user, LLUUID item)
{