diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLUserData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLUserData.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs index 622a618..a1e1094 100644 --- a/OpenSim/Data/MySQL/MySQLUserData.cs +++ b/OpenSim/Data/MySQL/MySQLUserData.cs | |||
@@ -630,15 +630,15 @@ namespace OpenSim.Data.MySQL | |||
630 | 630 | ||
631 | /// Appearance | 631 | /// Appearance |
632 | /// TODO: stubs for now to get us to a compiling state gently | 632 | /// TODO: stubs for now to get us to a compiling state gently |
633 | override public AvatarAppearance GetUserAppearance(LLUUID user) | 633 | // override public AvatarAppearance GetUserAppearance(LLUUID user) |
634 | { | 634 | // { |
635 | return new AvatarAppearance(); | 635 | // return new AvatarAppearance(); |
636 | } | 636 | // } |
637 | 637 | ||
638 | override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) | 638 | // override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) |
639 | { | 639 | // { |
640 | return; | 640 | // return; |
641 | } | 641 | // } |
642 | 642 | ||
643 | override public void AddAttachment(LLUUID user, LLUUID item) | 643 | override public void AddAttachment(LLUUID user, LLUUID item) |
644 | { | 644 | { |