diff options
author | Sean Dague | 2008-05-15 18:42:27 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-15 18:42:27 +0000 |
commit | 4ff4475d02a26805749897bc62feddcc21b1c5da (patch) | |
tree | 0507ff54842f641d6f0e2664d02ac81e67190a97 /OpenSim/Data/MSSQL | |
parent | add the rest of my UserAppearance created methods to (diff) | |
download | opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.zip opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.gz opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.bz2 opensim-SC_OLD-4ff4475d02a26805749897bc62feddcc21b1c5da.tar.xz |
remove my UserAppearance object, switch all code to use
AvatarAppearance instead.
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLUserData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLUserData.cs b/OpenSim/Data/MSSQL/MSSQLUserData.cs index d54af82..4904bfe 100644 --- a/OpenSim/Data/MSSQL/MSSQLUserData.cs +++ b/OpenSim/Data/MSSQL/MSSQLUserData.cs | |||
@@ -747,12 +747,12 @@ namespace OpenSim.Data.MSSQL | |||
747 | 747 | ||
748 | /// Appearance | 748 | /// Appearance |
749 | /// TODO: stubs for now to get us to a compiling state gently | 749 | /// TODO: stubs for now to get us to a compiling state gently |
750 | override public UserAppearance GetUserAppearance(LLUUID user) | 750 | override public AvatarAppearance GetUserAppearance(LLUUID user) |
751 | { | 751 | { |
752 | return new UserAppearance(); | 752 | return new AvatarAppearance(); |
753 | } | 753 | } |
754 | 754 | ||
755 | override public void UpdateUserAppearance(LLUUID user, UserAppearance appearance) | 755 | override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) |
756 | { | 756 | { |
757 | return; | 757 | return; |
758 | } | 758 | } |